Commit Graph

557 Commits

Author SHA1 Message Date
Sebastiaan van Stijn e72030d2c6
_includes/head.html: generate description for reference pages
This generates a description for pages that don't have one;

- for referene docs, try the "long" description
- fallback to "short" description
- finally, fallback to taking the first 30 words from the
  page content

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 11:23:23 +02:00
Usha Mandya db0589b8cd
Merge pull request #11488 from thaJeztah/fix_missing_titles
Generate page title from H1 if needed
2020-10-07 10:12:02 +01:00
Usha Mandya 4dc252c910
Merge pull request #11487 from thaJeztah/edit_url_fix
use jekyll configuration for edit urls
2020-10-07 09:49:41 +01:00
Sebastiaan van Stijn 7e5352f1ae
_includes/head.html: generate page title from H1 if needed
This is a very hacky way to extract the page title from pages that do not have
front-matter yaml, but have a H1 header. We need to take (id-) attributes into
account, so some hacking is needed.

Note that there's also a Jekyll plugin that features similar functionality, but
it requires additional dependencies, and we only have a few pages that need
this, so for now using this hack.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-06 23:57:51 +02:00
Sebastiaan van Stijn 6329797e25
_includes/head.html: reorder / regroup metadata fields
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-06 23:57:49 +02:00
Sebastiaan van Stijn 8063e9f3fc
_includes/head.html: remove duplicate "noindex", and cleanup whitespace
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-06 23:57:46 +02:00
Sebastiaan van Stijn dbd88b7395
use jekyll configuration for edit urls
The existing implementation was broken, and didn't override
the URLs (due to leading, trailing slashes the paths were not
matched).

Instead of using the custom "not_edited_here.yaml", set the
edit-url as front-matter variable through the _config.yml

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-06 23:10:28 +02:00
Usha Mandya 2db0acc938 Update the Guides tab navigation
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-10-06 18:58:11 +01:00
Sebastiaan van Stijn 3823de5c50
engine/security: move landing page
Generated yaml files were temporarily updated manually (pending
pull request to be merged in the upstream docker/cli repository)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-29 21:27:08 +02:00
Usha Mandya 245a3305d0 - Add a link to Node.js section from part-1 for cross-reference
- Updated the Guides tab to open to the Get started page, instead of Develop with Docker.
- Moved Docker overview as the first entry in the Guides toc.
2020-09-24 22:44:16 +01:00
Usha Mandya 1c8cdff1e4 Fix extra space in Compose file ref 2020-09-03 15:19:55 +01:00
zachvalenta 54af1d319d add code formatting for compose-var-sub 2020-08-25 17:09:57 -04:00
Usha Mandya 0a4442a399 Update the homepage banner 2020-08-21 14:12:41 +01:00
Usha Mandya 7caa5c08f5 Remove troubleshooting and stack overflow section 2020-08-11 18:01:07 +01:00
Sebastiaan van Stijn 796e6330df
Fix top-navigation color, and some small cleanups
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-24 14:59:36 +02:00
Usha Mandya df563bd043 Remove links to deprecated articles 2020-07-16 15:18:01 +01:00
Usha Mandya 806ca82285 Replace Cube links with YouTube urls 2020-07-15 13:47:18 +01:00
Usha Mandya a25c0d64ee Add Docker ACI integration banner 2020-07-13 12:29:00 +01:00
Usha Mandya db627f2271
Merge pull request #11109 from thaJeztah/fix_missing_toc_toggle
Fix missing "toggle" for right-hand navigation
2020-07-09 11:51:30 +01:00
Sebastiaan van Stijn fbfd22c08f
Fix missing "toggle" for right-hand navigation
This button was accidentally removed when the archives were
removed in ba85012f47

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-09 12:28:18 +02:00
Usha Mandya 27e2978923 Add a new banner for Docker Hub signups 2020-07-09 10:37:58 +01:00
Usha Mandya 31f665f35d Add note on Docker Hub 2020-07-03 15:25:54 +01:00
Sebastiaan van Stijn 2b4833a355
Remove some references to enterprise products
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-02 23:36:48 +02:00
Arko Dasgupta 2f9559c7b2
Remove the duplicated words in the landing page (#11073)
Signed-off-by: Arko Dasgupta <arko.dasgupta@docker.com>
2020-07-02 09:31:15 +01:00
Sebastiaan van Stijn ba85012f47
Remove scripts and assets related to archives
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-24 13:25:58 +02:00
Sebastiaan van Stijn 3bada40222
Merge pull request #10911 from jdrouet/archive-with-css
handle archive feature toggling with css
2020-06-09 15:38:39 +02:00
Sebastiaan van Stijn 84e48eed74
Merge pull request #10967 from jdrouet/docker-con-videos
landing-page: display docker-con videos section
2020-06-09 15:37:18 +02:00
Srayan Gangopadhyay 78a3ca24c4
Add question marks in footer (#10968) 2020-06-08 17:17:36 +01:00
Usha Mandya 9a6b81a998
Minor style edits 2020-06-08 17:02:01 +01:00
Jérémie Drouet d12154311b landing-page: display docker-con videos section
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-06-08 14:28:35 +02:00
Srayan Gangopadhyay 9e0757c4c5
Fix typos on homepage 2020-06-08 13:22:26 +01:00
Sebastiaan van Stijn bd7e4a32c2
Remove left-over includes for docker-for-cloud
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-02 09:47:20 +02:00
Sebastiaan van Stijn 7c2455a30c
Remove enterprise from config, and remove ee-specific includes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-02 09:47:18 +02:00
Usha Mandya c193354d33 Replace the DockerCon banner 2020-05-29 13:31:31 +01:00
Sebastiaan van Stijn 6644b817bd
Merge pull request #10891 from jdrouet/landing-search
implement autocomplete on landing page
2020-05-29 11:19:05 +02:00
Usha Mandya 1dd0546e7c
Reordered PWD and Community resources (#10918) 2020-05-28 16:35:26 +01:00
Jérémie Drouet c06813538c implement autocomplete on landing page
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-28 10:31:16 +02:00
Jérémie Drouet 20ff61b942 handle archive feature toggling with css
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-28 10:13:31 +02:00
Usha Mandya 4f86032173
Merge pull request #10847 from jdrouet/menu-mobile
move navbar content to burger menu on mobile
2020-05-27 08:45:26 +01:00
Sebastiaan van Stijn 48f6315d2d
Remove old (tracking) scripts, css, and includes (#10892)
These scripts and files were added a long time ago, and are now
either replaced with something else, or managed through GTM.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-26 17:48:11 +01:00
Jérémie Drouet b1df140e4f add docker icon on mobile
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-26 11:12:22 +02:00
Jérémie Drouet dbe4953982 move navbar to burger menu on mobile
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-26 11:12:22 +02:00
Usha Mandya cf76d7a865
Merge pull request #10837 from thaJeztah/landing_page_touch_ups
Landing page touch-ups
2020-05-26 07:40:09 +01:00
Stefan Scherer d1c269e58d
Cleanup WSL tech preview links
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-05-24 21:35:31 +02:00
Sebastiaan van Stijn 9d446cfd44
Landing page: apply icons using CSS, and remove duplication
This patch:

- removes the icon images from the landing page, instead setting
  them as a background-image through css.
- replaced the "community-resources" and "play-with-docker" styles
  in favor of a conditional style (based on cards linking to external
  websites)
- changes the minimal height of cards for mobile devices (there was
  a big amount of padding on the smallest size, which didn't add
  much value).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-20 17:07:37 +02:00
Sebastiaan van Stijn a7806de7c5
Desktop: fix some broken links/images and minor markdown-touch up
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-20 11:54:08 +02:00
Sebastiaan van Stijn 987312af65
Move Google Analytics to include, and prepare for making it optional
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-20 10:20:40 +02:00
Usha Mandya 61c61825e5
Surface Develop with Docker (#10831) 2020-05-18 18:21:31 +01:00
Sebastiaan van Stijn 6d7de2ee14
landing page: set focus on search field
Also updates the CSS to reduce the "focus highlight" applied
by browsers.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-15 16:36:33 +02:00
Usha Mandya c776c63161 Fix html link tags 2020-05-14 19:07:05 +01:00
Usha Mandya 7902bf370a
Merge pull request #10759 from jdrouet/landing-page
landing page: change style
2020-05-14 18:40:24 +01:00
Jérémie Drouet 1a2f44ab05 landing-page: fix hero style
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 14:41:40 +02:00
Jérémie Drouet 5d4adea27e landing-page: adding target blank to links
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 14:41:35 +02:00
Jérémie Drouet 3ce6514066 landing-page: add link to docker-con register page
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-12 15:22:39 +02:00
Jérémie Drouet 46b913997b landing-page: add dockercon banner
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-12 14:47:27 +02:00
Jérémie Drouet c03af2d11f landing-page: make header responsive
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-12 14:11:39 +02:00
Jérémie Drouet 0b4f71340a landing-page: fix font size
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-12 10:19:07 +02:00
Jérémie Drouet feb57a7eea landing page: change style
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-05 16:53:50 +02:00
Sebastiaan van Stijn 9cab4195c0
Replace JavaScript link fix with custom plugin
This replaces the JavaScript link fix script with a custom plugin,
based on the jekyll-relative-link plugin, and modified so that it
can be used as Liquid "filter".

While it borrows from the jekyll-relative-links plugin, it takes some shortcuts;

- We use the code from jekyll-relative-links plugin to find/extract
  links on the page
- Relative links are converted to absolute links, using the path of
  the markdown source file that's passed as argument
- After conversion to an absolute link, we strip the ".md" extension;
  no attempt is made to resolve the file that's linked to. This is
  different from the jekyll-relative-links plugin, which _does_ resolve
  the linked file. This functionality could be added in future by
  someone who has more experience with Ruby.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-28 11:20:51 +02:00
Sebastiaan van Stijn 80c6d185e3
Only fix links on reference pages
The JavaScript "link fix" looks to be only needed for pages
where Markdown is included, and which contain relative links.

Now that we modified all local includes to use absolute links,
the only location where links are not properly generated, is
in the reference documentation.

If broken links are found elsewhere in the website, those links
are legitimately broken, and should be fixed in the markdown
source, not fixed-up afterwards.

This patch moves the javascript to the cli.md include, so that
the script is only run on the reference pages instead of on every
page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 10:27:57 +02:00
Sebastiaan van Stijn f39a74da3d
_includes/cli.md: fix generated links to other commands
When generating HTML pages, Jekyll will generate a directory named after the name
of the Markdown file, and generate an index.html file inside that directory. For
example, for a markdown file named /foo/bar/mypage.md, Jekyll generates a HTML
file named  /foo/bar/mypage/index.html.

This means that all links relative to mypage.md, and expect those links to be
relative to the /foo/bar/ directory, will actually end up being relative to
/foo/bar/mypage/.

Unfortunately, Jekyll / Liquid does not have a variable that holds the parent
directory of the _markdown_ file, so we have to generate it by taking `page.path`
(which holds the absolute path of the markdownfile), and remove the filename from
that path.

After generating that path, we prepend that path to URLs linking to related
commands (parent commands and child commands), as all reference files are in the
same path.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 10:00:48 +02:00
Sebastiaan van Stijn f48a3adc2d
_includes/cli.md: remove "validation" for include-file
Removing this "check" because it made the template difficult to
read, and duilding the docs won't fail if these values are missing.

If a page is empty, it's probably fast to find why anyway.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 10:00:46 +02:00
Sebastiaan van Stijn 3ad5c44957
_includes/cli.md: some small changes in template:
- remove some redundant whitespace
- use "remove_first" instead of "replace", because the strings to
  replace should only occur once.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 10:00:44 +02:00
Sebastiaan van Stijn 66d0e68df6
_includes: use absolute links instead of links to Markdown files
We cannot use relative links in includes, because:

- The jekyll-relative-links, is not called on includes, so
  markdown-links are rendered as-is.
- These files are included in various locations on the website;
  because of that, it's not possible to compose a relative link
  to other Markdown files, so we're falling back to using absolute
  URLs, relative to the root of the website.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 10:00:42 +02:00
Sebastiaan van Stijn c48c971d93
_includes/cli.md: remove special case for base command
The base command didn't have a description in the YAML file.
Instead of fixing that up in the template, this was fixed upstream.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-20 15:38:52 +02:00
Usha Mandya 4d3068792f Add link to CLI experimental features 2020-04-17 17:12:46 +01:00
Sven Dowideit d5e7a26efe
Mention Docker 19.03 and its compose file version - and add max_replicas_per_node
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2020-04-17 08:49:33 +02:00
Sebastiaan van Stijn 9b74d86033
remove unused images
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-12 22:35:10 +02:00
Sebastiaan van Stijn f8347be151
Merge pull request #10579 from usha-mandya/docs-footer-patch
Update Docs header and footer
2020-04-08 08:40:20 +02:00
Usha Mandya 7b804135dd Update Docs header and footer
- Updated the footer to remove redundant links and ensured the entries and layout match the footer displayed on the WWW site.
- Removed Sign in and Create Docker ID option from the header
- Removed Get Support from the right-nav
2020-04-08 07:26:52 +01:00
Sebastiaan van Stijn d813acb6e1
Engine: reorganize install topic
- Move getting started overview to /get-started/overview/
- Move engine installation files under /engine/
- Redirect the top-level /install/ to /get-docker/
- Updated titles in left-hand navigation
- Added back some pages to the navigation that were
  currently not included.
- Reduce some steps in the installation pages
- Move devicemapper prerequisites to the devicemapper
  storage driver page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 10:50:28 +02:00
Justin Cormack e9a37e9cce
Consistently use docker-desktop for Kube context (#10560)
This changed and both work, but this is the correct form.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2020-04-02 12:15:22 +01:00
Sebastiaan van Stijn 331554f4b3
Fix various links that were generating URLs with `.md` (#10548)
* Fix incorrect links in compose section

there's a bug causing wrapped links to not work, and replacing
some links to point to the .md file, so that IDE's can check
if the anchors are valid. Also replaced some links to point
to their new location.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* engine/swarm: update links

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Fix various broken links

There's a bug in the "jekyll-relative-links" plugin that causes wrapped links to not work.
Also replacing some links to point to the .md file, so that IDE's can check if the anchors
are valid. Finally, replaced some links to point to their new locations, so that users don't
get redirected..

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-01 12:05:50 +01:00
Ashwin Maroli 02d087c63a
Stash computed data in a Liquid variable (#10462)
* Stash computed data in a variable

To avoid computing `site.data[include.datafolder][include.datafile]` multiple times for the same context.

* Revert change to hard-tab whitespace
2020-03-20 13:08:19 +00:00
Sebastiaan van Stijn 4cf38f289f
compose-file: reformat and rewrite some tips/notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-17 13:59:44 +01:00
Sebastiaan van Stijn e6a8b7e5e4
Reference: add anchor-link to examples section
Some commands provide a long list of options, which may
"hide" the examples section. To help discoverability, add
an anchor-link to the examples section (if present).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-16 13:13:51 +01:00
Sebastiaan van Stijn 252db13907
Reference: move "extended description" above "options"
The extended description usually provides a good introduction to
the command, which likely is useful to read before heading to
more detailed information (such as "which options does this command
have")

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-16 13:09:27 +01:00
Sebastiaan van Stijn a76cbe68a7
Reference: move "parent", "child", and "related" commands to bottom
For some commands, the list of "related" commands is lenghty, therefore
hiding the extended description and examples below the fold, which is
not ideal.

This patch moves the "parent command", "child commands", and "related
commands" sections to the bottom of the page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-16 13:06:48 +01:00
Sebastiaan van Stijn 73c9649967
Move "Glossary" from top nav to "reference" section
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-14 09:10:38 +01:00
Usha Mandya a4ae7f1b7c
Updated Desktop URLs and removed CSP and EE URLs (#10322)
* Updated Desktop URLs and removed CSP and EE URLs

* Added Get started and removed Get docker URLs
2020-02-20 14:37:40 +00:00
Usha Mandya f2c116d7df
update the experimental blurb (#10185) 2020-01-23 17:54:07 +00:00
KoryKessel-Docker 2f1fc8b27e Edited the ee_dropdown.html file (the header for the UCP/DTR previous version note) for clarity. 2020-01-09 16:09:45 +01:00
KoryKessel-Docker 2a909ce470 Fix of indenting (attempt 2). 2019-12-20 14:32:09 +01:00
KoryKessel-Docker 282169ffe3 Fix of indenting (attempt 1). 2019-12-20 14:22:48 +01:00
KoryKessel-Docker 67f49c63d2 Appending of Enterprise Label to all Docker Enterprise md topic files. 2019-12-18 15:53:23 +01:00
Sebastiaan van Stijn 8b53965237 Commandline reference: add note to "enterprise only" subcommands (#10008)
* Update CLI template for "enterprise-only" commands/plugins

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* reference: mark "assemble" subcommands as enterprise-only

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* reference: mark "cluster" subcommands as enterprise-only

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* reference: mark "registry" subcommands as enterprise-only

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* reference: mark "template" subcommands as enterprise-only

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-12-11 15:48:32 +00:00
Adrian Plata f8eb071cec Get started migration (#9967)
* moving ee install instructions (#1449)

Signed-off-by: Adrian Plata <adrian.plata@docker.com>

* adding additional links

Signed-off-by: Adrian Plata <adrian.plata@docker.com>

* deleting overview page and adding a redirect
2019-12-09 17:22:15 +00:00
Adrian Plata faa3e53933
Adding links to further documentation (#9940)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-11-25 14:31:24 -08:00
Rupak Ganguly 7f62d13fce
Add the missing instruction to add the repo
This change is only affecting the RHEL 7/8 portion of the doc.
2019-11-19 15:07:02 -05:00
Akihiro Suda 40747fcca7 Add "Run the Docker daemon as a non-root user (Rootless mode)"
Add "Run the Docker daemon as a non-root user (Rootless mode)":
`engine/security/rootless.md`

The content is based on https://github.com/moby/moby/blob/master/docs/rootless.md

`rootless.md` in `moby/moby` will be replaced of the link to
the `docs.docker.com` page compiled from `rootless.md` in this repo.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2019-11-15 16:02:08 +09:00
Adrian Plata bcc19e3ae8 RHEL 8 instructions for Nov patch
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-11-13 14:32:11 -08:00
lena-larionova 54ca6a523b
Fixing glossary links (#9812)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-11-06 11:00:13 -08:00
Adrian Plata e7360acc79
Pointing to new experimental information section (#9569)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-03 13:08:12 -07:00
Alastair Smith 2da010d9f8 change global header wording 2019-10-02 14:44:10 -05:00
Alastair Smith bd48da763b re-organize + fix global header 2019-10-01 08:51:34 -05:00
Adrian Plata fc4d3872c4 Emphasizing no production environments for experimental features
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-09-27 10:50:22 -07:00
Usha Mandya a556c61cf7
Merge pull request #9351 from thaJeztah/remove_library_samples
Remove library samples, and link to Docker Hub instead
2019-09-23 16:21:57 +02:00
Adrian Plata 972d1929bd simply the experimental box
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-09-18 14:35:33 -07:00
Adrian Plata f2f0dca20c
Fixing broken sidebar (#9425)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-09-10 13:24:40 -07:00
Sebastiaan van Stijn 5d85af7501
Change library references navigation to an anchor
Don't generate a TOC

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-04 00:25:28 +02:00
Sebastiaan van Stijn b34cf6b8c1
Use canonical URL for library images
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-04 00:03:13 +02:00
Sebastiaan van Stijn f9f5f8dacd
Convert library samples to stubs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-03 23:03:51 +02:00
Usha Mandya dabe90cbe8
Updating Docker for Win Community content (#9256)
Docker Desktop (Windows) content updates
2019-08-21 15:58:12 +01:00
usha-mandya 6cd4119eef Adding info on enabling exp features via the UI 2019-07-25 14:25:17 +01:00
Dawn W 6672390680 removed Platform from table heading per feedback from Jim Armstrong (#1224) 2019-06-18 14:36:03 +02:00
paigehargrave 6a6a150262
Minor wording update 2019-06-15 07:41:32 -04:00
David Yu 4bdfc4b29d
Updates from Marketing 2019-06-14 14:31:21 -07:00
Maria Bermudez 01277a66f5
Merge branch 'amberjack' into master 2019-06-13 19:10:41 +01:00
Sebastiaan van Stijn 05d91b90f3
Add Engine API version v1.40
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-06-13 15:05:36 +02:00
Dawn W Docker b49e6e0d5c branding changes for EE
Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
2019-06-12 08:32:09 -07:00
David Yu a6a94ee951 docker_ee.md
docker_ee.md creation
2019-06-11 15:06:35 -07:00
Dawn W Docker bf298eba11 branding changes
Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
2019-06-11 15:05:20 -07:00
Dawn W Docker ceac042836 branding changes
Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
2019-06-11 14:30:52 -07:00
Dawn W Docker 814fd93b21 testing 2019-06-11 14:04:10 -07:00
Maria Bermudez 9d7f9646d9
Add experimental note on Registry CLI reference pages (#1132) 2019-06-10 13:50:06 -07:00
usha-mandya cacf25bfe1 DESKTOP-1299 Adding experimental blurb in the Desktop community docs 2019-06-10 15:09:21 +01:00
Olly P c2d80906a1 Removed Build from Compose on Docker Desktop Example (#8750)
* Removed Build from Compose.yaml on Compose to Kubernetes

* Removed build from UCP example too
2019-06-07 08:04:36 -07:00
Takuya N 83b50cd30d Remove Google+ and change linkt to GitHub org (#8747)
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-05-09 23:51:38 -07:00
John Reese 0331c00bf5 Add missing bold markup 2019-03-22 21:52:40 -04:00
Sebastiaan van Stijn 38423908d4
Add highlighting to compose-file reference
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-19 12:14:44 +01:00
Maria Bermudez ccbb5e2630 Revert "Revert "Merge branch 'master' of github.com:docker/docker.github.io""
This reverts commit 4b5fbbdbc9.
2019-03-08 10:53:00 -08:00
Paige Hargrave 4b5fbbdbc9 Revert "Merge branch 'master' of github.com:docker/docker.github.io"
This reverts commit 813f45bdd7, reversing
changes made to 2349c62566.
2019-02-28 13:11:13 -05:00
Brett Inman 67e4a6e695 Add Engineering blog 2019-02-26 14:37:50 -08:00
Sebastiaan van Stijn 03d5b3396d
Use consistent formatting for notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-02-09 00:49:57 +01:00
Mounish Sai 5c195da9e5
Updated footer year
Updated footer year from 2018 to 2019.
2019-02-02 19:25:49 +05:30
Anne Henmi 20c33f5ce4
Merge pull request #7314 from javabrett/docker-for-mac-kubernetes
Updated Kubernetes Stable channel version support
2019-02-01 09:28:19 -07:00
Andrew Hsu 128b54cef8 also add docker-ee-cli to docker-ee install instructions
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
2019-01-30 01:53:01 +00:00
Andrew Hsu 95c850fcb1 update install instructions of latest docker-ee to include containerd
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
2019-01-30 01:29:17 +00:00
Sebastiaan van Stijn 652f6703bf
Remove "edge-only" include
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-14 22:45:03 +01:00
paigehargrave 0dab4ade68
Merge branch 'master' into name-change-for-Docker-Desktop 2019-01-14 11:14:48 -05:00
paigehargrave b53e24442c
Update kubernetes-mac-win.md 2019-01-11 14:48:41 -05:00
Anne Henmi e92f024fcd
Merge pull request #7496 from allejo/feature/fix-history-spam
Don't spam browser history when scrolling thru page
2019-01-08 08:12:47 -07:00
Brett Randall d5b35366de Updated Kubernetes Stable channel version support, retired Edge channel notes/versions.
Signed-off-by: Brett Randall <javabrett@gmail.com>
2019-01-06 16:45:47 +11:00
paigehargrave bb426a4408
Merge pull request #6397 from Maks3w/patch-1
Extension fields are only supported from 3.4
2019-01-03 13:14:46 -05:00
Jesse Antoszyk df113655bb Update deploy on Kubernetes orchestrator instructions 2018-12-27 08:00:17 -05:00
Anne Henmi 6ce462d71c
Merge pull request #7245 from VokaMut/changed-the-keys-for-the-ssh-add
Update ssh-add-keys-to-agent.md
2018-12-16 20:46:11 -07:00
Maria Bermudez 4bdcbf8ae9 Merge branch 'master' of github.com:docker/docker.github.io 2018-12-10 12:41:24 -08:00
Anne Henmi 539815d885
Merge pull request #7729 from thaJeztah/update_api_matrix
Update API version matrix for 18.06 and 18.09
2018-12-07 10:05:55 -07:00
L-Hudson be7e76a70f
Update install-script.md
small edits
2018-12-06 12:46:33 -05:00
Jeffrey Morgan 1c41cc79e8 Fix typos and hub login link 2018-12-05 15:56:35 -05:00
Jeffrey Morgan 5cdb36d5a1 Merge branch 'master' of github.com:docker/docker.github.io 2018-12-03 15:14:51 -05:00
Eiichi Kitagawa 78d626d551
Extra `.0` should be removed for Centos and RHEL
false: sudo yum-config-manager --enable docker-ee-stable-18.09.09
correct: sudo yum-config-manager --enable docker-ee-stable-18.09
 
I bumped into this while setting up a test env on Centos.  Did a quick test on RHEL, and I could see the same issue.
2018-11-29 12:31:46 -08:00
Sebastiaan van Stijn ce08f9ae46
Update API version matrix for 18.06 and 18.09
The Docker 18.06 and 18.09 releases were missing in the
API version matrix.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-11-20 15:14:14 +01:00
Jeffrey Morgan ca4ffb1ee2 Merge branch 'master' into consolidation-changes 2018-11-14 18:30:02 -05:00
Jeffrey Morgan d15739c5e7 Merge branch 'master' into consolidation-changes 2018-11-14 18:29:09 -05:00
Anne Henmi f65cd52dcf
Update ee-linux-install-reuse.md
Fixed note.
2018-11-12 14:00:27 -08:00
Anne Henmi fb2cb1ce34
Update ee-linux-install-reuse.md
Removed  "For Docker Enterprise Edition 2.1, use Docker EE Engine 18.09. Installation instructions start below the note. "
2018-11-12 13:53:20 -08:00
Anne Henmi 0ff126b7d4
Update ee-linux-install-reuse.md
Changed 18.09.ee.x to 18.09.0
2018-11-12 13:52:30 -08:00
Anne Henmi 6b75ae34ed
Update ee-linux-install-reuse.md
Fixed wording in the note and added links.
2018-11-12 08:54:12 -07:00
Anne Henmi a0274be65f
Update ee-linux-install-reuse.md 2018-11-09 10:44:32 -08:00
Anne Henmi 43a492e0fc
Update ee-linux-install-reuse.md 2018-11-09 10:39:14 -08:00
Anne Henmi 37913d2188 Updated version to 18.09 and moved a note for 18.03 engine only and 17.06 as previous versions.. 2018-11-09 10:09:47 -08:00
Justin I. Nevill c1007d9255
Merge branch 'master' into ucp-winsupport-752 2018-11-04 13:28:38 -05:00
ddeyo 08d0596a11 edits to included tiers table 2018-10-22 18:30:08 -07:00
allejo 888c061228 Don't spam browser history when scrolling thru page
Fixes #6299
2018-10-11 22:41:48 -07:00
Derrick Miller 1880910817
Point latest engine docs to latest UCP & DTR docs
User guides section was linking to UCP 2.2 & DTR 2.4 documentation. Instead, it should be linking to the latest UCP & DTR docs.
2018-10-09 15:05:34 -04:00
LoreenRH b2b2162cb8 Update docs for docker desktop
Signed-off-by: LoreenRH <lorena.rangel@docker.com>
2018-10-05 10:03:31 +02:00
Jeffrey Morgan ca466a55ed Rename Docker Store and Docker Cloud - WIP 2018-10-04 19:41:32 -04:00
Anne Henmi 9fa66965f2
Merge pull request #7342 from andrewhsu/o
add ol7_addons repo enable steps for oraclelinux
2018-09-26 09:57:48 -06:00
Anne Henmi 92c65dfd3d
Merge pull request #7326 from ManoMarks/master
updating kubernetes desktop notes to include stable versions
2018-09-26 09:55:05 -06:00
Maria Bermudez a49613b83a
Update install-script.md
Update link to Docker Daemon Attack Surface
2018-09-25 08:40:53 -07:00
Olivier ed478fdd3c
Fix typo 2018-09-17 02:07:23 +02:00
Andrew Hsu 4b4525e040 add ol7_addons repo enable steps for oraclelinux
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
2018-09-09 01:13:31 +00:00
Mano Marks fa6e767243 adding stable version on windows that includes kubernetes 2018-09-06 07:20:04 -07:00
Mano Marks d7f26368b6 updating mac to include stable releases 2018-09-04 13:25:17 -07:00
Maria Bermudez aaca9b83b5 Revert "Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2""
This reverts commit 4c95d161ca.
2018-08-29 19:01:03 -07:00
Maria Bermudez 4c95d161ca Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"
This reverts commit af5f2fcc38, reversing
changes made to 338b690d26.
2018-08-29 18:37:44 -07:00
Maria Bermudez 840c167055 Revert "Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2""
This reverts commit 14080c18bd.
2018-08-29 18:36:03 -07:00
Maria Bermudez 14080c18bd Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"
This reverts commit af5f2fcc38, reversing
changes made to 338b690d26.
2018-08-29 14:47:31 -07:00
Anne Henmi 0fabbd8456
Merge pull request #7266 from ahh-docker/branch-ahh
Punctuation fix
2018-08-27 11:37:01 -06:00
Anne Henmi 59a9c5a8da
Update ee-linux-install-reuse.md 2018-08-27 11:35:58 -06:00
Anne Henmi 52febf8430 Punctuation fix 2018-08-27 10:02:52 -06:00
Maria Bermudez 05886b2dde
Remove DockerCon '18 SF advert from site 2018-08-23 12:32:36 -07:00
VokaMut a198013b83
Update ssh-add-keys-to-agent.md 2018-08-21 16:07:44 +03:00
Cristian Balas 4e8ca69e80
Use https in convenience script example
Secured the example installation code that many people will just copy paste
2018-08-02 09:53:37 +03:00
Tammy Fox 4d1f07b9c0
Merge pull request #6974 from ivansharamok/master
extended docker engine uninstall instructions
2018-07-26 00:35:42 -04:00
Joffrey F caad3ebe13 1.22.0 release notes and documentation
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-07-05 13:32:51 -07:00
Ivan Sharamok 48cdfe0f37
extended docker engine uninstall instructions
added instructions to remove other docker related resources when uninstalling engine from linux systems:
    ```bash
    $ sudo rm -rf /run/docker
    $ sudo rm -rf /var/run/docker
    $ sudo rm -rf /etc/docker
    ```
2018-06-29 17:39:58 -07:00
Joao Fernandes df4d5ba369 Clarify install instructions for CentOS 2018-06-27 20:10:15 -07:00
Joao Fernandes dde14cad56
Engine 18.03 (#6948)
* Improve description for multiple tiers
* Update EE engine installation
* Add release notes for engine 18.03.1-ee-1
2018-06-27 14:39:23 -07:00
Charlie Hayes 54483a979d Updated version specification
The version specification used in the examples was before the feature was introduced and would thus never parse.
2018-06-15 15:09:49 -07:00
Vimal Raghubir a3e6d744a5 Fixed Power PC inaccuracy 2018-06-04 18:24:24 -04:00
Marit van Dijk 908c627a1b Fix support links (#6775) 2018-05-30 08:32:33 -07:00
Xander Marjoram 87c84916f3 Documentation typo fixes 2018-05-18 10:06:05 -07:00
gbarr01 2dbf436313 Update engine API matrix and script 2018-05-09 20:14:29 -07:00
Joao Fernandes 3cd6cdc53b Refactor CE vs EE 2018-05-02 13:56:17 -07:00
Joao Fernandes 2fa0a8065c Fix wrong heading, cleanup 2018-04-25 10:05:48 -07:00
Joao Fernandes fdd919eff1 Add VMware to certified infra 2018-04-24 09:51:30 -07:00
gbarr01 3655b0054c Update API matrix and fetch script 2018-04-11 14:03:50 -07:00
Joffrey F 8348f4ffb2 Document new Compose file additions
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-04-11 10:45:28 -07:00
Maks3w 80f1bdceeb
Extension fields are only supported from 3.4
Use the minimum supported version in the example
2018-04-07 18:04:49 +02:00
Gwendolynne Barr 672fd04b8c
Address ppc64le PRs; Clean up EE install pages (#6363) 2018-04-04 16:31:49 -07:00
French Ben 259526857d Removed email to streamline (#6352)
Signed-off-by: French Ben <frenchben@docker.com>
2018-03-30 11:50:27 -07:00
gbarr01 49fb78104c Remove hyphens from api ver matrix 2018-03-22 16:52:53 -07:00
gbarr01 f36f3ec156 Update engine API docs, fetch script, and matrix 2018-03-22 16:52:53 -07:00
Joao Fernandes c9dcb9733c Revert "Update engine API docs, fetch script, and matrix"
This reverts commit 119bda6e17.
2018-03-22 11:58:07 -07:00
gbarr01 119bda6e17 Update engine API docs, fetch script, and matrix 2018-03-22 11:14:27 -07:00
Joao Fernandes 6163029d98
Add DockerCon banner (#6278) 2018-03-21 14:39:02 -07:00
Sebastiaan van Stijn f7ef4c5576 Fix anchors to API version changes (#6242) 2018-03-16 08:07:55 -07:00
Russell Cardullo 1b9d732e46 Fix broken links to postinstall documentation
Fixes a number of links that were pointing to the wrong location
for the linux post-installation steps.
2018-03-02 13:44:45 -08:00
Joao Fernandes 366aab5aad Fix broken links 2018-02-09 13:44:23 -08:00
Misty Stanley-Jones 1fae41d59b Update release schedule info 2018-02-08 13:54:12 -08:00
Misty Stanley-Jones 9524bfee67 Improve Docker server OS matrix 2018-02-08 13:54:12 -08:00
gbarr01 13be4ade89 Update engine API docs and fetch script 2018-02-08 13:54:12 -08:00
gbarr01 be8fd5413d Update packaging changes per 5844 2018-02-08 13:54:12 -08:00
Joffrey F 2d12fdf671 Add docs for Compose file v3.5 and v3.6 (#5912)
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-08 13:54:12 -08:00
Joffrey F 761d421b5c Fix typos (#5944)
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-07 13:18:54 -08:00
Joffrey F c399e1e479 Docs for Compose 1.19.0 release (#5826)
* Docs for Compose 1.19.0 release

Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-07 13:18:54 -08:00
Gwendolynne Barr bb88d284f7 Repair kubectl-path variable (#5932) 2018-02-06 09:00:40 -08:00
Misty Stanley-Jones a55ddf60a9
Move /engine/installation to /install (#5651)
* Move /engine/installation to /install

* Add Docker for IBM Cloud to the matrix
2018-01-26 10:29:14 -08:00
Misty Stanley-Jones 0309ec51a8
Document Kubernetes support for Win (#5819)
* Document Kubernetes support for Win

* Address feedback
2018-01-26 09:04:26 -08:00
Misty Stanley-Jones a4f5e30249
Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* Reword lots of instances of 'will'

* Reword lots of instances of won't

* Reword lots of instances of we'll

* Eradicate you'll

* Eradicate 'be able to' type of phrases

* Eradicate 'unable to' type of phrases

* Eradicate 'has / have to' type of phrases

* Eradicate 'note that' type of phrases

* Eradicate 'in order to' type of phrases

* Redirect to official Chef and Puppet docs

* Eradicate gratuitous 'please'

* Reduce use of e.g.

* Reduce use of i.e.

* Reduce use of N.B.

* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00
Josh south c02ffd661d CSS fixes for version selector, removing animations, and more (#5574)
This commit squashes 21 commits. Leaving the commit messages here for posterity.

* Activate Night Mode

- Add toggle for night mode
- Update base styles

* remove font-size

* Update _night-mode.scss

* Fix first-line indenting and color differences

* Fix rescale bug

* stuff

* Add menu fixs

* Update core pallette - light/dark mode

* Toc link padding

* Remove color cycle
Remove temp.css

* update secondary nav bg

* remove paddin-top ul left nav on med viewport
2018-01-18 12:11:07 -08:00
Misty Stanley-Jones f688179d86
Add features to CLI ref template (#5736)
* Add features to CLI ref template

- Differentiate CLI experimental from daemon experimental
- When the whole command is experimental, point to docs for
  how to get it to show up
- Make badges links where possible
- Add tooltips to badges for more context
- Document in the test.md how to make badges into links and how to use tooltips
2018-01-16 12:02:10 -08:00
Misty Stanley-Jones 95d7ea7418 Update CLI template to add badges for orchestrator and experimentalcli 2018-01-11 16:39:12 -08:00
modem_down 536d6a901a Fix broken links to installation instructions (#5712)
Addresses issue #5711
2018-01-11 14:29:32 -08:00
Eli Uriegas e2c97840f4 Add ARM64 to platform matrix (#5454)
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
2018-01-02 17:13:00 -08:00
John Mulhausen d17340d394
Speed up site rendering for authors (#5241)
* rough pass at tabs, jsonification

* GHPages 147, authoring YML, sitemap via plugin, working JS

* Update Gemfile

* Removing dk.rb artifact

* Simplifying authoring YML even more

* More YML simplification

* Remove jekyll-seo -- even more perf gain

* Glossary support

* Collections support

* Incremental off; GH Pages 172 gets build time to 50 seconds
2017-12-19 18:15:15 -08:00
Joffrey F 104e09b524 Update release notes
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-12-18 15:11:03 -08:00
Misty Stanley-Jones 3197cde7b5 Add API 1.33, API matrix 2017-12-18 15:11:03 -08:00
Christopher Jones 381c23faab added ppc64le instructions for docker-ce on ubuntu (#5486)
* added ppc64le instructions for docker-ce on ubuntu

also updated the matrix

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
2017-12-18 11:47:36 -08:00
Michael Friis d3acb9fdef clarify EE release schedule (#5467)
* remove ee from schedule matrix
2017-12-14 15:19:20 -08:00
Ernestas 23be886a82 max-file should be in quotes (#5506) 2017-12-14 14:29:29 -08:00
Misty Stanley-Jones d313d546b1 Formatting improvements for installation docs 2017-12-14 13:40:27 -08:00
Misty Stanley-Jones de1bc83b63 Add info about POWER architecture and overlay2 2017-12-14 13:40:27 -08:00
Sebastiaan van Stijn be5c366831 Fix "convenience script" install method description (#5430)
The convenience script always installs the latest version
of docker that is available in the "edge" channel.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-01 11:19:29 -08:00
Victoria Bialas 92bd5b3ffa
Docs contributor guide: added links to subtopics on left-side menu (#5246)
* Docs contributor guide: added links to subtopics on right side menu

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* more copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added back in some of the community pages by request

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added other ways to contribute to left side menu

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* copyedits to contributor home page

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added links to Docker Community pages on GitHub

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* merged ways to contribute, made moby an include, re-org for tocs

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed TOC yaml

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed on-page links on community page

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-11-09 13:56:59 -08:00
Victoria Bialas dfe6ee6cd1
updated include file to use code fences (#5229)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-11-06 16:15:52 -08:00
John Mulhausen 9081e93bd2
Update ee_dropdown.html 2017-11-02 12:49:39 -07:00
Sebastiaan van Stijn c0dcbfcb0a Add changelog links to API version matrix (#5191)
This adds a link to the API change-log to the version matrix.
Also adds some patch-releases that had an API version bump.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-11-02 10:38:59 -07:00
Misty Stanley-Jones a9314c7ec7 Document new features in Compose 1.17 (#5019) (#5021)
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-11-01 18:40:56 -07:00
John Mulhausen a034194f27
Remove Dockercon EU link 2017-10-30 04:47:57 -07:00
Misty Stanley-Jones d8adc37e74 Revert "Document new features in Compose 1.17 (#5019) (#5021)" (#5038)
This reverts commit 52fe0df34b.
2017-10-18 16:07:20 -07:00
Gwendolynne Barr c84e1fb1d0 Add Compose 3.4/Engine 17.09 (#5036) 2017-10-18 14:05:34 -07:00
Misty Stanley-Jones a30b95e49d Add API 1.33, API matrix 2017-10-17 21:34:07 -07:00
Misty Stanley-Jones 52fe0df34b Document new features in Compose 1.17 (#5019) (#5021)
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-10-17 21:17:28 -07:00
Misty Stanley-Jones 6aae2e4e84 Add pointer to latest API ref (#4897) 2017-10-16 15:04:24 -07:00
John Mulhausen a8677b38af Version selector for EE docs (#4952)
* Version selector for EE docs

* site...

* endif

* Fixes

* html not md

* hash v string, oops

* Path overrides
2017-10-13 15:45:52 -07:00
John Mulhausen 024ae953ba Fixes #4041 2017-10-13 15:16:11 -07:00
Misty Stanley-Jones cf950c1450 Clarify that Compose .env support does not work with docker stack deploy (#4812) 2017-10-05 16:53:40 -07:00
Misty Stanley-Jones b02cca86cf Standardize on site-wide variables for Docker and component versions (#4792) 2017-10-05 16:36:03 -07:00
Misty Stanley-Jones acda699725 Don't print defaults from the YAML in cases where the meaning is really 'default to unset' (#4813) 2017-10-05 16:02:49 -07:00
Kirill Kolyshkin 91d5316a98 Improvements to the Fedora install instructions (#4464)
This commit improves engine installation documentation for CentOS,
RHEL, Fedora and Oracle Linux. There are a few fixes and
simplifications. In particular:

1. Fix language about when GPG keys are presented for verification
(when you install a package from a recently added repo).

2. Remove mentions of 'yum/dnf makecache fast'. Unlike Debian/Ubuntu,
which require 'apt update', with both yum and dnf, 'makecache'
is redundand. What's worse, 'dnf makecache fast' is not working
(tested on Fedora 26):

        # dnf makecache fast
        ...
        dnf makecache: error: argument timer: invalid choice: 'fast' (choose from 'timer')

3. Source repos are disabled by default, so there is no need to specify
the architecture when running `yum list docker-[ce]e`. The comment
explaining it is also removed.

4. An extra > character in the middle of the line was removed.

[v3: rebase, remove $DOCKERURL reuse hack]

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2017-10-04 16:19:25 -07:00
Misty Stanley-Jones c6391e5998 Enable hide/show of elements that don't apply to archives (#4798) 2017-10-04 14:59:29 -07:00
Misty Stanley-Jones 7c800e7054 Tweak formatting of options tables (#4730) 2017-09-29 17:38:46 -07:00
Misty Stanley-Jones 0975a5c5ab Add info about deprecated and experimental options to CLI template (#4711) 2017-09-26 20:49:43 -07:00
Misty Stanley-Jones 4641ccfc6b Give sudo access to local environment variable (#4660) 2017-09-18 15:39:21 -07:00
Misty Stanley-Jones 66681478fe Update EE and CE install instructions (#4556) 2017-09-11 16:27:02 -07:00
Joffrey F 0b22c35a28 Remove delayed features from 1.16.0, fixed changelog (#4417) 2017-08-31 15:52:18 -07:00
Joffrey F 0702f23aae Document Compose 1.16.0 additions (#4293)
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-08-31 15:52:18 -07:00