update docker openstack vim

This commit is contained in:
light jiang
2018-12-27 15:39:57 +08:00
parent 9aed47964e
commit e45e80c419
5 changed files with 53 additions and 46 deletions
+10
View File
@@ -53,3 +53,13 @@ reboot # or relogin
```
```bash
sudo apt install docker.io
sudo systemctl start docker
sudo systemctl enable docker
sudo adduser $USER docker
```
+8
View File
@@ -0,0 +1,8 @@
# normal
## add git user
```bash
useradd -ms /bin/bash git
```