diff --git a/docker_run.txt b/docker_run.txt index 01c5d5c..bc0f021 100644 --- a/docker_run.txt +++ b/docker_run.txt @@ -5,3 +5,9 @@ docker-compose build --ssh default app # Rebuild and bring up docker-compose up -d --force-recreate app + +# Bring it down +docker-compose down -v + +# Pruning +docker system prune -a \ No newline at end of file