Skip to content

Commit 6ee53d1

Browse files
sarahparkjoaofnfernandes
authored andcommitted
Update some screenshots for DDC (#1894)
* Update screenshots for /datacenter/install/aws/ * Update screenshots for datacenter/install/linux/ * Update screenshots for datacenter/ucp/2.1/guides/ * Update screenshots for datacenter/ucp/2.1/guides/admin/install/ * Update screenshots for datacenter/ucp/2.1/guides/admin/configure/scale-your-cluster/ * Fix screenshot's text in /ucp/2.1/guides/admin/install/ * Update screenshots for datacenter/ucp/2.1/guides/admin/configure/scale-your-cluster/ * Update screenshots for /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/ * Update screenshot for /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ * Update screenshot for /datacenter/ucp/2.1/guides/user/access-ucp/ * Update screenshots for /datacenter/ucp/2.1/guides/user/services/ * Update screenshots for /datacenter/ucp/2.1/guides/user/secrets/ * Update screenshots for /datacenter/install/aws/ * Update screenshots for datacenter/install/linux/ * Update screenshots for datacenter/ucp/2.1/guides/ * Update screenshots for datacenter/ucp/2.1/guides/admin/install/ * Update screenshots for datacenter/ucp/2.1/guides/admin/configure/scale-your-cluster/ * Fix screenshot's text in /ucp/2.1/guides/admin/install/ * Update screenshots for datacenter/ucp/2.1/guides/admin/configure/scale-your-cluster/ * Update screenshots for /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/ * Update screenshot for /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/ * Update screenshot for /datacenter/ucp/2.1/guides/user/access-ucp/ * Update screenshots for /datacenter/ucp/2.1/guides/user/services/ * Update screenshots for /datacenter/ucp/2.1/guides/user/secrets/
1 parent 52a4261 commit 6ee53d1

39 files changed

+27
-26
lines changed

datacenter/images/dtr.png

117 KB
Loading

datacenter/images/try-ddc-1.png

19.7 KB
Loading

datacenter/images/try-ddc-2.png

203 KB
Loading

datacenter/images/try-ddc-3.png

191 KB
Loading

datacenter/images/ucp.png

349 KB
Loading

datacenter/install/aws.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ above configuration options.
128128

129129
- Click on **Launch Stack** below. This link will take you to AWS cloudformation portal.
130130

131-
[![Docker Datacenter on Docker for AWS](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)]({{ launch_url }}{{ template_url }})
131+
[![Docker Datacenter on Docker for AWS](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)]({{ launch_url }}{{ template_url }}){: .with-border}
132132

133133
- Confirm your AWS Region that you'd like to launch this stack in (top right corner)
134134
- Provide the required parameters and click **Next** (see below)
135-
![console_installation.png](../images/console_installation.png)
135+
![console_installation.png](../images/console_installation.png){: .with-border}
136136
- **Confirm** and **Launch**
137137
- Once the stack is successfully created (it does take between 10-15 mins), click on **Output** tab to see the URLs of UCP and DTR.
138138

@@ -214,15 +214,16 @@ which is a highly optimized AMI built specifically for running Docker on AWS
214214
Once the stack is successfully created, you can access UCP and DTR URLs in the
215215
output tab as follows:
216216

217-
![insecure.png](../images/output.png)
217+
![insecure.png](../images/output.png){: .with-border}
218218

219219
When accessing UCP and DTR, log in using the username and password that you
220220
provided when you launched the cloudformation stack. You should see the below
221221
landing pages:
222222

223223

224-
![ucp.png](../images/ucp.png)
225-
![dtr.png](../images/dtr.png)
224+
![ucp.png](../images/ucp.png){: .with-border}
225+
226+
![dtr.png](../images/dtr.png){: .with-border}
226227

227228
> Note: During the installation process, a self-signed certificate is generated
228229
for both UCP and DTR. You can replace these certificates with your own
@@ -302,11 +303,11 @@ provides multiple advantages to easily deploy and access your application.
302303
```
303304
b. Notice the updated ELB configuration:
304305
305-
![elb_listeners_update.png](../images/elb_listeners_update.png)
306+
![elb_listeners_update.png](../images/elb_listeners_update.png){: .with-border}
306307
307308
c. Access your application using **DefaultExternalTarget** DNS and published port:
308309
309-
![app.png](../images/app.png)
310+
![app.png](../images/app.png){: .with-border}
310311
311312
312313
2. **Swarm Mode Routing Mesh**
@@ -382,12 +383,12 @@ created when filling out the CloudFormation template for Docker for AWS.
382383
Once you find it, click the checkbox, next to the name. Then Click on the
383384
"Edit" button on the lower detail pane.
384385
385-
![console_installation.png](../images/autoscale_update.png)
386+
![console_installation.png](../images/autoscale_update.png){: .with-border}
386387
387388
Change the "Desired" field to the size of the worker pool that you would like,
388389
and hit "Save".
389390
390-
![console_installation.png](../images/autoscale_save.png)
391+
![console_installation.png](../images/autoscale_save.png){: .with-border}
391392
392393
This will take a few minutes and add the new workers to your swarm
393394
automatically. To lower the number of workers back down, you just need to
@@ -399,7 +400,7 @@ Go to the CloudFormation management page, and click the checkbox next to the
399400
stack you want to update. Then Click on the action button at the top, and
400401
select "Update Stack".
401402
402-
![console_installation.png](../images/cloudformation_update.png)
403+
![console_installation.png](../images/cloudformation_update.png){: .with-border}
403404
404405
Pick "Use current template", and then click "Next". Fill out the same parameters
405406
you have specified before, but this time, change your worker count to the new

datacenter/ucp/2.1/guides/admin/configure/scale-your-cluster.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Docker UCP is designed for scaling horizontally as your applications grow in
99
size and usage. You can add or remove nodes from the UCP cluster to make it
1010
scale to your needs.
1111

12-
![](../../images/scale-your-cluster-1.svg)
12+
![](../../images/scale-your-cluster-0.svg)
1313

1414
Since UCP leverages the clustering functionality provided by Docker Engine,
1515
you use the [docker swarm join](/engine/swarm/swarm-tutorial/add-nodes.md)
@@ -47,7 +47,7 @@ the **Resources** page, and go to the **Nodes** section.
4747

4848
Click the **Add Node button** to add a new node.
4949

50-
![](../../images/scale-your-cluster-2.png){: .with-border}
50+
![](../../../../../images/try-ddc-3.png){: .with-border}
5151

5252
Check the 'Add node as a manager' option if you want to add the node as manager.
5353
Also, set the 'Use a custom listen address' option to specify the IP of the
@@ -56,7 +56,7 @@ host that you'll be joining to the cluster.
5656
Then you can copy the command displayed, use ssh to **log into the host** that
5757
you want to join to the cluster, and **run the command** on that host.
5858

59-
![](../../images/scale-your-cluster-3.png){: .with-border}
59+
![](../../images/scale-your-cluster-2.png){: .with-border}
6060

6161
After you run the join command in the node, the node starts being displayed
6262
in UCP.
@@ -96,7 +96,7 @@ so that it is:
9696
* Drained: the node won't receive new tasks. Existing tasks are stopped and
9797
replica tasks are launched in active nodes.
9898

99-
![](../../images/scale-your-cluster-4.png){: .with-border}
99+
![](../../images/scale-your-cluster-3.png){: .with-border}
100100

101101
If you're load-balancing user requests to UCP across multiple manager nodes,
102102
when demoting those nodes into workers, don't forget to remove them from your

datacenter/ucp/2.1/guides/admin/install/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Now that UCP is installed, you need to license it. In your browser, navigate
8282
to the UCP web UI, login with your administrator credentials and upload your
8383
license.
8484

85-
![](../../images/install-production-1.png){: .with-border}
85+
![](../../../../../images/try-ddc-1.png){: .with-border}
8686

8787
If you're registered in the beta program and don't have a license yet, you
8888
can get it from your [Docker Store subscriptions](https://store.docker.com/?overlay=subscriptions).
@@ -101,11 +101,11 @@ for worker nodes to execute.
101101
To join manager nodes to the swarm, go to the **UCP web UI**, navigate to
102102
the **Resources** page, and go to the **Nodes** section.
103103

104-
![](../../images/install-production-2.png){: .with-border}
104+
![](../../images/step-6-one-node.png){: .with-border}
105105

106106
Click the **Add Node button** to add a new node.
107107

108-
![](../../images/install-production-3.png){: .with-border}
108+
![](../../../../../images/try-ddc-3.png){: .with-border}
109109

110110
Check the 'Add node as a manager' to turn this node into a manager and replicate
111111
UCP for high-availability.
@@ -119,7 +119,7 @@ can reach it.
119119
For each manager node that you want to join to UCP, login into that
120120
node using ssh, and run the join command that is displayed on UCP.
121121

122-
![](../../images/install-production-4.png){: .with-border}
122+
![](../../images/step-6-two-nodes.png){: .with-border}
123123

124124
After you run the join command in the node, the node starts being displayed
125125
in UCP.
Loading
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
-279 KB
Binary file not shown.
-224 KB
Binary file not shown.
Loading
Loading
Loading
Binary file not shown.
Loading
Loading
Loading
Binary file not shown.

datacenter/ucp/2.1/guides/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ solution from Docker. You install it on-premises or in your virtual private
1010
cloud, and it helps you manage your Docker cluster and applications from a
1111
single place.
1212

13-
![](images/overview-1.png){: .with-border}
13+
![](../../../images/ucp.png){: .with-border}
1414

1515
## Centralized cluster management
1616

@@ -21,7 +21,7 @@ by Docker to make it easier to manage your cluster from a centralized place.
2121

2222
You can manage and monitor your container cluster using a graphical UI.
2323

24-
![](images/overview-2.png){: .with-border}
24+
![](../../../images/try-ddc-2.png){: .with-border}
2525

2626
Since UCP exposes the standard Docker API, you can continue using the tools
2727
you already know, including the Docker CLI client, to deploy and manage your

datacenter/ucp/2.1/guides/user/access-ucp/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Web-based access
77
Docker Universal Control Plane allows you to manage your cluster in a visual
88
way, from your browser.
99

10-
![](../../images/web-based-access-1.png){: .with-border}
10+
![](../../../../../images/ucp.png){: .with-border}
1111

1212

1313
Docker UCP secures your cluster with role-based access control. From the

datacenter/ucp/2.1/guides/user/services/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ title: Deploy an app from the UI
77

88
With Docker Universal Control Plane you can deploy applications from the UI
99
using `docker-compose.yml` files. In this example, we're going to deploy an
10-
application that allows users to vote on whether they prefer cats or dogs.
10+
application that allows users to vote on whether they prefer cats or dogs. 😺 🐶
1111

1212
## Deploy voting application
1313

14-
In your browser, **log in** to UCP, and navigate to the **Applications** page.
15-
There, click the **Deploy compose.yml** button, to deploy a new application.
14+
In your browser, **log in** to UCP, and navigate to the **Stacks & Applications** page.
15+
There, click the **Deploy** button, to deploy a new application.
1616

1717
![](../../images/deploy-app-ui-1.png){: .with-border}
1818

@@ -25,7 +25,7 @@ The application we're going to deploy is composed of several services:
2525
* `db`: A PostgreSQL service which provides permanent storage on a host volume
2626
* `worker`: A background service that transfers votes from the queue to permanent storage
2727

28-
Click **Services** and paste the following YAML into the **DOCKER-COMPOSE.YML**
28+
Click **Deploy** and paste the following YAML into the **APPLICATION DEFINITION**
2929
field.
3030

3131
```none
@@ -125,7 +125,7 @@ documentation](http://docker-docs-vnext-compose.netlify.com/compose/compose-file
125125
Give the application a name (such as "VotingApp," used here), and click
126126
**Create**.
127127

128-
Once UCP deploys the application, click on **Services** on the left navigation,
128+
Once UCP deploys the application, click on **VotingApp** or go to **Services** on the left navigation,
129129
to see the details of the services you have deployed across your nodes. Try
130130
clicking on the `visualizer` service, and scroll to the bottom of the detail page.
131131
You'll see a link to your UCP instance's URL that includes the published port

0 commit comments

Comments
 (0)