You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ In the container's docker arguments,
9
9
* Set an environment variable `DOCKER_MODS=linuxserver/mods:universal-docker-in-docker`
10
10
* Set the `privileged` option for the container
11
11
12
-
Docker data root will reside under `/config/var/lib/docker`.
12
+
Docker data root will reside under `/config/var/lib/docker` by default, this is configurable by setting `MODS_DIND_PERSISTENCE` to the wanted path.
13
13
On amd64, QEMU will be enabled on container start.
14
14
15
15
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`
0 commit comments