- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
sandbox Docker container startup error
Created on ‎03-07-2017 10:50 PM - edited ‎08-18-2019 06:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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).
