对于13.2之后的版本,因为docker已经被添加到了suse仓库中,直接使用sudo zypper install docker
即可。
但是当前手上的机器是suse12.3,不支持以安装包的方式安装docker。本文记录在该环境上(SUSE SLE 12)以二进制方式安装docker的过程。
wget .
tar xzvf docker-17.
sudo cp docker/* /usr/bin/
移动到执行目录下sudo dockerd
INFO[0000] libcontainerd: new containerd process, pid: 19581
WARN[0000] containerd: low RLIMIT_NOFILE changing to max current=1024 max=4096
ERRO[0001] 'overlay' not found as a supported filesystem on this host. Please ensure kernel is new enough and has overlay support loaded.
ERRO[0001] 'overlay' not found as a supported filesystem on this host. Please ensure kernel is new enough and has overlay support loaded.
ERRO[0001] devmapper: Udev sync is no
本文发布于:2024-02-04 20:05:02,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170715449559172.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |