Construir la imagen la imagen.
docker build -t imagen-php .
Correr la imagen actual.
docker run -p 8080:80 -v .:/var/www/html imagen-php