docs
docs copied to clipboard
Source repo for Docker's Documentation
File: [compose/networking.md](https://docs.docker.com/compose/networking/) Please add a paragraph on how containers living in the same network can communicate via http. Most containers contain web apps and need to communicate via http URLs,...
I found a broken link : https://docs.docker.com/desktop/extensions-sdk/design/design-overview/ On https://www.docker.com/blog/build-your-first-docker-extension/ **Styling your extension** Check out our [design guidelines](https://docs.docker.com/desktop/extensions-sdk/design/design-overview/). I'm guessing that design guidelines is meant to point to: https://docs.docker.com/desktop/extensions-sdk/design/design-guidelines/
File: [desktop/install/ubuntu.md](https://docs.docker.com/desktop/install/ubuntu/) change: sudo apt-get install ./docker-desktop--.deb to: sudo apt install ./docker-desktop--.deb
Add a note to clarify that we must add the full URI of images hosted on DockerHub because Docker ACI Integration by default looks only in Azure Container Registry. ###...
### Proposed changes In the original example, the "Mounts" field returned by `docker container inspect [CONTAINER]` was not shown. My edit may include too much data, but we should at...
File: [desktop/install/windows-install.md](https://docs.docker.com/desktop/install/windows-install/)
### Problem description Documentation for both Amazon ECS & Azure ACI integration is missing step to properly setup for a Linux environment. I suspect this only impacts Linux, not Docker...
File: [desktop/kubernetes.md](https://docs.docker.com/desktop/kubernetes/)
### Problem description > The above output shows that three layers each take 104M and two take 125M. These directories have only small differences from each other, but take up...