You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployStandalone.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ Our single container examples are located in the your local `${HOME}/projects/de
26
26
```text
27
27
./docker-run.sh <product-image-name>
28
28
```
29
+
30
+
> This shell script uses the default DevOps server profile and environment settings to configure the PingDirectory container, runs the container in the background (detached mode, `-d`) and publishes PingDirectory to the ports `1389:389`.
29
31
30
32
* Use a server profile.
31
33
@@ -35,11 +37,11 @@ Our single container examples are located in the your local `${HOME}/projects/de
This shell script uses the default DevOps server profile and environment settings to configure the PingDirectory container, runs the container in the background (detached mode, `-d`) and publishes PingDirectory to the ports `1389:389`.
42
-
43
45
2. Log in to the management console for the product:
44
46
45
47
* Ping Data Console for PingDirectory
@@ -77,7 +79,7 @@ Our single container examples are located in the your local `${HOME}/projects/de
77
79
78
80
3. To stop the container, use any of:
79
81
80
-
* The `dcstop`commandalias or `docker container stop`.
82
+
* The `dcstop<container_name>`commandalias or `docker container stop<container_name>`.
81
83
82
84
> Enter `dhelp`for a listing of the DevOps command aliases. See the [Docker container command line reference](https://docs.docker.com/engine/reference/commandline/container/) for the Docker container commands.
83
85
@@ -88,3 +90,4 @@ Our single container examples are located in the your local `${HOME}/projects/de
88
90
```text
89
91
./docker-run.sh <product-container-name>
90
92
```
93
+
* Stop all containers: `dsa`. Remove all containers: `dra`
0 commit comments