Just installed Docker from LE repository.
After install I check version from SSH, and it reports OS/Arch as linux/amd64.
Code
LibreELEC (official): 9.2.4 (Generic.x86_64)
CinemaTub:~ # docker version
Client:
Version: 18.09.7
API version: 1.39
Go version: go1.12.6
Git commit: 18.09.7
Built: Wed Oct 16 22:35:13 UTC 2019
OS/Arch: linux/amd64
Experimental: false
Server:
Engine:
Version: 18.09.7
API version: 1.39 (minimum version 1.12)
Go version: go1.12.6
Git commit: 18.09.7
Built: Wed Oct 16 22:35:13 UTC 2019
OS/Arch: linux/amd64
Experimental: false
Display More
Is this correct? After this, I follow instructions here
add -H tcp://0.0.0.0:2375 to
/storage/.kodi/addons/service.system.docker/system.d/service.system.docker.service
and reboot.
Then run docker -H 0.0.0.0:2375 run hello-world and get
Code
CinemaTub:~ # docker version
Client:
Version: 18.09.7
API version: 1.39
Go version: go1.12.6
Git commit: 18.09.7
Built: Wed Oct 16 22:35:13 UTC 2019
OS/Arch: linux/amd64
Experimental: false
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
CinemaTub:~ # docker -H 0.0.0.0:2375 run hello-world
docker: Error response from daemon: lstat /storage/.kodi/userdata/addon_data/service.system.docker/docker/overlay2/f6e18d25c96e24cbb4ba258a5d850b6a812c8c4d19f3ccfdd748088a810707ff: no such file or directory.[tt]<span id="selection-marker-1" class="redactor-selection-marker woltlab-bbcode-marker"></span>[/tt]
See 'docker run --help'.
CinemaTub:~ #
Display More
Any help would be appreciated, I have searched many blogs and threads.