File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 22
33In this tutorial, we explain how to develop, build and run this project inside a docker container.
44
5+ The container user and password are:
6+
7+ ** developer: developer **
8+
59## Prerequisites
610
711First, you must install ` docker ` .
@@ -13,28 +17,28 @@ sudo sh get-docker.sh
1317
1418## Build and start up a container
1519
16- Run this script to create an image and a container:
20+ From the root of the repo, run this script to create an image and a container:
1721
1822``` bash
19- ./dock.sh [container-name] build [absolute-repo-path]
23+ ./docker/ dock.sh [container-name] build
2024```
2125
2226Run this to start the container with an interactive shell:
2327
2428``` bash
25- ./dock.sh [container-name] start
29+ ./docker/ dock.sh [container-name] start
2630```
2731
2832Run this to stop the container:
2933
3034``` bash
31- ./dock.sh [container-name] stop
35+ ./docker/ dock.sh [container-name] stop
3236```
3337
3438Finally, run this to remove container and image:
3539
3640``` bash
37- ./dock.sh [container-name] clean
41+ ./docker/ dock.sh [container-name] clean
3842```
3943
4044## Working with the code
You can’t perform that action at this time.
0 commit comments