Commit Graph

54322 Commits

Author SHA1 Message Date
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
Sebastiaan van Stijn 97eb2befbf
Remove old hackathon topic (#10893)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-26 17:46:44 +01:00
Roberto O. Fernández Crisial 1d3adcb065
Adding version 19.03.9 (#10860) 2020-05-26 15:13:15 +01:00
Usha Mandya a2c7906ba9
Merge pull request #10870 from ScottFred/patch-2
Update install.md
2020-05-26 14:38:37 +01:00
Usha Mandya aaabf4fdb6
Update instal instructions 2020-05-26 13:38:55 +01:00
Sebastiaan van Stijn c964a5d40a
Merge pull request #10872 from JanKanis/patch-1
fix description for ptrace in seccomp.md
2020-05-26 12:37:26 +02:00
Ragland Asir c270517181
Update Networking overview file (#10875)
* Update Networking overview file

I feel it's better to change the current title (which is just ["Overview"](https://docs.docker.com/network/)) to "Networking"

This will add more meaning and also be more consistent with other overview pages such as [Orchestration](https://docs.docker.com/get-started/orchestration/) and [Develop with Docker](https://docs.docker.com/develop/)

* Updated the title to match the toc entry

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-05-26 11:10:11 +01:00
Dinakar Kulkarni 9c86eaaae2
Add space between prompt and command (#10876)
When rendered in the actual docs, this will not be highlighted as a reference to a shell variable.
2020-05-26 10:42:56 +01:00
Usha Mandya 135a21401e
Add note on re-creating containers (#10861) 2020-05-26 09:01:56 +01: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
Sebastiaan van Stijn 0f4122dec2
Merge pull request #10883 from StefanScherer/fix-wsl-preview-links
Cleanup WSL tech preview links
2020-05-25 11:16:01 +02: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
Jan Kanis b4ab954d3f
fix description for ptrace in seccomp.md
The existing description leads the reader to believe that dropping CAP_SYS_PTRACE already blocks all ptraces. That is not true, it only blocks ptracing arbitrary processes. Ptracing child processes is still allowed.
2020-05-22 13:36:45 +02:00
Scott Fredericksen fca82492f4
Update install.md
The install instructions are missing a critical step that requires the user to be added to the "docker-users" group.  Without this, the user will be prevented from running Docker containers.
2020-05-22 00:28:10 -06:00
Usha Mandya 8716eb0b98
Add release notes for Desktop Edge 2.3.1.0 (#10851)
* Add release notes for Edge 2.3.1.0

* Add relase date and download URL
2020-05-20 17:59:34 +01:00
Usha Mandya d72ba2f5e5
Merge pull request #10850 from usha-mandya/djs55/mutagen
Update Mutagen doc
2020-05-20 17:58:58 +01:00
Sebastiaan van Stijn fed0723f28
Landing page: reduce tab-width to prevent wrapping
The tabs on the "help by project" card were wrapping on
iPhone, so reducing the padding to prevent this.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-20 17:07:49 +02:00
Sebastiaan van Stijn ba7413baff
Landing page: left-align icon on small screen sizes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-20 17:07:46 +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 e9547a8397
scss: various small fixes and linting issues
- Add generic font classes where missing (except for FontAwesome cfonts)
- Combined some rules with their shorthand form
- Removed unneeded units (0px -> 0)
- Fix some invalid values
- Commented out empty styles in _github.scss

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-20 17:07:08 +02:00
Usha Mandya c60f87dd60 Updates to mutagen doc 2020-05-20 15:54:27 +01:00
Usha Mandya 4c9701c26a
Merge pull request #10849 from thaJeztah/broken_images
Desktop: fix some broken links/images and minor markdown-touch up
2020-05-20 14:19:03 +01: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
Usha Mandya e18959db80
Merge pull request #10848 from thaJeztah/conditional_analytics
Move Google Analytics to include, and prepare for making it optional
2020-05-20 10:26:08 +01: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
David Scott ea743e0e6b Mac: add some examples and best-practices for mutagen
A future Docker Desktop Edge will bundle mutagen.

Signed-off-by: David Scott <dave.scott@docker.com>
2020-05-19 18:30:12 +01:00
Usha Mandya 1146a688c4
Merge pull request #10838 from usha-mandya/justincormack/smarmclassic
Remove Swarm Classic docs
2020-05-19 13:37:50 +01:00
Charlie Arehart 8b6335e146
Add mention of Learn menu, in order to re-run tutorial (#10830)
* Add mention of Learn menu, to re-turn tutorial

Signed-off-by: Charles Arehart <charlie@carehart.org>

* Minor style edits

* Update Mac Install

Add the 'Learn' option to the Mac install page

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-05-19 13:36:16 +01:00
Usha Mandya d54449dc43
Merge pull request #10815 from jdrouet/home-button
add home button to every page
2020-05-19 08:20:17 +01:00
Jérémie Drouet e38a3f2265 add home button to every page
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-19 08:56:57 +02:00
Usha Mandya 3864d792fd Update ToC and add redirects 2020-05-18 23:51:52 +01:00
Usha Mandya 61c61825e5
Surface Develop with Docker (#10831) 2020-05-18 18:21:31 +01:00
Usha Mandya a1dd652c9f
Update navigation for Guides (#10829) 2020-05-18 18:57:12 +02:00
Daniel Metzler 5a530d587c
Added fish-shell auto completion to docker for mac installation guide. (#10786)
Add fish-shell auto completion to docker for mac installation guide.
2020-05-18 14:03:35 +02:00
Usha Mandya f44d049367
Add note on Desktop installer size (#10819) 2020-05-18 10:32:21 +01:00
Usha Mandya fa91630d82
update note on Win Server support (#10826) 2020-05-18 10:31:37 +01:00
Sebastiaan van Stijn 13e76e2e7a
Merge pull request #10813 from timothyaaron/patch-1
Fix explanation of `rm --force`
2020-05-17 14:55:24 +02:00
Usha Mandya 93a3d730ed
Merge pull request #10817 from thaJeztah/search_focus
landing page: set focus on search field
2020-05-15 18:27:24 +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 ad9704bec7
Merge pull request #10816 from jdrouet/center-navbar
landing-page: center navbar on desktop
2020-05-15 11:42:22 +01:00
Jérémie Drouet 1d3ac1092b landing-page: center navbar on desktop
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-15 11:33:50 +02:00
Usha Mandya f197750823
Merge pull request #10812 from usha-mandya/homepage-html-patch
Fix html link tags
2020-05-14 19:57:30 +01:00
Timothy Aaron d511f2065b
Fix explanation of `rm --force`
`--force` in `rm --force` claimed to remove the container (which `rm` obviously does). `--force` allows a container to be removed even if it's still running.
2020-05-14 13:36:59 -05: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
Usha Mandya 9cf2dd6851
Merge pull request #10810 from usha-mandya/hub-3886
Add Docker pricing docs
2020-05-14 17:11:34 +01:00
Usha Mandya 17ffe8e050 Add docs for seat-based pricing 2020-05-14 15:30:00 +01:00
Sebastiaan van Stijn 67cb46bcf2
Merge pull request #10758 from shirhatti/patch-1
s/CAP_PTRACE/CAP_SYS_PTRACE
2020-05-14 14:56:46 +02:00
Justin Cormack 7988267c4c
Remove Swarm Classic docs
These docs are labelled Swarm and are confusing people as this is
in fact Classic Swarm.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2020-05-14 12:11:02 +01:00
Usha Mandya 3fd77b36a8
Fix a dangling topic (#10807) 2020-05-14 08:47:58 +01:00