main
Tran Hau 2020-03-21 16:24:35 +07:00
parent 7abd5504b8
commit 742bb40ee1
1 changed files with 13 additions and 0 deletions

13
docker.md Normal file
View File

@ -0,0 +1,13 @@
# Docker
Assume you use Archlinux.
Read [Docker](https://wiki.archlinux.org/index.php/Docker).
After install docker, add your user to `docker` group.
Delete all images, containers, volumes, and networks that are not associated with a container (dangling):
```sh
docker system prune
```