docker
parent
7abd5504b8
commit
742bb40ee1
|
@ -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
|
||||||
|
```
|
Loading…
Reference in New Issue