Docker commands¶
It is beyond the scope of this documentation to provide a completereference for Docker-related commands. This page is concerned only withproviding basic reference for these commands in the context of Divio Cloudprojects.
The command is executed in a Docker application directory, and makes use of theproject’s The docker-compose.yml file file. Its general form is:
build
- Builds the services (i.e. containers) listed in the file. Optionally, takes the name of a particular service to build as anargument.
rm
- Removes (i.e. deletes) the project and its containers.
The docker command¶
Usage:
ps
List running Docker containers. Example: