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