Docker image not running

When i try to run it. it gives this error?

47d6c043f059c344d529e7e365076e00991fcf393269dec26afb7d8d427b5ad6
[ 7338.628742] docker0: port 4(vethc36846f) entered blocking state
[ 7338.630004] docker0: port 4(vethc36846f) entered disabled state
[ 7338.633323] device vethc36846f entered promiscuous mode
[ 7338.634601] IPv6: ADDRCONF(NETDEV_UP): vethc36846f: link is not ready
[ 7338.911851] eth0: renamed from veth49e21a8
[ 7338.913060] IPv6: ADDRCONF(NETDEV_CHANGE): vethc36846f: link becomes ready
[ 7338.914517] docker0: port 4(vethc36846f) entered blocking state
[ 7338.915783] docker0: port 4(vethc36846f) entered forwarding state

1 Reply

I found a page on the Docker help forums that seems to address this. The user is getting a similar output to what you've posted here, so I wanted to link you to the thread:

Docker Volumes Problem

The gist of it says that you'll want to "bind a local folder inside your container" and provides a link to a document that the user answering the question found helpful:

Use bind mounts

I don't know if this is the solution to your issue, as I can just go by what you've given above - but I think it's a good place to start. I'll also add some tags to this post to give it more visibility to the Docker experts here in the Linode Community.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct