2025-12-01 07:28:17 -08:00
2025-07-01 15:02:46 -04:00
2025-06-15 20:44:39 -04:00
2025-09-29 17:01:31 -04:00
2025-12-01 07:25:03 -08:00

Docker things

Useful aliases

These are defined in https://github.com/acedanger/shell

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, start it up in the background, and follow the logs:

dcdn && dcpull && dcupd && dclf
Description
No description provided
Readme 1.4 MiB
Languages
HTML 60.1%
Shell 27%
Python 12.7%
Dockerfile 0.2%