Explorar el Código

Actualizar README

Alejandro Rosales hace 1 año
padre
commit
b74834686a
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  1. 16 0
      README.md

+ 16 - 0
README.md

@@ -0,0 +1,16 @@
+# Para correr el sistema
+1. Construir la imagen la imagen.
+
+```bash
+docker build -t imagen-php .
+```
+
+2. Correr la imagen actual.
+
+```bash
+docker run -p 8080:80 -v .:/var/www/html imagen-php
+```
+
+
+
+