mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
@@ -21,7 +21,7 @@ format](compose-file.md#versioning) you are using:
|
||||
|
||||
- subject to the [limitations](swarm.md#limitations) described below,
|
||||
|
||||
- as long as the Swarm cluster is configured to use the [overlay driver](/engine/userguide/networking/dockernetworks/#an-overlay-network),
|
||||
- as long as the Swarm cluster is configured to use the [overlay driver](/engine/userguide/networking/#an-overlay-network-with-docker-engine-swarm-mode),
|
||||
or a custom driver which supports multi-host networking.
|
||||
|
||||
Read [Get started with multi-host networking](/engine/userguide/networking/get-started-overlay/) to see how to
|
||||
|
||||
@@ -506,7 +506,7 @@ In that topic, see also:
|
||||
|
||||
* [Linux configuration file](/engine/reference/commandline/dockerd/#/linux-configuration-file)
|
||||
|
||||
* [Windows configuration file](/reference/commandline/dockerd/#/windows-configuration-file)
|
||||
* [Windows configuration file](/engine/reference/commandline/dockerd/#/windows-configuration-file)
|
||||
|
||||
Note that updating these settings requires a reconfiguration and reboot of the Linux VM.
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ the repositories you can access and their status, view your "Dashboard" page on
|
||||
[Docker Hub](https://hub.docker.com).
|
||||
|
||||
You can find more information on working with Docker images in the
|
||||
[Docker userguide](/engine/userguide/dockerimages/).
|
||||
[Docker userguide](/engine/tutorials/dockerimages/).
|
||||
|
||||
### Use Official Repositories
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@ You can name your local images either when you build it, using
|
||||
by re-tagging an existing local image `docker tag <existing-image> <hub-user>/<repo-name>[:<tag>]`,
|
||||
or by using `docker commit <exiting-container> <hub-user>/<repo-name>[:<tag>]` to commit
|
||||
changes.
|
||||
See [Working with Docker images](/engine/userguide/dockerimages) for a detailed description.
|
||||
See [Working with Docker images](/engine/tutorials/dockerimages/) for a detailed description.
|
||||
|
||||
Now you can push this repository to the registry designated by its name or tag.
|
||||
|
||||
|
||||
@@ -155,7 +155,7 @@ Linux:
|
||||
- Any distribution running version 3.10+ of the Linux kernel
|
||||
- Specific instructions are available for most Linux distributions, including
|
||||
[RHEL](installation/linux/rhel.md), [Ubuntu](installation/linux/ubuntulinux.md),
|
||||
[SuSE](installation/linux/suse.md), and many others.
|
||||
[SuSE](installation/linux/SUSE.md), and many others.
|
||||
|
||||
Microsoft Windows:
|
||||
- Windows Server 2016
|
||||
@@ -288,4 +288,4 @@ You can find more answers on:
|
||||
- [Ask questions on Stackoverflow](http://stackoverflow.com/search?q=docker)
|
||||
- [Join the conversation on Twitter](http://twitter.com/docker)
|
||||
|
||||
Looking for something else to read? Checkout the [User Guide](userguide/index.md).
|
||||
Looking for something else to read? Checkout the [User Guide](userguide/index.md).
|
||||
|
||||
@@ -17,7 +17,7 @@ docker/machine release page</a> on GitHub.
|
||||
|
||||
## Installing Machine Directly
|
||||
|
||||
1. Install <a href="/installation/"
|
||||
1. Install <a href="/engine/installation/"
|
||||
target="_blank">the Docker binary</a>.
|
||||
|
||||
2. Download the Docker Machine binary and extract it to your PATH.
|
||||
|
||||
Reference in New Issue
Block a user