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
there are many outdated guides outhere and new users that follow them along or older unraid builds that grew with the time (as mine) and missed to switch to the directory option.
As "Docker data-root"-method 'Directory' was long time ago implemented in unraid, there never were an option to easily switch from an docker.img to docker directory.
Now is the best time to tackle this issue. :-)
How it could look like to switch from docker.img to docker directory
Under "Settings" > "Docker" if 'Docker Directory' is selected, two checkboxes appears that asks:
"Docker image with dockers inside found. Move dockers from image to docker directory?"
"Docker Compose projects (also from Docker Compose Manager) found. Re-Register them after moving to docker directory?"
If selection 'Docker Directory', it triggers a script:
check for docker container inside docker.img
show checkbox 1
check for docker compose projects, also inside /boot/config/plugins/compose.manager/
show checkbox 2
If user hits checkbox 1 xor 2 and "Save Settings", it triggers another script:
Hi,
there are many outdated guides outhere and new users that follow them along or older unraid builds that grew with the time (as mine) and missed to switch to the directory option.
As "Docker data-root"-method 'Directory' was long time ago implemented in unraid, there never were an option to easily switch from an docker.img to docker directory.
Now is the best time to tackle this issue. :-)
How it could look like to switch from docker.img to docker directory
Under "Settings" > "Docker" if 'Docker Directory' is selected, two checkboxes appears that asks:
If selection 'Docker Directory', it triggers a script:
If user hits checkbox 1 xor 2 and "Save Settings", it triggers another script:
For "vice versa": repeat the steps but for moving from directory to docker.img
If successful / not successful:
The text was updated successfully, but these errors were encountered: