|
@@ -142,7 +142,7 @@ of all containers.
|
|
The `docker run` command can be used in combination with `docker commit` to
|
|
The `docker run` command can be used in combination with `docker commit` to
|
|
[*change the command that a container runs*](commit.md). There is additional detailed information about `docker run` in the [Docker run reference](../run.md).
|
|
[*change the command that a container runs*](commit.md). There is additional detailed information about `docker run` in the [Docker run reference](../run.md).
|
|
|
|
|
|
-For information on connecting a container to a network, see the ["*Docker network overview*"](../../userguide/networking/index.md).
|
|
|
|
|
|
+For information on connecting a container to a network, see the ["*Docker network overview*"](https://docs.docker.com/engine/userguide/networking/).
|
|
|
|
|
|
## Examples
|
|
## Examples
|
|
|
|
|
|
@@ -251,7 +251,7 @@ binary (refer to [get the linux binary](
|
|
you give the container the full access to create and manipulate the host's
|
|
you give the container the full access to create and manipulate the host's
|
|
Docker daemon.
|
|
Docker daemon.
|
|
|
|
|
|
-For in-depth information about volumes, refer to [manage data in containers](../../tutorials/dockervolumes.md)
|
|
|
|
|
|
+For in-depth information about volumes, refer to [manage data in containers](https://docs.docker.com/engine/tutorials/dockervolumes/)
|
|
|
|
|
|
### Publish or expose port (-p, --expose)
|
|
### Publish or expose port (-p, --expose)
|
|
|
|
|
|
@@ -259,7 +259,7 @@ For in-depth information about volumes, refer to [manage data in containers](../
|
|
|
|
|
|
This binds port `8080` of the container to port `80` on `127.0.0.1` of the host
|
|
This binds port `8080` of the container to port `80` on `127.0.0.1` of the host
|
|
machine. The [Docker User
|
|
machine. The [Docker User
|
|
-Guide](../../userguide/networking/default_network/dockerlinks.md)
|
|
|
|
|
|
+Guide](https://docs.docker.com/engine/userguide/networking/default_network/dockerlinks/)
|
|
explains in detail how to manipulate ports in Docker.
|
|
explains in detail how to manipulate ports in Docker.
|
|
|
|
|
|
$ docker run --expose 80 ubuntu bash
|
|
$ docker run --expose 80 ubuntu bash
|
|
@@ -371,7 +371,7 @@ format:
|
|
You can load multiple label-files by supplying multiple `--label-file` flags.
|
|
You can load multiple label-files by supplying multiple `--label-file` flags.
|
|
|
|
|
|
For additional information on working with labels, see [*Labels - custom
|
|
For additional information on working with labels, see [*Labels - custom
|
|
-metadata in Docker*](../../userguide/labels-custom-metadata.md) in the Docker User
|
|
|
|
|
|
+metadata in Docker*](https://docs.docker.com/engine/userguide/labels-custom-metadata/) in the Docker User
|
|
Guide.
|
|
Guide.
|
|
|
|
|
|
### Connect a container to a network (--network)
|
|
### Connect a container to a network (--network)
|