mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 22:03:32 -04:00
fafe7ee709a7687771d9c53147312b59a9267e8f
Docker-in-docker (dind) - Docker mod for Ubuntu and Alpine based images
This mod adds docker-in-docker (dind) to Ubuntu and Alpine based images, to be installed/updated during container start.
Main advantage is that all docker images, containers, volumes, etc. will reside inside the container and will be sandboxed from the host's docker environment.
Main disadvantage is that it requires the container to run with privileged.
How to enable:
In the container's docker arguments,
- Set an environment variable
DOCKER_MODS=linuxserver/mods:universal-docker-in-docker - Set the
privilegedoption for the container
Docker data root will reside under /config/var/lib/docker.
If adding multiple mods, enter them in an array separated by |, such as DOCKER_MODS=linuxserver/mods:universal-docker-in-docker|linuxserver/mods:universal-mod2
Languages
Text
100%