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

Hello, I just spent several hours trying to debug why my macvlan network wasn't working with ipv6 connectivity. Turns out, I needed the `--ipv6` flag in the `docker network create`...

area/Networking

…orking part, thus wasn't working correctly. I added them. ### Proposed changes ### Unreleased project version (optional) ### Related issues (optional)

area/get-started

Add additional comment to explain code ### Proposed changes Added explanation and comments for `wait-for-postgres.sh`

area/Compose

### Proposed changes Need to remove confusing docs line. According to https://strftime.org/ and https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes `%L` (Milliseconds as a zero-padded decimal number) is not supported in awslogs-datetime-format now. Tested in AWS...

area/configuration

### Proposed changes I amended CSS styles for printing, because the text currently is illegible when being printed from dark mode: ![Current-Desired](https://user-images.githubusercontent.com/9283914/113629000-0898e300-9666-11eb-83cb-96411c5e6f5c.png)

area/Docs UX

Only specific storage account types are currently supported by docker/distribution. ### Proposed changes The documentation for the Azure storage driver currently doesn't specify that only specific storage account types that...

area/Registry

### Proposed changes "the 64-bit version of one of these Debian or Raspbian versions" might be confusing, since there is no 64-bit Raspbian, which is naturally an armv6hf (32-bit) only...

area/Install

needs more work, but their HTML and classes are a pain to work with 😞

area/Docs UX

### Proposed changes The DNS server IP address `127.0.0.11` is missing in the current docs while still working as expected. It was present in the 17.09 docs (https://docs.docker.com/v17.09/engine/userguide/networking/configure-dns/), so probably...

area/configuration