Hi All
OMV4 on rPi 3B+
Static IP 192.168.1.135
Completely new user. Excited to get my NAS running and connecting from my win PC, etc.
I am having a problem to get Docker running, which, from what I understand, is the 'platform' that many other apps run on as 'containers' ( hope I got that right )
did installation for the OMV4 version as instructed here :
http://omv-extras.org/joomla/index.php/guides
It failed with this info :
>>> *************** Error ***************
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C; export DEBIAN_FRONTEND=noninteractive; apt-get --yes --allow-downgrades --allow-change-held-packages --fix-missing --allow-unauthenticated --reinstall install openmediavault-docker-gui 2>&1' with exit code '100': E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
<<< *************************************
used Putty to login as root and ran :
dpkg --configure -a
did not get any odd feedback from that.
then web interface > plugins > docker > install
this appeared to install and is listed in 'Services', but see below for the info screen displayed ( something odd at the end - full log in the attached filedocker install info.txt )
after that :
added a container for Cloud Commander and followed the video instructions to set up.
In my browser, I can't connect to :
http://192.168.1.135:8000/
in the CloudCommander container log :
standard_init_linux.go:207: exec user process caused "exec format error"
I did also try adding FileZilla to Docker and that also would not run.
Please can a guru tell me where I have gone wrong, and how to correct this so that Docker runs correctly ?
Updating locale files ...
Updating file permissions ...
Purging internal cache ...
Restarting engine daemon ...
Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x76254468>
Traceback (most recent call last):
File "/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x76254468>
Traceback (most recent call last):
File "/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
Done ...
Display More