This repository was archived by the owner on Mar 4, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ Drupal installation profile for B-Translator Client.
13
13
14
14
+ Build a Docker image:
15
15
#+BEGIN_EXAMPLE
16
- btr_client/docker-build.sh cfg.sh --git_branch=master
17
- less -r nohup-btr_client-master .out
16
+ btr_client/docker-build.sh cfg.sh --git_branch=openatrium
17
+ less -r nohup-btr_client-openatrium .out
18
18
#+END_EXAMPLE
19
- This will create a docker image, named =btr_client:master= with a
20
- minimal ubuntu system and everything that is needed for the normal
21
- work of the system.
19
+ This will create a docker image, named =btr_client:openatrium=
20
+ with a minimal ubuntu system and everything that is needed for the
21
+ normal work of the system.
22
22
23
23
+ Create a Docker container like this:
24
24
#+BEGIN_EXAMPLE
25
25
docker images
26
26
docker run -d --name=btr_client --hostname=example.org \
27
- -p 80:80 -p 443:443 btr_client:master
27
+ -p 80:80 -p 443:443 btr_client:openatrium
28
28
#+END_EXAMPLE
29
29
Then you can stop and start the container with =docker stop btr_client=
30
30
and =docker start btr_client=.
You can’t perform that action at this time.
0 commit comments