ubuntu 18.04 install docker
Posted xiaojf
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu 18.04 install docker相关的知识,希望对你有一定的参考价值。
download last version docker
wget -qO- https://get.docker.com/ | sh
add current user to docker group
sudo usermod -aG docker username
start docker server
sudo service docker start
enable auto start docker service on boot
sudo systemctl enable docker
opt:
modify ubuntu root password
sudo passwd root
以上是关于ubuntu 18.04 install docker的主要内容,如果未能解决你的问题,请参考以下文章
Installing Ubuntu 18.04 by USB flash drive
---qtcreator installation under Ubuntu 18.04