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/bigdataFailed to mount tmpfs at /run: Operation not permitted[!!!!!!] Failed to mount API filesystems, freezing.解决办法:加入...
·
错误信息:
[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
更多推荐
已为社区贡献1条内容
所有评论(0)