Docker launch command error

I just installed the docker and pulled out the official image ubuntu, following the instructions for installing the documentation.

However, when I get to running the command in a specific container, I get the following error:

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

this happens either I run:, sudo docker run -i -t ubuntu /bin/bashor simply sudo docker run busybox echo hello world!.

Has anyone had the same problem?

thank.

+4
source share
1 answer

I had a problem with the OVH custom kernel. "Installation" helped the kernel.

+1
source

Source: https://habr.com/ru/post/1531724/


All Articles