Sebastiaan van Stijn
bec50329b9
Fix links not having a trailing /
...
This avoids resulting in a redirect to the URL with /
Found these using `href="[^#][^#"]+[^/]"`
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-10-13 12:06:06 +02:00
Sebastiaan van Stijn
ac9a25c8e3
get started: update link title for accessibility
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-10-13 12:04:42 +02:00
Sebastiaan van Stijn
393d3f6566
Add rel="noopener" to external links
...
See https://web.dev/external-anchors-use-rel-noopener/
Using noopener, as that addresses the security issue. "noreferer" blocks
the REFERER header, which may still be useful for some target URLs.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-10-12 13:09:30 +02:00
PjAkash
c5676280fe
Fixed error 'docker run' to 'docker build'
2020-10-01 19:36:14 +05:30
Sebastiaan van Stijn
6bc02b4c39
sort redirect_from in some files
...
This makes it easier to find if a redirect is already present,
and to spot duplicates
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-09-29 18:15:25 +02:00
Usha Mandya
3abac53c65
Merge pull request #11416 from usha-mandya/node-js-patch
...
Add get started docs for Node.js
2020-09-25 13:02:27 +01: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
ba806ea3a2
Add get started docs for NodeJS
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2020-09-24 14:27:37 +01:00
Chris Crone
49c589d9d6
Add engine 19.03.13 release notes ( #11395 )
...
* Add engine 19.03.13 release notes
Signed-off-by: Chris Crone <christopher.crone@docker.com >
* Minor style updates
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com >
2020-09-18 11:07:32 +01:00
Usha Mandya
9db3e72fb1
Update Desktop onboarding docs
2020-08-19 15:56:09 +01:00
Usha Mandya
01779db076
Add updated discount code
2020-08-05 16:53:18 +01:00
Usha Mandya
4bfa1f2b3b
Removed outdated discount code
...
Removed the webdoc40 code which was no longer valid, added a new book from EltonS to the list, updated headings to match existing style
2020-07-27 14:29:30 +01:00
Sebastiaan van Stijn
a1d3215534
Add engine 19.03.12 release notes
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-07-20 12:58:18 +02:00
Usha Mandya
675bdedd1f
Add info about the Expose command ( #11137 )
2020-07-15 12:36:51 +02:00
Ben De St Paer-Gotch
ed36dbe49d
Adding in Cloud steps to tutorial ( #11131 )
...
* Adding in Cloud steps to tutorial
Adding in bullet points referencing how to get started with the cloud in the tutorial and linking to current best blog posts
* Update part2.md
2020-07-13 12:33:59 +01:00
Usha Mandya
fdfefa0cda
Embed video tutorials within docs
2020-07-03 15:59:51 +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
Usha Mandya
cf3c9ab3e9
Minor update to get started intro ( #10953 )
2020-06-03 19:52:12 +01:00
Usha Mandya
d23366a7c7
Add link to get started video
2020-06-03 19:14:56 +01:00
Usha Mandya
ba08845b64
Improvise get started docs
2020-05-21 18:33:04 +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
何锦余
9e5ed34328
fix: fix link url error. ( #10702 )
...
If in page https://docs.docker.com/get-started/part2/ or https://docs.docker.com/get-started/part3/ , the link url make an error.
2020-04-28 09:18:29 +01:00
ajay143444
fdc7e5bfd4
replaced based off of with based on ( #10684 )
...
replaced based off of with based on
2020-04-24 09:02:50 +01:00
Sebastiaan van Stijn
eb948508c1
various: use relative markdown links
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-04-23 13:03:53 +02:00
ajay143444
523fe77111
changed line 214 for better understanding ( #10610 )
...
changed line 214 for better understanding
2020-04-09 07:45:03 +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
hhchou
d90d0a47c7
Update part2.md ( #10457 )
...
Updated the dockerfile comments consistent with ending period marks.
2020-03-31 15:47:51 +01:00
Justin Cormack
ff0f496f4a
Use original short forms of Docker commands
...
The long forms of Docker commands have not caught on. I don't think we
should continue to encourage their use especially in the get started
guide. There is no evidence from online searches that anyone is really
using them. They are overly pedantic and verbose.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2020-03-23 10:58:11 +00:00
Usha Mandya
942fcb15cf
fix hyperlinks and review comments
2020-02-18 12:18:07 +00:00
Usha Mandya
658092ce1f
update ordered lists to fix yaml formatting issues
2020-02-17 15:49:52 +00:00
Usha Mandya
72fd8b33c9
fix yaml formatting
2020-02-17 13:11:34 +00:00
Usha Mandya
1c21115688
Merge pull request #10302 from iwpnd/master
...
fixed formatting in swarm-deploy.md
2020-02-17 11:33:17 +00:00
Ben
0f9158f540
fixed formatting in swarm-deploy.md
...
- fixed formatting in section "Describe apps using stack files" to properly show code section and quote
2020-02-16 14:22:06 +01:00
shunwen
292a8bc04a
Fix mismatch port number describing EXPOSE 8080
2020-02-16 20:12:11 +08:00
Usha Mandya
36aba6a7c6
Get started docs updates ( #10218 )
...
* Update Get started docs
* update part-1, add redirects
* draft updates to part 2 and 3
* tidy up the orchestration topics
* update examples, and other minor edits
* address Stefan's review comments
* moved orchestration to a new node
* fix Ben's review comments
* add email verification step
* Emphasize the CTA in part 3
2020-02-14 17:24:50 +00:00
Jenny Burcio
72eec05dcc
Update resources.md ( #10190 )
...
Update resources shared
2020-01-24 10:15:58 +00:00
Dawn W Docker
ea99feed74
updating text to reflect new content architecture
2019-12-11 15:36:08 -08:00
ingmargoudt
a20782e2d0
fix Kuberentes typo
...
Kubernetes was wrongly typed as Kuberentes
2019-12-10 19:02:25 +01:00
Bill Mills
06c7f18df8
migrating from docs-private ( #9974 )
2019-12-09 10:01:02 +00:00
Dave
baf6d807dd
Fixed typo ( #9936 )
...
lets -> let's
2019-11-25 13:19:21 -08:00
Dawn-Docker
3c54d2ff9c
Update toc ( #9819 )
2019-11-08 08:13:40 -08:00
Delly Fofie
72907a6589
Update part2.md
...
Link to the git-scm download page is now updated, It is a simple markdown syntax fix.
2019-11-04 10:51:53 +01:00
lena-larionova
6e0fd0369d
Smaller image for getting started guide ( #9685 )
...
Signed-off-by: Lena Larionova <lena.larionova@docker.com >
2019-10-21 09:02:54 -07:00
Dawn-Docker
9eec718309
Gs resources ( #9682 )
...
adding resources content to get started
2019-10-18 10:22:56 -07:00
lena-larionova
ae2a3de049
Replaced intro image with a less stretched version ( #9671 )
...
Signed-off-by: Lena Larionova <lena.larionova@docker.com >
2019-10-17 11:44:09 -07:00
Dawn-Docker
c79ca7dc2b
adding redirect and fixing typo in part 5 ( #9623 )
...
* adding redirect
* fixed repo name
* removed part6.md
2019-10-11 11:51:17 -07:00
Dawn-Docker
5bddf49a1a
Get started updates ( #9608 )
...
* first pass at gs pt 1
* suggestions from Dawn
* unbreak tabs
* get started part 2 refresh
* comments from Dawn and Adrian
* draft of kube get started
* first draft of swarm demo for gs
* saving some updates...
* first draft docker hub section
* comments from Dawn
* comments from Dawn
* comments from Dawn
* comments from Dawn
* gsu frontmatter
* removed toc entry for get started part 6 and changed toc titles for the rest of get started topics
* addressing Adrian's feedback
* fixing top nav buttons
2019-10-09 16:15:00 -07:00
Steve Nester
a279b2dd24
"is" to "are" ( #9564 )
...
The subject is of the form X and Y, therefore "are" is the correct verb.
2019-10-04 14:11:33 -07:00
Usha Mandya
964d125ab2
Revert "Added build command explanation" ( #9298 )
2019-08-23 11:09:54 +01:00
Dawn W
1f35c9dbfe
Merge pull request #8975 from mohamedanees6/patch-1
...
Added build command explanation
2019-08-22 15:15:16 -07:00