Failed to mount tmpfs at /run: Operation not permitted [!!!!!!] Failed to mount API filesystems, fre

错误信息:

[docker@bogon ~]$ docker run -it -h slave02 --name slave02 coca123/bigdata
Failed to mount tmpfs at /run: Operation not permitted
[!!!!!!] Failed to mount API filesystems, freezing.

解决办法:

加入--privileged参数

docker run --privileged -it -h slave02 --name slave02 coca123/bigdata /usr/sbin/init

 

你可能感兴趣的:(Docker)