Jump to content

Docker service doesn't start updating from UnRaid 6.1.3 to 6.4


Recommended Posts

Hi all,

 

Having some trouble getting docker to fire up after updating to 6.4 (from 6.1.3).

 

Stopping and starting the docker service doesn't give any errors:

Jan 21 18:26:13 Tower root: starting dockerd ...
Jan 21 18:26:23 Tower emhttpd: shcmd (185): umount /var/lib/docker

Docker Settings: https://pasteboard.co/H41gjvH.png

 

What I've checked:

  • Unraid starts up just fine and is able to connect to the web.
  • Disks show no read or write errors
  • Parity looks good
  • Disks have enough space for docker image
  • Docker image disk is spun up and I am  able to read from it without issue
  • I did not change any docker settings / config during the update process
  • I did update community plugins

 

Any help would be appreciated.  Without errors I'm at a bit of a loss.

 

Best,

Rob

Edited by cablecutter
Link to comment

For anyone stuck in a similar boat - this was a pretty painless process.  All of the configs were maintained (I thought they'd have to be set up again).  Now I understand why it is the go-to solution.

 

I backed up my docker.img by going to disk1 using CD (where my image is stored) and renaming it with

mv docker.img docker_backup.img

I disabled the docker service in the UI and re-enabled it.  Docker started up without issue.

 

For anyone that's really new - this is what it looked like in the terminal:

XXXXXX@Tower:/mnt# cd disk1
XXXXXX@Tower:/mnt/disk1# ls
CommunityApplicationsAppdataBackup/  Warehouse/  appdata/  docker.img
XXXXXX@Tower:/mnt/disk1# mv docker.img docker_backup.img
XXXXXX@Tower:/mnt/disk1# ls
CommunityApplicationsAppdataBackup/  Warehouse/  appdata/  docker_backup.img

(after restoring my apps)

XXXXXX@Tower:/mnt/disk1# rm docker_backup.img
XXXXXX@Tower:/mnt/disk1# ls
CommunityApplicationsAppdataBackup/  Warehouse/  appdata/  docker.img

 

 

Edited by cablecutter
Link to comment

The settings you make for each docker is stored on the flash drive and that's how CA is able to reinstall them with the same settings.

 

Not sure there is really any point to backing up the docker.img. Getting it to use that backup would be kind of complicated and since it was corrupt anyway you don't really want it.

 

More importantly, you should try to find out why it got corrupted in the first place. The most likely cause is it filled up. docker.img is a virtual disk, and you specify its size on the same page where you enable the docker service.

 

You can get an idea of how full docker.img is by looking on the dashboard near the lower left where it shows the percent full of flash log docker. See the Docker FAQ for more on how to deal with docker.img filling up.

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...