-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebase vnext-compose #1190
Merged
Merged
Rebase vnext-compose #1190
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Improve DDC diagrams
Signed-off-by: Victoria Bialas <[email protected]>
d4mac, d4win stable 1.12.5 and beta 34 updates
Signed-off-by: Jie Luo <[email protected]>
Signed-off-by: tim-zju <[email protected]>
* fix the grammer in aws.md * a and an
Removes some spaces that were apparently b0rking the code block there.
Add release notes for DTR 2.1.3
Signed-off-by: tim-zju <[email protected]>
spell errors: misusing a and an
Signed-off-by: Jie Luo <[email protected]>
* re-compress jpg images losslessly using jpegoptim * re-compress png images losslessly using zopflipng
Signed-off-by: Brian Goff <[email protected]>
Add release notes for 1.12.5-cs
Signed-off-by: Victoria Bialas <[email protected]>
explained how to pin whale to taskbar
Signed-off-by: Victoria Bialas <[email protected]>
updated d4mac release notes re: hotfix
Clean up some big, old files
Forgotten </td> caused table explosion
Signed-off-by: Stefan Scherer <[email protected]>
fix typo in datacenter/ucp/<1.1,2.0>/guides/release-notes.md
Do some clean-up while I'm in there
Update instructions for systemd drop-ins
Signed-off-by: LRubin <[email protected]>
adds more info about valid docker ID
swarm beta docs for limited publish
Update 'usingdocker' tutorial to name the container
optimize selectadriver.md
Restart the docker daemon after group changes
* Clarify the command only for docker-machine
* minor copyedits Signed-off-by: Victoria Bialas <[email protected]>
Update instructions for IPv6-enabled networks
Revert "Restart the docker daemon after group changes"
--hyper-cpu-count => --hyper-vlan-id
Update get-started-macvlan.md
Update networkingcontainers.md
Add prereqs to AUFS configuration steps
Update to usingdocker.md
Updating dockervolumes.md for Windows mounting
Improved description for Hello-World
Standardize formatting and content, add logging examples
Add info about using docker logs
Signed-off-by: LRubin <[email protected]>
take a stab at fixing a broken link
* Sync vnext-engine branch to docker/docker SHA 2f12d28 This branch will contain forward-looking Engine-specific docs and be the equivalent of docker/docker master for docs * swarm: Document rollback, failure threshold, and monitor flags These are new flags to service create/update being added in a Docker engine PR. Signed-off-by: Aaron Lehmann <[email protected]> * Remove Fedora 22 as it's EOL https://fedoramagazine.org/fedora-22-end-of-life-2016-july/ With the recent release of Fedora 24, Fedora 22 will officially enter End Of Life (EOL) status on July 19th, 2016. After July 19th, all packages in the Fedora 22 repositories will no longer receive security, bugfix, or enhancement updates, and no new packages will be added to the Fedora 22 collection. Upgrading to Fedora 23 or Fedora 24 before July 19th 2016 is highly recommended for all users still running Fedora 22. Signed-off-by: Sebastiaan van Stijn <[email protected]> * update apparmor documentation to reflect changes in 1.13.0 Updates the apparmor docs to reflect recent changes, specifically that we are no longer saving to /etc/apparmor.d/. Also removes the seccomp profile and instead links to the generating template. Signed-off-by: Christopher Jones <[email protected]> * Added details about tag support for AWS log driver Signed-off-by: French Ben <[email protected]> * Changed wording for tag description * Updated docs to show full container ID * Updated wording on log stream default Signed-off-by: French Ben <[email protected]> * Added raw tags Signed-off-by: French Ben <[email protected]> * Update note about custom certs with system certs Fixed incorrect statement about example layout Related to moby/moby#27918 Signed-off-by: Derek McGowan <[email protected]> (github: dmcgowan) * Remove Ubuntu 15.10 Wily Werewolf As of July 28, 2016, Ubuntu 15.10 is officially EOL (https://lists.ubuntu.com/archives/ubuntu-announce/2016-July/000210.html), and will receive no further updates. Support for 15.10 was removed in Docker 1.13 through moby/moby#27042 (moby/moby@e9a8105) Signed-off-by: Sebastiaan van Stijn <[email protected]> * Add Ubuntu 16.10 Yakkety Yak Support for Ubuntu 16.10 was added in moby/moby#27993 (moby/moby@27beb64) Signed-off-by: Sebastiaan van Stijn <[email protected]> * add unix-sockets support in Fluentd logging driver Signed-off-by: Akira Koyasu <[email protected]> * Add engine changes that were lost in syncing When syncing docs from the docker/docker repository (e4bce35) some commits were not included. This includes those changes, by copying the documentation from moby/moby@8658748, which is the last commit before the docs were removed from the docker/docker repository in moby/moby@29f08cf Signed-off-by: Sebastiaan van Stijn <[email protected]> * Create logentries.md (#244) * Create logentries.md Signed-off-by: Carlos Alexandro Becker <[email protected]> * Add NATS client as option for publishing container logs (#369) * Add NATS client as option for publishing container logs Signed-off-by: Waldemar Quevedo <[email protected]> * Document ability to update a service's image Fixes #528 Signed-off-by: Misty Stanley-Jones <[email protected]> * First version of stack deployment tutorial Signed-off-by: Aanand Prasad <[email protected]> * Initial dump of CLI in yaml (#737) Signed-off-by: French Ben <[email protected]> * Document new CPU scheduling flags Signed-off-by: Misty Stanley-Jones <[email protected]> * Update dockerfile vnext (#874) * Merge pull request #731 from mstanleyjones/distribution_docs_from_upstream Pull distribution reference docs from upstream repo * Bump Engine ref docs branch to 1.13.x Signed-off-by: Misty Stanley-Jones <[email protected]> * Rename Remote API to Engine API See moby/moby#28319 Signed-off-by: Ben Firshman <[email protected]> * Move accounts API docs to Docker ID section Makes more sense here instead of the Engine reference. It is only consumed by the Engine. Signed-off-by: Ben Firshman <[email protected]> * Add automatically generated Engine API docs Signed-off-by: Ben Firshman <[email protected]> * Upgrade to ReDoc 1.6.2 (#891) To make use of x-displayName added in moby/moby#29401 Signed-off-by: Ben Firshman <[email protected]> * Add full documentation for APIs and SDKs Signed-off-by: Ben Firshman <[email protected]> * Updated Yaml files (#922) Signed-off-by: French Ben <[email protected]> * Added latest docs from Editions AWS & Azure (#887) * Added Docker for AWS and Azure and moved navigation Signed-off-by: French Ben <[email protected]> * Fixed image links Signed-off-by: French Ben <[email protected]> * Restructure navigation for Editions * Fixing double curly braces * YAML-sourced CLI refdocs * Add 'docker' label to commands * Fix for blank node * Document Docker secrets Fixes #529 Signed-off-by: Misty Stanley-Jones <[email protected]> * Update syntax of the -f flag in the examples * Update the syntax of 'docker secret create' in the examples * Document the ability to publish a port locally on a swarm node * Add info about image resolution with content trust * Add examples to CLI generation templates * remove confusing sentence from "publishing" section the routing mesh should work irregardless of all replicas being up or not, so removing this sentence. Signed-off-by: Sebastiaan van Stijn <[email protected]> * Rewrite and reorganize Linux install instructions Signed-off-by: Misty Stanley-Jones <[email protected]> * Fix typo in Oracle install instructions * Updated docs to remove beta and stable link (#1160) * Updated docs to remove beta and stable link * Addressing feedback from new installation instructions (#1172) * Address feedback for new installation instructions * Updating the repo files for Oracle since does not expand to only the number * Added latest docs from Editions AWS & Azure (#887) * Added Docker for AWS and Azure and moved navigation Signed-off-by: French Ben <[email protected]> * Fixed image links Signed-off-by: French Ben <[email protected]> * Restructure navigation for Editions * Fix a couple of Liquid errors * Merge pull request #1188 from docker/linkfix-john Link fixes and link to app tutorial
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
rebases vnext-compose to reflect the v1.13 release