We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f3185 commit 36a9f75Copy full SHA for 36a9f75
1 file changed
docker.md
@@ -12,11 +12,11 @@ adduser [user] docker
12
set execution permissions
13
14
```bash
15
-chmod 775 dockerup.sh
+chmod 775 docker-up.sh
16
```
17
18
19
-./dockerup.sh [SERVER_NAME]
+./docker-up.sh [SERVER_NAME]
20
21
this scripts optionally takes as parameter SERVER_NAME
22
is none is given, then default value is "local.openstack.org"
@@ -45,4 +45,4 @@ Remove Container
45
46
47
docker rm [SERVER_NAME]
48
-```
+```
0 commit comments