Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Docker tutorial: Error response from daemon: No such container: sandbox

avatar

The Docker tutorial for the Sandbox does not appear to be correct. After doing step 1 and 2, step 3 gives the error message:

Docker tutorial: Error response from daemon: No such container: sandbox

7 REPLIES 7

avatar
Super Guru
@B A

Can you provide the link to the specific tutorial you are doing?

avatar

I did - does it not show up when you click on the word tutorial above?

avatar
Super Guru

Yeah, I totally missed it. 😞 I'm looking at it now.

avatar
Super Guru

@B A

Can you show the output from docker images? What about docker ps -a?

What OS are you using?

avatar

I'm using Ubuntu (16.04).

docker images gives the top line shown. Interestingly it says created 10 weeks ago when it definitely was created yesterday and didn't exist before then.

11051-scrrenshot.png

Docker ps -a gives the lines at the bottom.

No idea what the 'Names' at the end are - I don't recognize them.

avatar
Super Guru

@B A

The created entry is for when the image was created. While you imported it yesterday, it wasn't created yesterday.

It looks like you have 3 containers. The NAMES is usually a user-friendly name that you assign. In the case of the script that you ran, it should have named the container "sandbox". However, you can see there are 3 containers and none of them are named sandbox. That is why you are seeing the error you are seeing.

You should:

1. docker rm <container id> for each of the 3 containers

2. Trying creating the container using just the docker run command from the script the tutorial has you download. The docker run command is between the else and fi.

If the docker run command still does not properly create the container with the name sandbox, you can always start the sandbox using the container id like docker start <container id>.

avatar
New Contributor

After building the image,

Error response from daemon: No such image: zeppelinhub:latest

http://amazonwebservicesforum.com

,

after pulling the image,

Error response from daemon: No such image: zeppelinhub:latest

http://amazonwebservicesforum.com