lucasge 发表于 2016-04-07 09:39

求问 这个提示怎么破 Usage of loopback devices is strongly discouraged for produc

docker run learn/tutorialecho "hello"
Usage of loopback devices is strongly discouraged for production use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt dm.no_warn_on_loop_devices=true` to suppress this warning.
hello


求解释这是什么意思啊 并且怎么破

cjfeii 发表于 2016-04-14 11:37

设置一下 /etc/sysconfig/docker-storage 中的参数:
DOCKER_STORAGE_OPTIONS="--storage-opt dm.no_warn_on_loop_devices=true"

cjfeii 发表于 2016-04-14 11:38

也可能是docker 镜像有问题。
页: [1]
查看完整版本: 求问 这个提示怎么破 Usage of loopback devices is strongly discouraged for produc