简体   繁体   中英

Docker on Ubuntu 16.04 LTS

I installed Ubuntu 16.04 LTS (ubuntu-16.04.1-server-amd64.iso) on VirtualBox. Checking Docker's status with:

service docker.io status I get:

o docker.io.service
Loaded: not-found (Reason: No such file or directory)

If I try and install it with:

apt-get install -y docker.io

I get docker.io is already the newest version .

If I then try and start it with:

sudo service docker.io start 

I get:

Failed to start docker.io.service: Unit docker.io.service not found

What am I missing?

服务名是docker ,没有docker.io

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM