mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 00:00:13 -08:00
6372b625daeb022ac948b0957dfa0464bc9e10ce
Docker things
Useful aliases
dcdn=docker compose down
dcupd=docker compose up -d
dcpull=docker compose pull
dsta=docker stop $(docker ps -q)
dclf=docker compose logs -f
dxcit=docker container exec -it
lzd=lazydocker
Putting it all together
Shut it down, pull the latest images, and start it up again:
dcdn; dcpull; dcupd
Description
Languages
HTML
60.1%
Shell
27%
Python
12.7%
Dockerfile
0.2%