Skip to content

Commit

Permalink
cleanup docker readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wassfila committed Mar 12, 2022
1 parent dc14000 commit e8832e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme-docker-compose.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Docker compose commands

cleaning docker, removes even running containers
```bash
docker rm -vf $(docker ps -aq)
docker rmi -f $(docker images -aq)
docker volume prune -f
```

```bash
dc -f current.yml up -d
dc -f current.yml up -d --remove-orphans
Expand Down

0 comments on commit e8832e1

Please sign in to comment.