docs
docs copied to clipboard
Source repo for Docker's Documentation
resolves #13306 ### Proposed changes * includes missing permissions in documentation * adds an example policy document which is immediately useful to consumers of this documentation
I had to adjust my docker-compose.yml to get this Quickstart to actually run w/o errors. I found I needed: 1. Network defined and shared in the two container configs. 2....
### Proposed changes I changed the the 3 commands to a single command for every architecture.
I think the root documentation should have a little bit more about what's allowed and what not in the `command`. I find it handy to place even complicated commands, within...
I had this branch on my machine as a "draft", but looks like I never opened a PR for it (might be I was still working on it). In any...
The docker image "node 12.18.1 ..." is not generated when following the workflow described here, so I think it should be deleted. ### Proposed changes ### Unreleased project version (optional)...
Discussed in the [StackOverFlow](https://stackoverflow.com/questions/53202260/cant-collect-docker-metrics-using-prometheus), I couldn't get docker endpoint metrics on Ubuntu 20.04 (with `"metrics-addr" : "127.0.0.1:9323"` on `/etc/docker/daemon.json`, `- targets: ['localhost:9323']` on `prometheus.yml`, `http://localhost:9090/targets/` on url). By default, a...
follow-up to https://github.com/docker/docker.github.io/pull/11640 (changes are in the last commit). It's still a WIP, but I had this branch lingering around on my machine as part of other changes, so I...
The first code example was still referencing aspnet:3.1. This PR changes it to aspnet:5.0 to match the sdk version used as well as the runtime version used in later code...