September 12, 201411 yr Hello Friends, I was running unRAID 6 beta 7, all my dockers were setup all awesome using gfjardim's wonderful plugin. The announcement came about possible corruption and that I should update to beta 9. I renamed the dockerMan.plg to dockerMan.plg.old and performed the upgrade to 9, because from what I had read, version 9 was supposed to include the plugin by default. When I went to the extensions page i see the following: I do not remember having to create an img file previously, I am not actually sure what the .img file is for. When I check my filesystem to where i stored my dockers previously /mnt/cache/docker/ there were no image files, I just see a file system that looks like this: root@UNRAID:/mnt/cache/docker# ls -l total 12 drwx------ 1 root root 20 Aug 22 18:57 btrfs/ drwx------ 1 root root 768 Sep 4 22:48 containers/ drwx------ 1 root root 12 Aug 22 18:26 execdriver/ drwx------ 1 root root 25096 Sep 1 02:39 graph/ drwx------ 1 root root 64 Aug 25 21:06 init/ -rw-r--r-- 1 root root 5120 Sep 4 22:48 linkgraph.db -rw------- 1 root root 701 Sep 1 02:39 repositories-btrfs drwx------ 1 root root 6 Aug 22 19:41 vfs/ drwx------ 1 root root 2696 Sep 4 22:48 volumes/ Does anyone know how to resolve this so that I can get my dockers up and running again? Thank You
September 12, 201411 yr I believe that if you look at the beta 8 instructions there was an issue with the plugin that requires it to be removed. I could be wrong, but it's probably worth checking out.
September 12, 201411 yr Author Hello Sureguy, I renamed the plugin to dockerman.plg.old. From what I understand that should stop it from being installed with the new version is booted. Am I correct in this? Thank You
September 12, 201411 yr you need to check out the upgrade instructions to go from b7 to b8, LT changed a lot of the docker config so you'll need to do some extra work after the upgrade to get you docker working again
September 12, 201411 yr Yep, i had this problem.. http://lime-technology.com/forum/index.php?topic=34955.0 is the guide to start with the docker.img Beta9 moves all the templates back to the flash drive.. you should copy your my-* templates like this: cp /boot/config/plugins/Docker/* /boot/config/plugins/dockerMan/templates-user/ after that, fire up your docker(s) by adding the containers and it will download the images again..
September 13, 201411 yr Author Hello Ryan, This was exactly my issue. After doing as you said, I can now see my docker containers and have started recreating them! I have already finished one and it's working geat. Thanks to everyone who commented, this is a great community!
September 13, 201411 yr That command doesn't work for me. When I run it it says the folder doesn't exist. I checked and the Docker folder isn't there, does that mean I've lost all my docker containers?
September 13, 201411 yr That command doesn't work for me. When I run it it says the folder doesn't exist. I checked and the Docker folder isn't there, does that mean I've lost all my docker containers? Try this: mkdir -p /boot/config/plugins/dockerMan/templates-user cp /boot/config/plugins/Docker/* /boot/config/plugins/dockerMan/templates-user/
Archived
This topic is now archived and is closed to further replies.