docs
docs copied to clipboard
Source repo for Docker's Documentation
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`...
…orking part, thus wasn't working correctly. I added them. ### Proposed changes ### Unreleased project version (optional) ### Related issues (optional)
Add additional comment to explain code ### Proposed changes Added explanation and comments for `wait-for-postgres.sh`
### 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...
### Proposed changes I amended CSS styles for printing, because the text currently is illegible when being printed from dark mode: 
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...
### 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...
needs more work, but their HTML and classes are a pain to work with 😞
### 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...