<< Click to Display Table of Contents >> Raynet One Technology Catalog > 14.0 > Installation Guide > Appendix A. Basic Docker Commands Docker-Compose |
Command |
Description |
---|---|
docker-compose start |
Start the services. |
docker-compose stop |
Stop the services. |
docker-compose pause |
Pause the services. |
docker-compose unpause |
Unpause the services. |
docker-compose ps |
List all containers. |
docker-compose up |
Create and start all containers |
docker-compose down |
Stop and remove all containers and networks. |