Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 740 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 740 Bytes

docker_web-hosting

This is docker container of wordpress and mysql having latest version , in which we can launch a webapp with a single enter. It contains docker-compose which automate our work .

some docker commands

*docker images //To show available docker images. *docker ps //To show running docker containers. *docker pull //To pull any docker images. *docker push //To upload docker images to docker-hub. *docker-compose up //To execute .yml fie and start docker container automatically at first time from docker file you created. *docker-compose start //To execute .yml fie and start docker container automatically from docker file you created. *docker-compose stop //To stop docker container .