ulysses/docker
pewdiepie-archdaemon b3e186746a Docker compose: mount docker.sock + install Docker CLI so Cookbook can reach sibling containers
Cookbook now needs to docker-exec into ollama-rocm (and any other sibling
container holding a model server) from inside its own container, so:

- Dockerfile installs the Docker CLI from the static binary tarball
  (the Debian docker.io package ships dockerd but not the client on slim)
- docker-compose.yml bind-mounts /var/run/docker.sock and adds group_add
  for the host docker group (default GID 963)
- entrypoint.sh detects the socket GID, creates a local group with that
  GID, and runs usermod -aG before gosu-dropping to the app user so the
  supplementary group propagates through (gosu strips by default)
2026-06-19 00:32:47 +00:00
..
entrypoint.sh Docker compose: mount docker.sock + install Docker CLI so Cookbook can reach sibling containers 2026-06-19 00:32:47 +00:00
gpu.amd.yml docs: add AMD Docker GPU preflight (#1168) 2026-06-02 22:54:08 +09:00
gpu.nvidia.yml Improve Docker GPU setup diagnostics (#705) 2026-06-02 12:30:40 +09:00