Skip to content

Commit 2c73c26

Browse files
authored
DOC-2894: minor reference change [3.6]
1 parent 80c1046 commit 2c73c26

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

modules/getting-started/pages/docker.adoc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,12 @@ You can mount (map) the data folder to a folder under the docker container, whic
5757

5858
For example, if you mount the host OS folder `~/data` to the docker folder `/home/tigergraph/mydata`, then anything you put on `~/data` will be visible in the docker container under `/home/tigergraph/mydata`, and vice versa.
5959

60-
== Run TigerGraph Docker image as a daemon
60+
== Run the TigerGraph Docker image as a daemon
6161

6262
Run the following command to pull the TigerGraph Docker image, bind ports, map a shared data folder, and start a container from the image:
6363

6464
[source.wrap,console]
6565
----
66-
$ docker run -d \ <1>
67-
-p 14022:22 \ <2>
68-
-p 9000:9000 \ <2>
69-
-p 14240:14240 \ <2>
70-
--name tigergraph \ <3>
71-
--ulimit nofile=1000000:1000000 \ <4>
72-
-v ~/data:/home/tigergraph/mydata \ <5>
73-
-t \ <6>
74-
tigergraph/tigergraph:latest <7>
7566
sudo docker run -d \ <1>
7667
-p 14022:22 \ <2>
7768
-p 9000:9000 \ <2>

0 commit comments

Comments
 (0)