mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 21:40:12 -08:00
df76becf48b45e2eca83ee3ff57c3bd3cae9f960
fuck that noise. I can't figure out how to make it work and allow me to access devices on my local network. that was supposed to be the point of it! anyway, skill issue I'm sure but I gave up.
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%