我在VirtualBox上安装了Ubuntu 16.04 LTS(ubuntu-16.04.1-server-amd64.iso)。通过以下方式检查Docker的状态:
service docker.io status
我明白了:
o docker.io.service
Loaded: not-found (Reason: No such file or directory)
如果我尝试安装它:
apt-get install -y docker.io
我得到docker.io is already the newest version
。
如果我尝试启动它:
sudo service docker.io start
我明白了:
Failed to start docker.io.service: Unit docker.io.service not found
我错过了什么?
答案 0 :(得分:4)
服务名称为docker
,而非docker.io
。