补充 ubuntu 安装 docker 方法.
Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
parent
b1c16e3450
commit
ca7ce1dae9
|
@ -3,6 +3,9 @@
|
|||
## 安装
|
||||
|
||||
```sh
|
||||
# Ubuntu
|
||||
apt-get install docker.io
|
||||
# Arch Linux/Manjaro
|
||||
pacman -S docker
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue