docs
docs copied to clipboard
Source repo for Docker's Documentation
### Proposed changes The Gemfile.lock does NOT need to be explicitly created. `bundle install` will generate it automatically. One should avoid editing the Gemfile.lock in general.
### Proposed changes fix units ``` lizelive@l04:~$ docker run -m 10m --rm -it ubuntu cat /sys/fs/cgroup/memory/memory.limit_in_bytes 10485760 ``` because `10485760 bytes == 10 mebibytes` that means `m` stands for `MiB`...
update method 2 for .net:5.0 to .net6.0 ### Proposed changes ### Related issues (optional)
### Proposed changes The documentation did not mention to also change where an image should be cached when pointing to the GitHub Container Registry instead of Docker Hub. ### Related...
Docker Engine community source code page is not available (As Docker CE is depricated) ### Proposed changes ### Unreleased project version (optional) ### Related issues (optional)
### Proposed changes Swarm Jobs were initially implemented in Docker Engine 20.10, this PR adds the documentation. https://github.com/moby/moby/pull/40307
### Proposed changes This pull request #14248 used port 8000 the examples in the [compose/gettingstarted](https://docs.docker.com/compose/gettingstarted/) page but the images are still using port 5000 so I switched the images to...
### Proposed changes Bump Redoc so we can use multiple example support offered by OpenAPI ### Related issues (optional) https://github.com/moby/moby/pull/43344
### Proposed changes this makes it clear that it is the "volumes" that can sync local code changes to that in the container.
### Proposed changes Added a note to the bind mounts page pointing developers to first turn on File Sharing in Docker Desktop and also to a page highlighting path differences...