Imagem para aplicações com o uso de php
10K+
Container docker for aplication web with PHP and/or Wordpress
ENVs default
You can use this envs in your docker
# docker run -d --name you-app -p 80:80 -v -e DOMAIN_NAME=myapp.com -e DIR_WWW=/home/myapp -e GIT_URL_PROJECT=https://github.com/username/yourapp.git alvarobacelar/docker-app-php-web
Create Image:
# docker build -t image-name .
After create image, create now the container
# docker run -d --name name-you-container -p 80:80 -v "$PWD":/var/www/html image-name
Your aplication are available the port 80.
Content type
Image
Digest
Size
119.1 MB
Last updated
over 8 years ago
docker pull alvarobacelar/docker-app-php-web