Andrei Stalbe
Andrei Stalbe

Reputation: 1531

Docker run command error

I have just installed docker and pulled their official ubuntu image following their documentation installation tutorial.

However, when I get to the point of executing a command in a specific container, I end up with the following error:

Error: Cannot start container f6e1084236794548bbd5cd059f46f916367106bf38ec24ad30ceefb9fb015291: fork/exec /var/lib/docker/containers/f6e1084236794548bbd5cd059f46f916367106bf38ec24ad30ceefb9fb015291/root/.dockerinit: invalid argument

it happens either I run: sudo docker run -i -t ubuntu /bin/bash or just a simple sudo docker run busybox echo hello world!.

Has anyone experienced the same problem?

Thx.

Upvotes: 4

Views: 5085

Answers (1)

Nikolai Koudelia
Nikolai Koudelia

Reputation: 2639

I had this issue with a custom OVH kernel. Installing a stock kernel helped.

Upvotes: 1

Related Questions