Skip to content

Commit

Permalink
ckan (#8, #9): documented how to uninstall (needs this to change the …
Browse files Browse the repository at this point in the history
…base images, as cited on #9)
  • Loading branch information
fititnt committed Apr 19, 2020
1 parent c74124c commit ddf8701
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# docker

> @TODO: implement this part (fititnt, 2020-04-05 08:28 BRT)
## Uninstall

- See <https://docs.docker.com/engine/reference/commandline/system_prune/>

```bash
# remove all not actively used, except data volumes
docker system prune

# remove all not actively used, EVEN data volumes (be very sure of what you are doing)
docker system prune -a --volumes
```

0 comments on commit ddf8701

Please sign in to comment.