Skip to content
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

Release Engine 1.13 documentation #1187

Merged
merged 60 commits into from
Jan 19, 2017
Merged

Release Engine 1.13 documentation #1187

merged 60 commits into from
Jan 19, 2017

Commits on Jan 19, 2017

  1. 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
    Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    e3a3145 View commit details
    Browse the repository at this point in the history
  2. 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 <aaron.lehmann@docker.com>
    aaronlehmann authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    2169ef3 View commit details
    Browse the repository at this point in the history
  3. 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 <github@gone.nl>
    thaJeztah authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    c15d1f5 View commit details
    Browse the repository at this point in the history
  4. 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 <tophj@linux.vnet.ibm.com>
    tophj-ibm authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    4e22417 View commit details
    Browse the repository at this point in the history
  5. Added details about tag support for AWS log driver

    Signed-off-by: French Ben <frenchben@docker.com>
    French Ben authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    0e10a66 View commit details
    Browse the repository at this point in the history
  6. Changed wording for tag description

    French Ben authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    4567784 View commit details
    Browse the repository at this point in the history
  7. Updated docs to show full container ID

    French Ben authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    06cfd9e View commit details
    Browse the repository at this point in the history
  8. Updated wording on log stream default

    Signed-off-by: French Ben <frenchben@docker.com>
    French Ben authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    04c11a3 View commit details
    Browse the repository at this point in the history
  9. Added raw tags

    Signed-off-by: French Ben <frenchben@docker.com>
    French Ben authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    2bc543c View commit details
    Browse the repository at this point in the history
  10. Update note about custom certs with system certs

    Fixed incorrect statement about example layout
    
    Related to moby/moby#27918
    
    Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
    dmcgowan authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    10590cf View commit details
    Browse the repository at this point in the history
  11. 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 <github@gone.nl>
    thaJeztah authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    8f8b4a2 View commit details
    Browse the repository at this point in the history
  12. 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 <github@gone.nl>
    thaJeztah authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    45a19ec View commit details
    Browse the repository at this point in the history
  13. add unix-sockets support in Fluentd logging driver

    Signed-off-by: Akira Koyasu <mail@akirakoyasu.net>
    akirakoyasu authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    eb93d33 View commit details
    Browse the repository at this point in the history
  14. 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 <github@gone.nl>
    thaJeztah authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    d2826a8 View commit details
    Browse the repository at this point in the history
  15. Create logentries.md (#244)

    * Create logentries.md
    
    Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
    caarlos0 authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    4b631d8 View commit details
    Browse the repository at this point in the history
  16. Add NATS client as option for publishing container logs (#369)

    * Add NATS client as option for publishing container logs
    
    Signed-off-by: Waldemar Quevedo <waldemar.quevedo@gmail.com>
    Waldemar Quevedo authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    9e20d71 View commit details
    Browse the repository at this point in the history
  17. Document ability to update a service's image

    Fixes #528
    
    Signed-off-by: Misty Stanley-Jones <misty@docker.com>
    Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    1b80389 View commit details
    Browse the repository at this point in the history
  18. First version of stack deployment tutorial

    Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
    aanand authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    31a3924 View commit details
    Browse the repository at this point in the history
  19. Document new CPU scheduling flags

    Signed-off-by: Misty Stanley-Jones <misty@docker.com>
    Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    4043237 View commit details
    Browse the repository at this point in the history
  20. Initial dump of CLI in yaml (#737)

    Signed-off-by: French Ben <frenchben@docker.com>
    FrenchBen authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    d612188 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #586 from mstanleyjones/583_realtime_cpu_support

    Document new CPU scheduling flags
    Misty Stanley-Jones authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    a0362f6 View commit details
    Browse the repository at this point in the history
  22. 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 <misty@docker.com>
    Misty Stanley-Jones authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    4197fd8 View commit details
    Browse the repository at this point in the history
  23. 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 <ben@firshman.co.uk>
    bfirsh authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    3344f16 View commit details
    Browse the repository at this point in the history
  24. Rename Remote API to Engine API

    See moby/moby#28319
    
    Signed-off-by: Ben Firshman <ben@firshman.co.uk>
    bfirsh authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    2f3218c View commit details
    Browse the repository at this point in the history
  25. Add automatically generated Engine API docs

    Signed-off-by: Ben Firshman <ben@firshman.co.uk>
    bfirsh authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    f8dac1b View commit details
    Browse the repository at this point in the history
  26. Merge pull request #606 from bfirsh/swagger-api-docs

    Automatically generate Engine API documentation
    Misty Stanley-Jones authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    e9efceb View commit details
    Browse the repository at this point in the history
  27. Upgrade to ReDoc 1.6.2 (#891)

    To make use of x-displayName added in
    moby/moby#29401
    
    Signed-off-by: Ben Firshman <ben@firshman.co.uk>
    bfirsh authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    1d5c338 View commit details
    Browse the repository at this point in the history
  28. Add full documentation for APIs and SDKs

    Signed-off-by: Ben Firshman <ben@firshman.co.uk>
    bfirsh authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    c3ec389 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #210 from bfirsh/api-and-sdks-documentation

    Better API and SDKs documentation
    Misty Stanley-Jones authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    c525c9b View commit details
    Browse the repository at this point in the history
  30. Updated Yaml files (#922)

    Signed-off-by: French Ben <frenchben@docker.com>
    FrenchBen authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    5ed83f4 View commit details
    Browse the repository at this point in the history
  31. Added latest docs from Editions AWS & Azure (#887)

    * Added Docker for AWS and Azure and moved navigation
    
    Signed-off-by: French Ben <frenchben@docker.com>
    
    * Fixed image links
    
    Signed-off-by: French Ben <frenchben@docker.com>
    FrenchBen authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    132f33d View commit details
    Browse the repository at this point in the history
  32. Restructure navigation for Editions

    johndmulhausen authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    50de447 View commit details
    Browse the repository at this point in the history
  33. Fixing double curly braces

    Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    46e044e View commit details
    Browse the repository at this point in the history
  34. Merge pull request #942 from mstanleyjones/fix_curly_braces

    Fix double curly braces
    Misty Stanley-Jones authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    5591272 View commit details
    Browse the repository at this point in the history
  35. YAML-sourced CLI refdocs

    johndmulhausen authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    3589870 View commit details
    Browse the repository at this point in the history
  36. Add 'docker' label to commands

    johndmulhausen authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    84c02e1 View commit details
    Browse the repository at this point in the history
  37. Fix for blank node

    johndmulhausen authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    5b28429 View commit details
    Browse the repository at this point in the history
  38. Document Docker secrets

    Fixes #529
    
    Signed-off-by: Misty Stanley-Jones <misty@docker.com>
    Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    f4a28b3 View commit details
    Browse the repository at this point in the history
  39. Update syntax of the -f flag in the examples

    Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    9d50621 View commit details
    Browse the repository at this point in the history
  40. Merge pull request #568 from mstanleyjones/529_secrets

    Document secrets
    thaJeztah authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    5e14565 View commit details
    Browse the repository at this point in the history
  41. Update the syntax of 'docker secret create' in the examples

    Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    3d72d43 View commit details
    Browse the repository at this point in the history
  42. Merge pull request #1070 from mstanleyjones/update_secrets_syntax

    Update the syntax of 'docker secret create' in the examples
    Misty Stanley-Jones authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    b821901 View commit details
    Browse the repository at this point in the history
  43. Document the ability to publish a port locally on a swarm node

    Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    b0b4463 View commit details
    Browse the repository at this point in the history
  44. Add info about image resolution with content trust

    Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    6415ff6 View commit details
    Browse the repository at this point in the history
  45. Merge pull request #1091 from mstanleyjones/643_service_publish_port_…

    …local
    
    Document the ability to publish a port locally on a swarm node
    Misty Stanley-Jones authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    0f68d0a View commit details
    Browse the repository at this point in the history
  46. Merge pull request #1065 from mstanleyjones/service_create_with_conte…

    …nt_trust
    
    Add info about image resolution with content trust
    Misty Stanley-Jones authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    32d07fe View commit details
    Browse the repository at this point in the history
  47. 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 <github@gone.nl>
    thaJeztah authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    a7cb8d9 View commit details
    Browse the repository at this point in the history
  48. Add examples to CLI generation templates

    Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    9374c5f View commit details
    Browse the repository at this point in the history
  49. Merge pull request #1123 from thaJeztah/update-publishing-doc

    remove confusing sentence from "publishing" section
    Misty Stanley-Jones authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    0c784a4 View commit details
    Browse the repository at this point in the history
  50. Merge pull request #1069 from mstanleyjones/examples_to_cli_temporary…

    …_fix
    
    Add examples to CLI generation templates
    Misty Stanley-Jones authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    d2bd145 View commit details
    Browse the repository at this point in the history
  51. Rewrite and reorganize Linux install instructions

    Signed-off-by: Misty Stanley-Jones <misty@docker.com>
    Misty Stanley-Jones committed Jan 19, 2017
    3 Configuration menu
    Copy the full SHA
    50e75ff View commit details
    Browse the repository at this point in the history
  52. Fix typo in Oracle install instructions

    Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    7734148 View commit details
    Browse the repository at this point in the history
  53. Merge pull request #1159 from mstanleyjones/install_linux

    Rewrite and reorganize Linux install instructions
    Misty Stanley-Jones authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    80a614c View commit details
    Browse the repository at this point in the history
  54. Merge pull request #1170 from mstanleyjones/fix_oracle_typo

    Fix typo in Oracle install instructions
    Misty Stanley-Jones authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    39eac8e View commit details
    Browse the repository at this point in the history
  55. Updated docs to remove beta and stable link (#1160)

    * Updated docs to remove beta and stable link
    FrenchBen authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    2da8713 View commit details
    Browse the repository at this point in the history
  56. 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
    Misty Stanley-Jones authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    988d920 View commit details
    Browse the repository at this point in the history
  57. Added latest docs from Editions AWS & Azure (#887)

    * Added Docker for AWS and Azure and moved navigation
    
    Signed-off-by: French Ben <frenchben@docker.com>
    
    * Fixed image links
    
    Signed-off-by: French Ben <frenchben@docker.com>
    FrenchBen authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    ca4f132 View commit details
    Browse the repository at this point in the history
  58. Restructure navigation for Editions

    johndmulhausen authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    41587fa View commit details
    Browse the repository at this point in the history
  59. Fix a couple of Liquid errors

    Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    584acf3 View commit details
    Browse the repository at this point in the history
  60. Merge pull request #1188 from docker/linkfix-john

    Link fixes and link to app tutorial
    Misty Stanley-Jones authored and Misty Stanley-Jones committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    00d68e5 View commit details
    Browse the repository at this point in the history