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: _includes/content/typical_docker_workflow.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
- Build, then run your containers on a virtual host via [Docker Machine](machine/overview.md) as you develop.
12
12
2. Configure [networking](engine/tutorials/networkingcontainers.md) and
13
13
[storage](engine/tutorials/dockervolumes.md) for your solution, if needed.
14
-
3. Upload builds to a registry ([ours](engine/tutorials/dockerrepos.md), [yours](/datacenter/dtr/2.0/index.md), or your cloud provider's), to collaborate with your team.
14
+
3. Upload builds to a registry ([ours](/engine/getstarted/step_six.md), [yours](/datacenter/dtr/2.0/index.md), or your cloud provider's), to collaborate with your team.
15
15
4. If you're gonna need to scale your solution across multiple hosts (VMs or physical machines), [plan
16
16
for how you'll set up your Swarm cluster](engine/swarm/key-concepts.md) and [scale it to meet demand](engine/swarm/swarm-tutorial/index.md).
17
17
- Note: Use [Universal Control Plane](/datacenter/ucp/1.1/overview.md) and you can manage your
2. The Docker Toolbox installation includes both Engine and Compose, so Mac and Windows users are done installing. Others should continue to the next step.
21
+
2. The Docker Toolbox installation includes both Engine and Compose, so Mac and
22
+
Windows users are done installing. Others should continue to the next step.
22
23
23
-
3. Go to the <ahref="https://github.com/docker/compose/releases"target="_blank">Compose repository release page on GitHub</a>.
24
+
3. Go to the
25
+
[Compose repository release page on GitHub](https://github.com/docker/compose/releases){: target="_blank" class="_"}.
24
26
25
-
4. Follow the instructions from the release page and run the `curl` command,
26
-
which the release page specifies, in your terminal.
27
+
4.Follow the instructions from the release page and run the `curl` command,
28
+
which the release page specifies, in your terminal.
27
29
28
-
> Note: If you get a "Permission denied" error, your `/usr/local/bin` directory
29
-
probably isn't writable and you'll need to install Compose as the superuser. Run
30
-
`sudo -i`, then the two commands below, then `exit`.
30
+
> Note: If you get a "Permission denied" error, your `/usr/local/bin` directory
31
+
>probably isn't writable and you'll need to install Compose as the superuser. Run
32
+
>`sudo -i`, then the two commands below, then `exit`.
31
33
32
-
The following is an example command illustrating the format:
34
+
The following is an example command illustrating the format:
Copy file name to clipboardExpand all lines: docker-for-aws/release-notes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Release date: 10/27/2016
63
63
- Fixed the shell container that runs on the managers, to remove a ssh host key that was accidentally added to the image.
64
64
This could have led to a potential man in the middle (MITM) attack. The ssh host key is now generated on host startup, so that each host has its own key.
65
65
- The SSH ELB for SSH'ing into the managers has been removed because it is no longer possible to SSH into the managers without getting a security warning
66
-
- Each Manager can be SSH'd into by following our deploy [guide](../deploy)
66
+
- Each Manager can be SSH'd into by following our deploy [guide](docker-for-aws/deploy.md)
67
67
- Added new region us-east-2 (Ohio)
68
68
- Fixed some bugs related to upgrading the swarm
69
69
- SSH keypair is now a required field in CloudFormation
0 commit comments