@@ -46,9 +46,9 @@ of the UCP swarm. So next, we'll then install DTR on that second node.
46
46
Once you've installed UCP and DTR you'll [ work through a tutorial] ( install-sandbox-2.md ) to deploy a
47
47
container through UCP, and explore the user interface.
48
48
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
50
50
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. -->
52
52
53
53
> ** Note** : The command examples in this page were tested for a macOS environment.
54
54
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:
120
120
## About the ucp tool
121
121
122
122
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
124
124
to install than many enterprise-grade applications. The `ucp` tool runs
125
125
`docker run` commands to `install` a UCP controller or `join` a node to a UCP
126
126
controller.
127
127
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.
132
132
133
133
Regardless of how you use the `docker/ucp` tool, the default install supplies
134
134
default options for both data volumes and the certificate authority (CA). In a
0 commit comments