January 27, 201610 yr As of yesterday (and before I updated to the latest version - which i've done now), all my docker apps vanished and I can't see a docker tab in the navigation any more either - any pointers?
January 27, 201610 yr Read here http://lime-technology.com/forum/index.php?topic=39257.0 and start by posting your system diagnostic information. Maybe my thread is also interesting. I have a problem with no user shares. Interestingly my docker containers are intact and running. I have initiated a parity check. i would suggest you do the same.
January 27, 201610 yr Community Expert Parity check cannot help this. SpecForce if your user shares are just missing from the webUI then you have something blocker your browser. Disable your adblocker or whatever for accessing the webUI. benflux Post your diagnostics.
January 27, 201610 yr Author and yes, i just disabled SSH forwarding on my router...that's a chinese IP
January 28, 201610 yr @benflux: I discovered that the docker images will fail to load if the docker image file fills. Try expanding your docker image and see whether that resolves your issue. I posted about this problem in October 2014, here. Unfortunately, I never posted the resolution in the public forum but went to pm with one of those who was assisting me. My problem arose because one of the containers was posting a large number of log messages within the image file.
January 28, 201610 yr Author That got it! Thank you. I increased from 10GB to 50GB and rebooted and all is good. Any tips on working out what logs went crazy?
January 28, 201610 yr If you want to poke around inside the file system of an individual docker you can use: docker exec -it 'docker_container_id' bash You will then be at a bash prompt within the docker container.
Archived
This topic is now archived and is closed to further replies.