Skip to content

Commit 1a81e0e

Browse files
committed
[DOC-11727]: Feedback on Install Couchbase Server Using Docker | Couchbase Docs
Added a link to the starting/stopping instructions.
1 parent 6eeb036 commit 1a81e0e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

modules/install/pages/getting-started-docker.adoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[abstract]
55
{description}
66

7+
:shutdown-instructions-link: (For instructions on starting up or shutting down a standalone instance of Couchbase server, see xref:startup-shutdown.adoc[Starting and stopping the Couchbase Server].)
8+
79
If you're trying Couchbase Server for the first time and just want to explore a Couchbase configuration, the quickest way to install a pre-configured single-node deployment using Docker is to follow the xref:getting-started:start-here.adoc[Get Started] tutorial.
810

911
For more traditional Docker deployments, use the following sections below:
@@ -23,7 +25,7 @@ To run a single-node cluster, you will need to deploy a single container represe
2325
====
2426
For detailed information about deploying Couchbase Server, make sure to review the Couchbase Server xref:plan-for-production.adoc[system requirements] and xref:install-production-deployment.adoc[deployment guidelines], paying particular attention to the following pages:
2527
26-
* xref:best-practices-vm.adoc[]
28+
* xref:best-practices-vm.adoc[]
2729
* xref:deployment-considerations-lt-3nodes.adoc[].
2830
====
2931
@@ -50,7 +52,8 @@ For example:
5052
5153
After running the above command, a single instance (`db`) of the latest https://hub.docker.com/_/couchbase/[official Couchbase Server container image^] is downloaded and run on the host computer.
5254
If a traditional installation of Couchbase Server is running locally on the host computer, the port mappings specified using the `-p` option may fail.
53-
Ensure that you stop any local instance of Couchbase Server before running this command.
55+
Ensure that you stop any local instance of Couchbase Server before running this command. +
56+
{shutdown-instructions-link}
5457
////
5558
// Removed this statement as it is questionable whether it is actually supported.
5659
[TIP]
@@ -145,7 +148,8 @@ $ docker run -d --name db3 -p 8091-8096:8091-8096 -p 11210-11211:11210-11211 cou
145148

146149
After running the above commands, three instances (`db1`, `db2`, `db3`) of the latest https://hub.docker.com/_/couchbase/[official Couchbase Server container image^] are downloaded and run on the host computer.
147150
If a traditional installation of Couchbase Server is running locally on the host computer, the port mappings specified using the `-p` option may fail.
148-
Ensure that you stop any local instance of Couchbase Server before running these commands.
151+
Ensure that you stop any local instance of Couchbase Server before running these commands. +
152+
{shutdown-instructions-link}
149153
////
150154
// Removed this statement as it is questionable whether it is actually supported.
151155
[TIP]
@@ -371,7 +375,8 @@ two instances (`db1` and `db2`) of the latest https://hub.docker.com/_/couchbase
371375
and run on the host computer.
372376
If a traditional installation of Couchbase Server is running locally on the host computer,
373377
the port mappings specified using the `-p` option may fail.
374-
Ensure that you stop any local instance of Couchbase Server before running these commands.
378+
Ensure that you stop any local instance of Couchbase Server before running these commands. +
379+
{shutdown-instructions-link}
375380
+
376381
NOTE: If you're using encrypted communication for the Couchbase Web Console, client, and server,
377382
and using XDCR, you need to open up additional ports.

0 commit comments

Comments
 (0)