Remove links to deprecated articles

This commit is contained in:
Usha Mandya 2020-07-16 15:18:01 +01:00
parent 9b6fff076e
commit df563bd043
4 changed files with 2 additions and 27 deletions

View File

@ -189,8 +189,7 @@
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
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 [Introduction to user namespaces](https://success.docker.com/KBase/Introduction_to_User_Namespaces_in_Docker_Engine).
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/).
<a class="glossary" name="node">node</a>: |
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).

View File

@ -599,18 +599,6 @@
Docker Security best practices
</a>
</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 class="col-xs-12 col-md-6">
<h2 class="title">Develop with Docker</h2>
@ -709,11 +697,6 @@
Troubleshoot volumes or bind mount errors
</a>
</p>
<p>
<a href="https://success.docker.com/article/troubleshooting-container-networking" target="_blank">
Troubleshoot container networking errors
</a>
</p>
<p>
<a href="/docker-for-windows/troubleshoot/">
Docker Desktop logs and troubleshooting

View File

@ -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`
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
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.
packets or handles encryption. See [Docker and iptables](iptables.md).
In addition, this topic does not provide any tutorials for how to create,
manage, and use Docker networks. Each section includes links to relevant

View File

@ -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
specify a different IP address. However, setting `--ip` only changes the
_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)