Commit Graph

54139 Commits

Author SHA1 Message Date
haikuoliu
15371b3fe2 Add doc for awslogs-endpoint log option
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-08 11:13:51 +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
Usha Mandya
8a78658577 Merge pull request #10590 from usha-mandya/wsl2-prereq-patch
Include WSL 2 in Virtualization reqs
2020-04-07 17:17:07 +01:00
Usha Mandya
d1c99e1be6 Include WSl2 in Virtualization reqs
Updated text to ensure that virtualization must be enabled for WSL 2 to work properly.
2020-04-07 15:10:02 +01:00
Usha Mandya
941edbfd99 Merge pull request #10581 from djs55/desktop-ipv6
Desktop: updates about IPv6
2020-04-07 11:54:56 +01:00
Usha Mandya
1e649da84e Merge pull request #10588 from thaJeztah/update_engine_link
home: update link to engine install
2020-04-07 11:51:07 +01:00
Usha Mandya
3a25faa8c1 Merge pull request #10586 from malanb5/typo_fix
Added HTML to explicitly include a non-breaking spaces
2020-04-07 11:49:27 +01:00
Sebastiaan van Stijn
e1ca3e7b19 home: update link to engine install
link to the general "install" page instead of the one for Ubuntu

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-07 12:25:16 +02:00
Matt B
0fb13b05fc fixed typo, the markdown was collapsing spaces. Changed to explicitly preserve the two spaces by including html span, code tag and two &nbsp characters; 2020-04-06 19:16:50 -07:00
Stefan Scherer
6dbc16e746 Merge pull request #10583 from thaJeztah/fix_ubuntu_redirect
engine: fix ubuntu SEO redirect
2020-04-06 22:52:08 +02:00
Sebastiaan van Stijn
b814ef74da engine: fix ubuntu SEO redirect
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 19:30:47 +02:00
David Scott
bc38f59d0b Desktop on Mac: remove out-of-date note about IPv6 and DNS
We don't parse /etc/resolv.conf ourselves any more; in fact if the
upstream resolvers are IPv6 this will actually work! We still don't
support IPv6 apart from this.

Signed-off-by: David Scott <dave.scott@docker.com>
2020-04-06 16:47:48 +01:00
David Scott
774a7d9725 Desktop on Windows: add note that IPv6 is not supported
This mirrors the same note on Mac.

Signed-off-by: David Scott <dave.scott@docker.com>
2020-04-06 16:44:50 +01:00
Usha Mandya
dedf8d67f3 Merge pull request #10570 from rupakg/patch-4
Fix example
2020-04-06 16:16:00 +01:00
Usha Mandya
5cedce4831 Merge pull request #10578 from thaJeztah/api_docs_update
Engine API: remove per-branch fetching of API docs
2020-04-06 16:11:26 +01:00
Usha Mandya
80d9adaf7b Merge pull request #10479 from thaJeztah/reorganize_engine_section
Engine: reorganize install topic
2020-04-06 15:38:53 +01:00
Usha Mandya
e91091bf8b Merge pull request #10577 from thaJeztah/compose_ref_toc
compose: add "docker-compose" to CLI reference TOC
2020-04-06 15:30:38 +01:00
Usha Mandya
d8097278d0 Merge pull request #10573 from ashmaroli/optimize-tag-list-logic
Optimize keywords-list logic in docs layout
2020-04-06 13:34:04 +01:00
Sebastiaan van Stijn
569f448ac7 engine: cleanup install page, add info about derivatives
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 14:04:27 +02:00
Sebastiaan van Stijn
d5207b0580 engine: remove overlap between "overview" and "install" page
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 14:04:20 +02:00
Sebastiaan van Stijn
3b2f3f6f06 Engine API: remove per-branch fetching of API docs
now that all API versions are unified in both the "master" and
release branches, we can fetch then all at once with svn.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 12:14:37 +02:00
Sebastiaan van Stijn
aa1ab278b5 compose: add "docker-compose" to CLI reference TOC
Links to reference pages for each command were shown without `docker-compose`.
Given that there's similar commands for the `docker cli`, it's easy for users
to confuse the pages. The `docker` CLI reference prefixes all commands with
`docker`, so updating the Docker Compose section to use the same.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 11:28:25 +02: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
Usha Mandya
73293d4e71 Merge pull request #10453 from flintjr/patch-1
Update fedora.md
2020-04-06 07:50:45 +01:00
Usha Mandya
fcbd800f90 Minor text edit
Updated the suggested text for clarity.
2020-04-06 07:41:02 +01:00
Ashwin Maroli
1d9c7fd691 Optimize keywords-list logic in docs layout 2020-04-05 17:05:54 +05:30
Rupak Ganguly
e0e9d7d4f2 Fix example
Add a trailing \
2020-04-03 15:01:25 -04:00
Usha Mandya
74d6897d83 Merge pull request #10567 from usha-mandya/ipv6-patch
Add note on IPv6 support
2020-04-03 15:45:32 +01:00
Usha Mandya
3e3e72c6c1 Add note on ipv6 support 2020-04-03 15:34:56 +01:00
Usha Mandya
dabe60a304 Merge pull request #10564 from docker/send-slack
ci: Send slack after successful publish
2020-04-02 16:12:42 +00:00
Stefan Scherer
7d2c555964 Send Slack notification after publish
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-04-02 18:04:16 +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
Usha Mandya
426936932a Release notes for Edge 2.2.3.0 (#10540)
* Release notes for Edge 2.2.3.0

* Add release date and download URL
2020-04-02 12:09:46 +01:00
Usha Mandya
51898b4920 Merge pull request #10543 from usha-mandya/desktop-2551
WSL 2 backend updates for Edge release
2020-04-02 11:06:47 +00:00
Usha Mandya
199907a995 Merge pull request #10527 from mat007/desktop-stable-2.2.0.5-release-notes
Add Docker Desktop Stable 2.2.0.5 release notes
2020-04-02 10:48:58 +00:00
Usha Mandya
9b90d98c8e Merge pull request #10559 from usha-mandya/engdocs-347
Move Networking and Storage topics
2020-04-02 10:47:28 +00:00
Mathieu Champlon
7786c0bf30 Add Docker Desktop Stable 2.2.0.5 release notes 2020-04-02 12:33:07 +02:00
Usha Mandya
83768da29a Move Storage topics
Moved the 'Manage application data' topics to 'Run your app in production' section in the TOC.
2020-04-02 10:52:35 +01:00
Usha Mandya
c34ceb9c27 Move networking topics
Moved the Networking topics to the Run your app in production node as they logically belong to this section.
2020-04-02 08:42:27 +01:00
Usha Mandya
4ba1276f4c WSL 2 backend updates for Edge release 2020-04-01 14:32:38 +01:00
Usha Mandya
7500f47f41 Merge pull request #10553 from thaJeztah/update_ignores
remove Jenkinsfile from dockerignore
2020-04-01 13:16:21 +00:00
Sebastiaan van Stijn
9a8b866072 remove Jenkinsfile from dockerignore
There's no longer a Jenkinsfile in this repo, so we can remove it

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-01 13:42:44 +02: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
jureaky
cdee2dd67c Fix wrong device path in NFSv4 volume example (#10429)
In section Create a service which creates an NFS volume,
NFSv3 command states right device path(:/var/docker-nfs),
but NFSv4 command is not configured to refer that path.
So updated the path.
2020-03-31 17:13:08 +01:00
Sebastiaan van Stijn
36a0ea227c Merge pull request #10397 from erikmd/update-install-debian
Update install/linux/docker-ce/debian.md
2020-03-31 17:12:16 +02:00
hhchou
d90d0a47c7 Update part2.md (#10457)
Updated the dockerfile comments consistent with ending period marks.
2020-03-31 15:47:51 +01:00
Sebastiaan van Stijn
2f99b92dcc Merge pull request #10513 from Zayah117/patch-1
Remove `restart` and `stop` from command list.
2020-03-31 13:06:44 +02:00
Sebastiaan van Stijn
aaa4fb6225 Merge pull request #10518 from qckzr/patch-1
Fixing bad url related to #10517
2020-03-25 23:53:47 +01:00
Hector S
4a3f0a68c4 Fixing bad url related to #10517 2020-03-25 22:37:34 +01:00