docs icon indicating copy to clipboard operation
docs copied to clipboard

Source repo for Docker's Documentation

Results 659 docs issues
Sort by recently updated
recently updated
newest added

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...

area/Engine

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)...

area/Engine
area/Install

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...

area/Engine

### 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:...

kind/enhancement
status/0-triage
area/Samples

### 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

area/get-started

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...

area/get-started

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...

area/get-started

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...

area/Samples

for those that are new to linux and those that like to just copy commands

area/Compose
area/Install