mirror of https://github.com/docker/docs.git
Merge pull request #11232 from usha-mandya/homepage-patch
Remove troubleshooting and Stack Overflow section
This commit is contained in:
commit
d3b163f949
|
|
@ -628,81 +628,6 @@
|
||||||
Dockerize an ASP.NET Core application with SQL Server on Linux
|
Dockerize an ASP.NET Core application with SQL Server on Linux
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-xs-12 col-md-6">
|
|
||||||
<h2 class="title">Stack Overflow</h2>
|
|
||||||
<p>
|
|
||||||
Browse through some of the frequent questions asked about Docker
|
|
||||||
on Stack Overflow.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a
|
|
||||||
href="https://stackoverflow.com/questions/24319662/from-inside-of-a-docker-container-how-do-i-connect-to-the-localhost-of-the-mach"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
From inside of a Docker container, how do I connect to the
|
|
||||||
localhost of the machine?
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a
|
|
||||||
href="https://stackoverflow.com/questions/16047306/how-is-docker-different-from-a-virtual-machine"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
How is Docker different from a virtual machine?
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a
|
|
||||||
href="https://stackoverflow.com/questions/21553353/what-is-the-difference-between-cmd-and-entrypoint-in-a-dockerfile"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
What is the difference between CMD and ENTRYPOINT in a
|
|
||||||
Dockerfile?
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a
|
|
||||||
href="https://stackoverflow.com/questions/22111060/what-is-the-difference-between-expose-and-publish-in-docker"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
What is the difference between “expose” and “publish” in
|
|
||||||
Docker?
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a
|
|
||||||
href="https://stackoverflow.com/questions/19234831/where-are-docker-images-stored-on-the-host-machine"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Where are Docker images stored on the host machine?
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div class="col-xs-12 col-md-6">
|
|
||||||
<h2 class="title">Troubleshooting</h2>
|
|
||||||
<p>
|
|
||||||
Refer to our troubleshooting topics to learn how to diagnose and
|
|
||||||
troubleshoot common issues.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a href="/config/daemon/">
|
|
||||||
Troubleshoot the Docker daemon
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a href="/storage/troubleshooting_volume_errors/">
|
|
||||||
Troubleshoot volumes or bind mount errors
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a href="/docker-for-windows/troubleshoot/">
|
|
||||||
Docker Desktop logs and troubleshooting
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue