Add optional custom data root path

This commit is contained in:
Roxedus
2024-02-22 14:06:44 +01:00
parent e202c6978d
commit cd9a2a14ba
2 changed files with 2 additions and 2 deletions
@@ -31,4 +31,4 @@ fi
exec \
s6-notifyoncheck -d -n 300 -w 1000 -c "docker version" \
2>&1 /usr/local/bin/dockerd \
--data-root "/config/var/lib/docker"
--data-root "${MODS_DIND_PERSISTENCE:-/config/var/lib/docker}"