Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 305 Bytes

DOCKER.md

File metadata and controls

17 lines (13 loc) · 305 Bytes

DOCKER

sudo pacman -S docker
sudo systemctl enable docker
sudo gpasswd -a who-am-i docker
docker system prune # clear, DON RUN IT ON SERVER
docker image prune # remove all dangling images
docker ps