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: modules/install/pages/getting-started-docker.adoc
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
[abstract]
5
5
{description}
6
6
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
+
7
9
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.
8
10
9
11
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
23
25
====
24
26
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:
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.
52
54
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}
54
57
////
55
58
// Removed this statement as it is questionable whether it is actually supported.
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.
147
150
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}
149
153
////
150
154
// Removed this statement as it is questionable whether it is actually supported.
151
155
[TIP]
@@ -371,7 +375,8 @@ two instances (`db1` and `db2`) of the latest https://hub.docker.com/_/couchbase
371
375
and run on the host computer.
372
376
If a traditional installation of Couchbase Server is running locally on the host computer,
373
377
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}
375
380
+
376
381
NOTE: If you're using encrypted communication for the Couchbase Web Console, client, and server,
377
382
and using XDCR, you need to open up additional ports.
0 commit comments