Created on 03-07-2017 10:50 PM - edited 08-18-2019 06:33 AM
Hello all,
I am unable to start the sandbox docker container on my VMWare (HDP Sandbox 2.5). The sandbox image and docker service are fine, but iimage is not starting.
This is the error message i get:
Error response from daemon: invalid header field value "oci runtime error: container_linux.go:247: starting container process caused \"process_linux.go:359: container init caused \\rootfs_linux.go:89:
Created 03-08-2017 02:21 AM
When you import the VMWare Sandbox and start the VM, the Docker container within that VM is started automatically. You don't normally have to start it. Is that process not working properly for you? Or are you using the native Docker Sandbox inside your own Linux VM in VMWare?
Created 03-08-2017 02:34 AM
@Michael Young , I am using imported VMWare Sandbox (not native Docker Sandbox). It was working fine couple of days ago, but failed since I did a restart of my host machine (windows 10).
Created 03-08-2017 02:51 PM
Hello, there has been another case with a similar issue under similar circumstances and the issue here seems to be that killing the docker process abruptly creates issues on the FS level.
Now that's bad news because these aren't straightforward to debug. You need to try and start the docker container with strace, find the actual system call that's failing and go from there.
Alternatively, much easier and probably faster is to re-import the sandbox.
Created 03-08-2017 06:26 PM
@glupu this is exactly what i did, re-imported a new sandbox (and deleted the previous one). The one thing i lost due to that is missed all my Zeppelin notebooks (should have take a bakcup of them).