Skip to content

Commit 621b76a

Browse files
Update content/operate/rs/databases/active-active/get-started.md
Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
1 parent e777385 commit 621b76a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/operate/rs/databases/active-active/get-started.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ docker run -d --cap-add sys_resource -h rs2_node1 --name rs2_node1 -p 8445:8443
4242
```
4343

4444
{{<note>}}
45-
The `-h` option sets the hostname of the container, which is important for cluster setup and identification. The `--name` option assigns a name to the container, making it easier to manage and reference with Docker commands.
45+
The `-h` option sets the hostname of the container, which is important for cluster setup and identification.
4646

47-
The **-p** options map the Cluster Manager UI port (8443), REST API port (9443), and database access port differently for each container to make sure that all containers can be accessed from the host OS that is running the containers.
47+
The `--name` option assigns a name to the container, making it easier to manage and reference with Docker commands.
48+
49+
The `-p` options map the Cluster Manager UI port (8443), REST API port (9443), and database access port differently for each container to make sure that all containers can be accessed from the host OS that is running the containers.
4850
{{</note>}}
4951

5052
## Set up two clusters

0 commit comments

Comments
 (0)