Skip to content

Commit 36a9f75

Browse files
authored
Update docker.md
[smarcet] * fixed typo
1 parent 10f3185 commit 36a9f75

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ adduser [user] docker
1212
set execution permissions
1313

1414
```bash
15-
chmod 775 dockerup.sh
15+
chmod 775 docker-up.sh
1616
```
1717

1818
```bash
19-
./dockerup.sh [SERVER_NAME]
19+
./docker-up.sh [SERVER_NAME]
2020
```
2121
this scripts optionally takes as parameter SERVER_NAME
2222
is none is given, then default value is "local.openstack.org"
@@ -45,4 +45,4 @@ Remove Container
4545

4646
```bash
4747
docker rm [SERVER_NAME]
48-
```
48+
```

0 commit comments

Comments
 (0)