Fixed syntax
This commit is contained in:
parent
f1652c652d
commit
a06881aea8
|
@ -3,17 +3,19 @@
|
|||
## Execution
|
||||
|
||||
start the docker container
|
||||
```sh
|
||||
|
||||
```sh
|
||||
cd dockerize && ./buildImageAndStart.sh -e
|
||||
```
|
||||
|
||||
debug the docker container (read [### DEBUG] for details)
|
||||
|
||||
```sh
|
||||
cd dockerize && ./buildImageAndStart.sh -d
|
||||
```
|
||||
|
||||
to compile and push to harbor registry with a custom container.ini file:
|
||||
|
||||
```sh
|
||||
cd dockerize && ./buildImageAndStart.sh -r -m -l -c "./docker/container-XXX.ini"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue