docs
docs copied to clipboard
Source repo for Docker's Documentation
File: [engine/install/ubuntu.md](https://docs.docker.com/engine/install/ubuntu/) When following these instructions exactly I have encountered several issues. ## Uninstall old versions of docker if present ``` $ sudo apt-get remove docker docker-engine docker.io containerd runc...
File: [engine/install/ubuntu.md](https://docs.docker.com/engine/install/ubuntu/) Under [Install using the repository](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository), under Set up the repository, under step 3 where it asks to run `echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs)...
File: [engine/install/debian.md](https://docs.docker.com/engine/install/debian/) ## The Problem The instructions don't work for Debian 11 (Bullseye). It shows the following error: ``` apt-get update Hit:1 http://asi-fs-d.contabo.net/debian bullseye InRelease Get:2 http://asi-fs-d.contabo.net/debian bullseye-updates InRelease [44.1...
### Problem description Documentation for building .NET images is missing ### Problem location - I couldn't find the information I wanted. I expected to find it near the following URL:...
### Proposed changes Create C# .NET guide based on [blog post](https://www.docker.com/blog/building-multi-container-net-app-using-docker-desktop/). https://deploy-preview-15666--docsdocker.netlify.app/language/ ### Related issues (optional) ENGDOCS-943
Add dev environments section ### Proposed changes ### Related issues (optional)
I believe this is the reason but was only guessing as I went through this example. Please let me know if this is an inaccurate statement and I can update...
When learning docker, when I start the container according to the example, mongodb will report a connection error, when I catch the error the container runs fine ### Proposed changes...
File: [ci-cd/github-actions.md](https://docs.docker.com/ci-cd/github-actions/) We need a link to the action.yaml file in full. The link that is provided to the advanced examples does not appear to have the example discussed in...
for those that are new to linux and those that like to just copy commands