mirror of https://github.com/docker/docs.git
Remove links to deprecated articles
This commit is contained in:
parent
9b6fff076e
commit
df563bd043
|
@ -189,8 +189,7 @@
|
||||||
a namespace can only interact with resources or processes that are part of the same namespace. Namespaces
|
a namespace can only interact with resources or processes that are part of the same namespace. Namespaces
|
||||||
are an important part of Docker's isolation model. Namespaces exist for each type of
|
are an important part of Docker's isolation model. Namespaces exist for each type of
|
||||||
resource, including `net` (networking), `mnt` (storage), `pid` (processes), `uts` (hostname control),
|
resource, including `net` (networking), `mnt` (storage), `pid` (processes), `uts` (hostname control),
|
||||||
and `user` (UID mapping). For more information about namespaces, see [Docker run reference](/engine/reference/run/)
|
and `user` (UID mapping). For more information about namespaces, see [Docker run reference](/engine/reference/run/) and [Isolate containers with a user namespace](/engine/security/userns-remap/).
|
||||||
and [Introduction to user namespaces](https://success.docker.com/KBase/Introduction_to_User_Namespaces_in_Docker_Engine).
|
|
||||||
<a class="glossary" name="node">node</a>: |
|
<a class="glossary" name="node">node</a>: |
|
||||||
A [node](/engine/swarm/how-swarm-mode-works/nodes/) is a physical or virtual
|
A [node](/engine/swarm/how-swarm-mode-works/nodes/) is a physical or virtual
|
||||||
machine running an instance of the Docker Engine in [swarm mode](#swarm_mode).
|
machine running an instance of the Docker Engine in [swarm mode](#swarm_mode).
|
||||||
|
|
|
@ -599,18 +599,6 @@
|
||||||
Docker Security best practices
|
Docker Security best practices
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
|
||||||
<a href="https://success.docker.com/article/logging-best-practices">
|
|
||||||
Docker Reference architecture: Docker logging design and best
|
|
||||||
practices
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a href="https://success.docker.com/article/networking">
|
|
||||||
Docker Swarm reference architecture: Exploring scalable,
|
|
||||||
portable container networks
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-md-6">
|
<div class="col-xs-12 col-md-6">
|
||||||
<h2 class="title">Develop with Docker</h2>
|
<h2 class="title">Develop with Docker</h2>
|
||||||
|
@ -709,11 +697,6 @@
|
||||||
Troubleshoot volumes or bind mount errors
|
Troubleshoot volumes or bind mount errors
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
|
||||||
<a href="https://success.docker.com/article/troubleshooting-container-networking" target="_blank">
|
|
||||||
Troubleshoot container networking errors
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<p>
|
<p>
|
||||||
<a href="/docker-for-windows/troubleshoot/">
|
<a href="/docker-for-windows/troubleshoot/">
|
||||||
Docker Desktop logs and troubleshooting
|
Docker Desktop logs and troubleshooting
|
||||||
|
|
|
@ -29,10 +29,7 @@ This topic does **not** go into OS-specific details about how Docker networks
|
||||||
work, so you will not find information about how Docker manipulates `iptables`
|
work, so you will not find information about how Docker manipulates `iptables`
|
||||||
rules on Linux or how it manipulates routing rules on Windows servers, and you
|
rules on Linux or how it manipulates routing rules on Windows servers, and you
|
||||||
will not find detailed information about how Docker forms and encapsulates
|
will not find detailed information about how Docker forms and encapsulates
|
||||||
packets or handles encryption. See [Docker and iptables](iptables.md)
|
packets or handles encryption. See [Docker and iptables](iptables.md).
|
||||||
and
|
|
||||||
[Docker Reference Architecture: Designing Scalable, Portable Docker Container Networks](http://success.docker.com/article/networking)
|
|
||||||
for a much greater depth of technical detail.
|
|
||||||
|
|
||||||
In addition, this topic does not provide any tutorials for how to create,
|
In addition, this topic does not provide any tutorials for how to create,
|
||||||
manage, and use Docker networks. Each section includes links to relevant
|
manage, and use Docker networks. Each section includes links to relevant
|
||||||
|
|
|
@ -93,7 +93,3 @@ any address on the host. If you want to change that behavior to only
|
||||||
expose ports on an internal IP address, you can use the `--ip` option to
|
expose ports on an internal IP address, you can use the `--ip` option to
|
||||||
specify a different IP address. However, setting `--ip` only changes the
|
specify a different IP address. However, setting `--ip` only changes the
|
||||||
_default_, it does not _restrict_ services to that IP.
|
_default_, it does not _restrict_ services to that IP.
|
||||||
|
|
||||||
## Next steps
|
|
||||||
|
|
||||||
- Read [Docker Reference Architecture: Designing Scalable, Portable Docker Container Networks](https://success.docker.com/Architecture/Docker_Reference_Architecture%3A_Designing_Scalable%2C_Portable_Docker_Container_Networks)
|
|
||||||
|
|
Loading…
Reference in New Issue