前提・実現したいこと
OS:旧AmazonLinux
# cat /etc/system-release Amazon Linux AMI release 2018.03
Dockerバージョン
# docker --version Docker version 19.03.6-ce, build 369ce74
発生している問題・エラーメッセージ
/var/log/dockerに以下警告が出力されます。
この警告を消したいのですがどうすればいいでしょうか。
level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1 level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="modprobe aufs failed: \"modprobe: FATAL: Module aufs not found.\n\": exit status 1: skip plugin" type=io.containerd.snapshotter.v1 level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1 level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured" level=warning msg="Running iptables --wait -t nat -L -n failed with message: `iptables v1.4.18: unknown option \"--wait\"\nTry `iptables -h' or 'iptables --help' for more information.`, error: exit status 2"
試したこと
/etc/containerd/config.tomlのdisabled_pluginsを修正してdockerを再起動しました。
# cat /etc/containerd/config.toml # version = 2 # root = "/var/lib/containerd" # state = "/run/containerd" # plugin_dir = "" disabled_plugins = ["cri", "btrfs", "aufs", "zfs"]
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。