Clean up
Learn how to stop and delete a Compose application using docker compose down command.
We'll cover the following
Run the following command to stop and delete the app. The --volumes
flag will delete all of the app’s volumes, and the --rmi all
will delete all of its images.
Get hands-on with 1400+ tech skills courses.