Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a37f369

Browse files
Merge pull request docker#493 from londoncalling/ddc-copyedits
Comment line in DDC docs
2 parents 6111365 + 20e192f commit a37f369

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

datacenter/ucp/1.1/install-sandbox.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ of the UCP swarm. So next, we'll then install DTR on that second node.
4646
Once you've installed UCP and DTR you'll [work through a tutorial](install-sandbox-2.md) to deploy a
4747
container through UCP, and explore the user interface.
4848

49-
>**Note**: The command examples in this page were tested for a Mac OS X
49+
<!-- >**Note**: The command examples in this page were tested for a Mac OS X
5050
environment. If you are in another, you may need to change the commands to use
51-
the correct ones for you environment.
51+
the correct ones for you environment. -->
5252

5353
>**Note**: The command examples in this page were tested for a macOS environment.
5454
If you are in another, you may need to adjust to use analogous commands for your environment.
@@ -120,15 +120,15 @@ Set up the nodes for your evaluation:
120120
## About the ucp tool
121121
122122
To install UCP, you'll use the Docker CLI to pull and run the `docker/ucp`
123-
image, which contains a bootstrapper tool, which is designed to make UCP easier
123+
image, which contains a bootstrapper tool designed to make UCP easier
124124
to install than many enterprise-grade applications. The `ucp` tool runs
125125
`docker run` commands to `install` a UCP controller or `join` a node to a UCP
126126
controller.
127127
128-
The general format of these commands are a `docker run --rm -it docker/ucp` with
129-
one or more subcommands, and you'll find them later in this document. For the
130-
tutorial purposes, we use the `-i` options for "interactive" install mode, but
131-
you can run them unattended in production.
128+
The general format of these commands is `docker run --rm -it docker/ucp` with
129+
one or more subcommands, and you'll find them later in this document. For this
130+
tutorial, we use the `-i` option for "interactive" install mode, but
131+
you can run these commands without `-i` (unattended) in production.
132132
133133
Regardless of how you use the `docker/ucp` tool, the default install supplies
134134
default options for both data volumes and the certificate authority (CA). In a

0 commit comments

Comments
 (0)