From 24aab1e03f1b1c14171a6c518487d497f96d96ac Mon Sep 17 00:00:00 2001 From: Ray Offiah Date: Mon, 7 Oct 2024 12:31:50 +0100 Subject: [PATCH] [DOC-11727]: Feedback on Install Couchbase Server Using Docker | Couchbase Docs Added a link to the starting/stopping instructions. --- modules/install/pages/getting-started-docker.adoc | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/modules/install/pages/getting-started-docker.adoc b/modules/install/pages/getting-started-docker.adoc index 1b59a4fcce..92b9734541 100644 --- a/modules/install/pages/getting-started-docker.adoc +++ b/modules/install/pages/getting-started-docker.adoc @@ -4,6 +4,8 @@ [abstract] {description} +:shutdown-instructions-link: pass:q[(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]).] + 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. 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 ==== 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: -* xref:best-practices-vm.adoc[] +* xref:best-practices-vm.adoc[] * xref:deployment-considerations-lt-3nodes.adoc[]. ==== @@ -50,7 +52,8 @@ For example: 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. If a traditional installation of Couchbase Server is running locally on the host computer, the port mappings specified using the `-p` option may fail. -Ensure that you stop any local instance of Couchbase Server before running this command. +Ensure that you stop any local instance of Couchbase Server before running this command. + +{shutdown-instructions-link} //// // Removed this statement as it is questionable whether it is actually supported. [TIP] @@ -145,7 +148,8 @@ $ docker run -d --name db3 -p 8091-8096:8091-8096 -p 11210-11211:11210-11211 cou 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. If a traditional installation of Couchbase Server is running locally on the host computer, the port mappings specified using the `-p` option may fail. -Ensure that you stop any local instance of Couchbase Server before running these commands. +Ensure that you stop any local instance of Couchbase Server before running these commands. + +{shutdown-instructions-link} //// // Removed this statement as it is questionable whether it is actually supported. [TIP] @@ -371,7 +375,8 @@ two instances (`db1` and `db2`) of the latest https://hub.docker.com/_/couchbase and run on the host computer. If a traditional installation of Couchbase Server is running locally on the host computer, the port mappings specified using the `-p` option may fail. -Ensure that you stop any local instance of Couchbase Server before running these commands. +Ensure that you stop any local instance of Couchbase Server before running these commands. + +{shutdown-instructions-link} + NOTE: If you're using encrypted communication for the Couchbase Web Console, client, and server, and using XDCR, you need to open up additional ports.