我运行Ubuntu16.04.5LTS并尝试安装Docker。
我跟踪了正式的码头CE 安装说明:
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo apt-key fingerprint 0EBFCD88
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
sudo apt-get update
sudo apt-get install docker-ce最后一条命令失败,并有以下消息:
...
Setting up docker-ce (5:18.09.1~3-0~ubuntu-xenial) ...
groupadd: Invalid configuration: SYS_GID_MIN (101), GID_MIN (100), SYS_GID_MAX (99)
dpkg: error processing package docker-ce (--configure):
subprocess installed post-installation script returned error exit status 4
...如何解决这个问题?
发布于 2019-01-16 14:49:14
https://askubuntu.com/questions/1110294
复制相似问题