Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Learning PHP 04

Google Slide

To build and run the container execute:

docker-compose up

To stop the container execute:

docker-compose stop

To start a stopped container execute:

docker-compose start

To remove all stopped containers execute:

docker-compose rm