Commit Graph

465 Commits

Author SHA1 Message Date
Junyu Bian 8dc683bb21
Update 08_using_compose.md
make the warning formatting clearer
2020-12-29 19:46:52 +08:00
Akhilesh Agarwal 3420e0bce0
Update develop.md
In docker-compose.dev.yml, DATABASE_CONNECTIONSTRING is used as a database URL whereas, in the code, CONNECTIONSTRING is being used. Hence, updating the string in docker-compose.dev.yml file.
2020-12-26 21:50:57 +01:00
Desmond Silveira e5b4fbed69
Fix formatting of text and code blocks. 2020-12-24 13:19:55 -08:00
Brandon Mitchell 2775bcfb1f Fixing broken get-started links
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2020-12-21 14:35:57 -05:00
Guillaume ed58f5f7df Remove hl_lines in Get-started > Docker compose 2020-12-20 12:30:08 +01:00
Usha Mandya 4339d5923d Add a DockerCon get started video
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-12-18 17:32:34 +00:00
Stefan Scherer d0ada682cc
Merge pull request #11770 from StefanScherer/fix-nodejs
Add missing chapter to nodejs example
2020-12-18 17:51:48 +01:00
Stefan Scherer 0e2db256f8
Update get-started/nodejs/develop.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-12-18 17:27:50 +01:00
Stefan Scherer b923b23cda
Update get-started/nodejs/develop.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-12-18 17:27:23 +01:00
Stefan Scherer f555a16653
Update get-started/nodejs/develop.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-12-18 17:27:16 +01:00
Stefan Scherer db293a4325
Update get-started/nodejs/develop.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-12-18 17:27:06 +01:00
Ben De St Paer-Gotch 23dfb9c9f7 Fixing various typos 2020-12-18 10:41:28 +00:00
Stefan Scherer 066b260d7b
Add missing chapter to nodejs example
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-12-18 10:54:17 +01:00
Ben De St Paer-Gotch 838930ad96 Adding general docker getting started to docs 2020-12-02 13:08:51 +00:00
Usha Mandya b95a8a6134
Merge pull request #11804 from gibbok/patch-1
Update content for complete Dockerfile as mentioned in the previous step
2020-11-30 11:44:36 +00:00
GibboK 69371182e2
Update build-images.md
Update content for complete Dockerfile as mentioned in the previous step
2020-11-27 12:00:27 +01:00
Usha Mandya d5ae097c67 Update get started toc 2020-11-24 19:33:48 +00:00
Usha Mandya f6ebc084ec
Merge pull request #11735 from thaJeztah/fix_redirect
Fix redirect for /engine/tutorials/dockerrepos/
2020-11-12 15:24:34 +00:00
Sebastiaan van Stijn d59208b947
Fix redirect for /engine/tutorials/dockerrepos/
The page in the Docker Hub section is a better match for the old content:
https://github.com/docker/docker.github.io/blob/v1.12-release/engine/tutorials/dockerrepos.md)

And fits better with the description around the link in the CLI reference;

> The image can be  any valid image – it is especially easy to start by pulling
> an image from the Public Repositories.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-11-10 21:48:57 +01:00
Dharmjeet Kumar 93a91c7ff5
Corrected Indentation in docker-compose.dev.yml
It didn't use the volumes as parameter, instead it defined a service called volumes and services don't have a parameter called mongodb. Corrected indentation in yml file
2020-11-09 22:56:00 +05:30
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
Oliver Schihin 700f7b81ee Update part2.md (#9067)
* Update part2.md

so other's dont stumble and fall ...

* style updates
2019-08-19 15:29:22 +01:00
Sibu Thomas Mathew de1612f14b Pip fails due to MTU mismatch (#9249)
update getting started to fix MTU mismatch
2019-08-16 11:18:54 +01:00
ollypom c39ba281fd
Synced Docs Public Master with Docs Private Master 2019-07-19 11:02:28 +00:00
Yegor 3ac68e1271 Fixed typo and added port number (#8850)
* Fixed typo and added port number

Lost couple minutes figuring out on which port is app running on vm-s. So I think it would be nice to add port number in description or change picture a little.

* Update part4.md

standardizing formatting
2019-07-16 16:08:54 -07:00
brightworks 396f4198bc Update part2.md (#8604)
LGTM, thanks!
2019-07-12 14:17:06 -07:00
Jakob Krigovsky 2fad6265d2 Fix spelling of “DigitalOcean” (#8938)
Thanks for helping with this as well!
2019-07-10 15:07:59 -07:00
ollypom 9bafc04bcc
Fixed Conflict 2019-07-08 17:00:49 +00:00
Sajad Torkamani 62e57571dc
Fix typo 2019-07-01 13:00:23 +01:00
Sajad Torkamani fb98aae971
Fix typo 2019-07-01 11:25:31 +01:00
Mohamed Anees 36218d2942
Added build command explanation
Added clear definition following the stackoverflow question which has more than 1 lakh views, which means many people get confused to run the command correctly.

https://stackoverflow.com/questions/28996907/docker-build-requires-1-argument-see-docker-build-help
2019-06-23 15:23:20 +05:30
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
Ron DeMena aac5c21d46
Updated Windows Release that supports Kubernetes
Changed from old outdated Edge release to reflect use of a stable release.  Kubernetes page actually reflects this version as well (so its an error on this page only).
2019-05-02 22:28:01 -04:00
Yoju LEE 1662ab4867
typo fix
friendlyname -> friendlyhello
2019-04-02 20:42:20 +02:00
Maria Bermudez f9f993a73f
Capitalize product name 2019-03-21 16:24:24 -07:00
dnadares 968300a506
Update index.md
Open parenthesis in the wrong place
2019-03-21 10:36:03 -03:00
L-Hudson df784a1fa4
Merge pull request #8431 from kryptonite303/patch-1
Added extra tip for "connectivity trouble"
2019-03-12 08:36:08 -04:00
John Chen c8575339cc
Added extra tip for "connectivity trouble"
Part 4 doesn't include instructions to change the port forwarding to 80:80 in this section. The screenshot is a bit misleading if you're coming directly from part 3 and have port 4000 still forwarding to port 80.
2019-03-08 16:23:37 -05: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
paigehargrave 99b474bdf9
Update part2.md 2019-02-26 08:04:35 -05:00
L-Hudson 30807046cd
Merge pull request #7416 from artdgn/master
Clarifying some confusing explanations for limiting cpus resource.
2019-02-26 07:53:36 -05:00
mmoser18 aaa85c6100
Update part4.md
Some commands need to be run as Administrator on Windows or else they will fail or produce empty output.
2019-02-19 21:50:00 +01:00
paigehargrave 1e096d09b7
Update part3.md 2019-02-14 13:56:33 -05:00
Maria Bermudez ee821c590f
Final cleanup 2019-02-13 18:10:50 -08:00
Maria Bermudez 7ee7214028
Incorporate suggested content addition 2019-02-13 18:03:47 -08:00
Pavan Chilukuri 76a43be812
Added a command for getting the service
When you use `docker service ls`, it won't show you the list of services. Instead use `docker stack services getstartedlab` to show the service that was created and thereby getting the Service ID of it.
2019-02-07 21:03:16 -06:00
Ekwinder Saini 09c5d0ceec
Update part2.md
Specified where to create an empty directory while adding the Dockerfile.
2019-02-07 13:05:36 +05:30
arhaasdev 2623670a4c
Update part2.md
Eliminates the inappropriately placed "the" from "The second item is the Google's DNS [...]".
2019-02-04 02:00:44 -08:00
L-Hudson 559a1bfe1d
Merge pull request #8018 from Shofol/patch-1
Update index.md
2019-01-22 09:10:56 -05:00
Stuart C. Robinson 790432958e
extraneous 'a'
in *Build the app*, replace:

`if you want to use the a shorter option` with
`if you want to use the shorter option`
2019-01-18 11:26:16 -05:00
paigehargrave 0dab4ade68
Merge branch 'master' into name-change-for-Docker-Desktop 2019-01-14 11:14:48 -05:00
Anower Jahan Shofol 2292bf707d
Update index.md
The first image looks smaller and unbalanced.
2019-01-14 12:21:51 +06:00
paigehargrave 670a052b52
Update part4.md 2019-01-11 15:03:24 -05:00
paigehargrave f052758c43
Update part3.md 2019-01-11 14:18:46 -05:00
paigehargrave 0e14f90a99
Update index.md 2019-01-11 13:45:13 -05:00
Anne Henmi 9ae4095bf8
Merge branch 'master' into patch-2 2019-01-02 08:47:44 -07:00
Anne Henmi 77e1c3d700
Update part2.md
Wording cleanup.
2019-01-01 17:58:27 -07:00
Maria Bermudez 76e53fbd4d
Relates to PR 7688 2018-12-27 16:04:25 -08:00
Waldir Pimenta 48f1f64636
mention both -t and --tag 2018-12-27 15:56:04 +00:00
Anne Henmi 5d3f375b1d
Merge branch 'master' into Patch-for-7369 2018-12-26 10:10:11 -07:00
Jeremy H. Shi 9b47f769b7
Update part3.md 2018-12-21 15:15:52 -08:00
Ryan Haskell-Glatz bcd571efff
use port 4000 instead of 80 on host 2018-12-16 18:28:43 -06:00
Maria Bermudez 4bdcbf8ae9 Merge branch 'master' of github.com:docker/docker.github.io 2018-12-10 12:41:24 -08:00
L-Hudson 06761fda2d
Merge pull request #7789 from raunakkathuria/patch-1
Update port mapping 4000 to 80 for consistency
2018-12-07 15:45:43 -05:00
L-Hudson 4b063c5200
Update part6.md
edits
2018-12-07 08:40:54 -05:00
Raunak Kathuria e5f7eff732
Update port mapping 4000 to 80 for consistency
As of now docker-compose.yml file ports section is not consistent with terminal recording and also with what is specified in https://docs.docker.com/get-started/part5/
2018-12-04 15:44:22 +08:00
Edgar Barrantes 6396f5f479
Fix typo 2018-12-04 01:13:02 -06:00
Jeffrey Morgan f6bbf912db Typo fixes 2018-12-03 22:30:33 -05:00
Jeffrey Morgan dc62a08d60 Fixing get-started guide 2018-11-22 13:27:52 -05:00
Jeffrey Morgan 3602540596 Fix small issues 2018-11-21 16:49:26 -05:00
Jeffrey Morgan c0656fa7fa Rename official repos to official images 2018-11-21 15:19:50 -05: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
Maria Bermudez b06c4585c3
Merge pull request #7685 from docker/backport-fixes
Backport fixes
2018-11-14 12:28:33 -08:00
Maria Bermudez 99d15559a7 Add broken images, update links 2018-11-14 12:14:01 -08:00
newoneforasn4 f665d8b711
sentence structure changed in introduction 2018-11-13 09:38:57 -08:00
Adam 5b210e18ac
updated introduction with proper sentence 2018-10-31 14:38:12 -04:00
Gabriel Dutra a367850547 Add missing "to" 2018-10-12 22:18:25 -03:00
Jeffrey Morgan ca466a55ed Rename Docker Store and Docker Cloud - WIP 2018-10-04 19:41:32 -04:00
Waldir Pimenta 97ad2a634d
get-started/part2: clarify usage of -t/--tag
As this is an introductory document, using short options
and relying on default behaviors without explanation
may cause some confusion.

This change it explicit how the --tag option is being used.

It also uses an equal sign to visually group the option and its value,
so that the . at the end of the command doesn't go unnoticed.
2018-10-02 11:59:19 +01:00
arthur_x1 7753a6cd5a Clarifying confusing explanations for limiting cpus resource in docker-compose file to prevent misunderstanding as "percent of total CPU available". 2018-09-25 10:55:18 +10:00
Craig Pastro 5458e78474
Change ADD to COPY
According to "Best practices for writing Dockerfiles" COPY is preferred "because it’s more transparent than ADD".
2018-08-13 15:16:18 +09:00
Tammy Fox 3ae1dd99a5
improve wording 2018-07-30 11:57:32 -04:00
Ayondeep Datta ccad7fd3da
Update part2.md
Fixed a typographical error on line 246 - " we just map port 80 on the host to port 80 in the container" should be " we just map port 4000 on the host to port 80 in the container"
2018-07-30 10:30:43 -05:00
Lee Gaines 3a1023d66b adds port 4000
In the docker-compose file, the ports sections maps host port 4000 to container port 80, so if we want to see our app in a browser we should check on port 4000.
2018-06-21 13:57:55 -07:00
Onur Yaman 9735a24b12 Fix typo 2018-06-21 13:42:25 -07:00
Johandry Amador f35afbe812 Replacing cloud.docker.com for hub.docker.com 2018-06-15 14:48:42 -07:00
Antonio Gutierrez 9e15f743a1 Switch places of subtitles DNS and Proxy settings
Proxy settings titles was placed in the DNS misconfiguration part, and the DNS settings title was placed in the proxy configuration part. This changes moves the places of the titles so that they both present the section they intend to.
2018-06-14 14:29:54 -07:00
Gwendolynne Barr a55d0c9dfc
Cleanup (#6864) 2018-06-11 12:48:24 -07:00
Alex Neves 1ec7ace6d6 Changed host port from 80 to 4000
The host port was set to 80, which was both inconsistent with the previous tutorial and also causing issues when following the tutorial on Windows.

For reference, here is the error when attempting to run a container on port 80:

C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error response from daemon: driver failed programming external connectivity on endpoint focused_euler (079893ea98df78bf7043f86072263317be106cbb7f4a3fcde23c2ef19ad39a01): Error starting userland proxy: Bind for 0.0.0.0:80: unexpected error Permission denied.
ERRO[0000] error waiting for container: context canceled
2018-06-06 11:26:22 -07:00
Henry T. Phan eeb4a8843a Fixed typo in get-started (#6627) 2018-05-03 12:23:11 -07:00
Max Lin a3baec85e4 Fix typo (#6480)
DNS "misconfgiurations" -> "misconfigurations"
2018-04-18 15:53:49 -07:00
Alan Isherwood 735ba94e6b Add Windows unset shell variables instructions
Instructions on unsetting docker-machine shell variable settings covered Mac/Linux only. Adding instructions for Windows too.
2018-04-11 11:05:31 -07:00
Andrea c8d2c04876 Add a note for the DNS settings in docs. (#6372)
* Add a note for the DNS settings

Reason: a lot of people struggle against problems with the DNS configuration when they try to build their first app.

* Merge DNS and proxy notes
2018-04-10 15:10:43 -07:00
Gwendolynne Barr 9eddd362bc
Remove text on kube support in D4W stable channels (#6350) 2018-03-30 08:08:59 -07:00
Gwendolynne Barr 978b1ac964
Copyedit phase 1 (#6296) 2018-03-26 22:14:39 -07:00
Karl ac38f259cb Fixed a small typo on the word 'Execute' (#6274) 2018-03-21 08:18:47 -07:00
Laney Smith 6c4814e52c Update part5.md (#6259) 2018-03-19 19:35:02 -07:00
Gwendolynne Barr f4319a5222
Add docker ps for old Docker versions (#6246) 2018-03-16 14:22:29 -07:00
Akim Demaille ddc8bc6dd1 Desktop: split stable/edge release notes (#6231) 2018-03-16 11:03:24 -07:00
Joao Fernandes 610f952eca Remove duplicate sentence 2018-03-06 10:14:48 -08:00
刘冲 371f9fb532 Update index.md (#6052) 2018-02-23 09:06:47 -08:00
Giancarlo Romeo 55108f0575 Fix typo
Wrong docker-compose filename.
2018-02-15 11:25:23 -08:00
Misty Stanley-Jones a17a47dd77
Favor docker <object> <verb> format of commands (#5914)
Remove instances of:
- docker rmi
- docker images
- docker stop
- docker rm
- docker create
- docker exec
- docker attach
2018-02-05 09:33:47 -08:00
jugdizh 54fde831c6 Update index.md (#5903) 2018-02-02 09:48:50 -08:00
Misty Stanley-Jones 72c6cbce38
Document an example for --with-registry-auth flag (#5882) 2018-01-31 13:55:42 -08:00
Gwendolynne Barr 3fbcb00c7d
Update part 1 (#5806) 2018-01-31 10:00:10 -08:00
Misty Stanley-Jones e14d16d79d
Fix typo (#5869) 2018-01-30 15:48:42 -08:00
modem_down 84b61d2ecf Fix broken link (#5790) 2018-01-29 15:52: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
alstas d506e2f770 Update part4.md (#5653)
* Update part4.md

Add clarification about `docker stack deploy` command that it takes time to update all services
2018-01-25 18:10:32 -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
Joao Fernandes 1df7737c73
Fix broken url (#5829) 2018-01-25 15:46:19 -08:00
mertz1 8128cb3544 Update part5.md (#5776) 2018-01-19 11:43:23 -08:00
modem_down b210a7295f Remove .md extensions that break links (#5742)
The navigation links at the start of the content on pages such as https://docs.docker.com/get-started/part2/ have broken links (at least, with JavaScript disabled). The links go to e.g. https://docs.docker.com/get-started/part2.md but should instead go to https://docs.docker.com/get-started/part2 or https://docs.docker.com/get-started/part2/ .
2018-01-19 11:17:40 -08:00
Giancarlo Romeo 51e13af460 Fix typo (#5739) 2018-01-16 12:12:34 -08:00
modem_down 3cf3f4c986 Remove extraneous link (#5678)
The deleted link redirects to the same page as the (retained) preceding link, and is therefore redundant and confusing.
2018-01-07 18:57:18 -08:00
Ikai Lan f52ea05957 Update part3.md (#5675)
Spelling fix
2018-01-06 11:29:56 -08:00
Zane Matthew 2ec748bb8b Incorrect build tag (#5677)
`friendlyname` should have been named `friendlyhello`
2018-01-06 11:25:16 -08:00
John Mulhausen 5428939083
Update part2.md (#5586) 2017-12-26 17:26:33 -05: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
John Mulhausen 3a408a8231
Reducing the asides for better flow 2017-12-19 15:16:21 -08:00
John Mulhausen c8eeebcd0d
Adding note on where to insert ENV calls for proxy config
Fixes #5386
2017-12-15 16:22:43 -08:00
John Mulhausen 652659361c
Offer --native-ssh workaround
Fixes #5513
2017-12-15 15:38:44 -08:00
John Mulhausen e11d8ec998
Add a couple more prerequisites
Fixed #5447
2017-12-15 15:31:44 -08:00
Bui Quang Duc 94e0a5dc8c Update part4.md 2017-12-07 14:02:56 -08:00
Victoria Bialas fa27b198a0
added note in get started to emphasize need to use up-to-date versions and tools (#5311)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-11-15 12:51:46 -08:00
maxstreichert d61b10fde1 creating a new service (#5295)
a new service will be created, not updated for the first time.
2017-11-13 13:25:37 -08:00
Antti Ollilainen 4bbaa46993 Get started part 2: How to access app in container on Windows 7 Docker Toolbox (#5182) 2017-11-10 15:25:54 -08:00
Max Mikhaylov c21ec69572 Added reference to the proxy setup in part 2 to part 1 of tutorial (#5170)
* Added reference to proxy settings

Added reference to proxy settings in part 2 since proxy needs to be configured in order to run hello-world container.

* Update index.md

add newline

* Update index.md

fixed link
2017-11-10 10:37:43 -08:00
umarcostuc dc55b65d2e Cert issues fixed when running pip
I had certificates issues when the pip command was run:
There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)
Using the pip like this solved the issue:
RUN pip install --trusted-host pypi.python.org -r requirements.txt
2017-11-07 10:04:33 -08:00
Victoria Bialas 717521dc1c
added note re: needing to explicitly stop containers on Windows vs. Ctrl+C (#5224)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-11-06 13:37:38 -08:00
Victoria Bialas 474c81b52f
fix spelling typo (#5215)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-11-03 11:38:26 -07:00
Leo Cho fbd66fb290 update service name 2017-11-02 11:05:42 -07:00
John Mulhausen 1e20b290e7
Update part3.md 2017-11-01 00:02:13 -07:00
John Mulhausen 7064350749
Shortening part 3 2017-10-31 17:49:51 -07:00
John Mulhausen c8e0ea9226 Fixes #5090 2017-10-25 15:36:47 -07:00
Thomas Sjögren e6f3b11388 fix env proxy format (#4989)
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2017-10-20 15:59:25 -07:00
Victoria Bialas b7374d0f3a updated command summaries on Getting Started to reflect new workflows (#5014)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-10-17 16:24:03 -07:00
Gwendolynne Barr bdc6fb8e9c Configure curl to use ipv4 (#4964) 2017-10-14 10:10:35 -07:00
Gwendolynne Barr d078d1e4ab Copyedit suggestions for part4 (#4832)
* Copyedit suggestions for part4

* The container ls aside is confusing
2017-10-10 07:20:28 -07:00
Victoria Bialas 012969eb9f WIP: Getting Started, improve deploy to cloud topics/UX of those steps (#4751)
* images to cover AWS deploy

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

* added instructions on opening ports with security groups in AWS

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

* finalized cloud deploy procedure, added info re: unset docker-machine variables

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

* added screen snaps, cleanup, and iteration steps to cloud example

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

* removed edge releases qualification on swarm connect from Desktop apps

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

* added visualizer on cloud screen snap

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

* moved iteration, cleanup step to be without CE steps in part 6

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-10-09 14:42:36 -07:00
Victoria Bialas a6df37fc99 updates per feedback (#4836)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-10-09 11:01:54 -07:00
John Mulhausen 532f8d5e46 Update part2.md 2017-10-05 21:30:15 -07:00
Ken Tanaka e9b565c5ad Use a sample screen shot that uses the default port 80. (#4761) 2017-10-05 18:42:04 -07:00
Mauro Caffaratto 9922eec441 Provide advice about adding to the docker group (#4746)
* Provide advice about adding to the docker group

You need to add a standard user to the docker group to prevent sudo when calling docker

* Added link to post-install instructions
2017-10-03 08:19:42 -07:00
Victoria Bialas 788532ff45 added note re: setting ENV variables for proxy servers in Dockerfile (#4759)
* added note re: setting ENV variables for proxy servers in Dockerfile

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

* review comments

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

* reworded note title, removed link out to ENV per review comments

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

* added info to docs test page about how to link to auto-generated reference pages

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

* added more info to test on re: linking

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

* format ENV as a command

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-29 13:29:21 -07:00
Victoria Bialas 3c97bc9875 Clarified rebuild and publish as part of iterating on app (#4737)
* clarified rebuild and publish as part of iterating on app

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

* copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-28 09:35:54 -07:00
Victoria Bialas 6b51deb499 updated Compose file with absolute data path, removed scp from steps (#4734)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-27 16:46:28 -07:00
Michael Peake 7bfc4c8484 Remove typo in docker-compose.yaml (#4728) 2017-09-27 10:18:51 -07:00
Victoria Bialas 410ed46347 Stop gap measure to fix data persistence part of the tutorial (#4725)
* stop gap measure to fix data persistence part of the tutorial

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

* improved note about data directory and scp

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-26 18:43:29 -07:00
Victoria Bialas 6db50d4591 clarified Compose resource options for v2, v3 (#4712)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-25 13:37:09 -07:00
Victoria Bialas b764ab3356 Addressed Windows issues with get started tutorial (#4675)
* how to get scp to work on Windows

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

* clarified some commands in part 3

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

* fixed links on hyperv, machine pages

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

* removing notes about scp and ssh on Windows, WIP

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

* WIP: adding docker-machine env commands

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

* added docker-machine env option, re-worked tabs

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

* moved extra info re: docker-machine env out of note, to end of part 4

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

* updated parts 4, 5 with docker-machine env, added note re: commands

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

* changed rest of ssh examples, formatting fixes, copyedit

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

* copyedit on docker-machine env example

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

* reworded note title

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-22 18:55:40 -07:00
Gaudichon Pierre ecf59d14ce Update the tag of the example image. (#4694)
Change the tag form "part1" to "part2" to match the tutorial progression.
2017-09-22 13:25:46 -07:00
Gwendolynne Barr 415b13526f Explain ports 2376 and 2377 (#4677) 2017-09-19 17:39:40 -07:00
Sebastiaan van Stijn 02635843e3 Fix pull output example to match username (#4655)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-09-18 16:45:50 -07:00
aiueogawa 0eda88f674 Fix typo (#4455) 2017-09-11 09:50:01 -07:00
Gwendolynne Barr 9a1330e966 Distinguish tasks from containers (#4378) 2017-08-29 15:32:43 -07:00
French Ben 4445f27581 Cleanup editions (#4350) 2017-08-25 12:13:07 -07:00
Gwendolynne Barr 6779aed327 Update docker commands (#4291) 2017-08-22 16:37:51 -07:00
Misty Stanley-Jones 3bbdf58428 Hyper-V is not available on Windows 10 Home (#4290) 2017-08-18 21:35:51 -07:00
nemophila c70784edd0 Change EXPOSEd to published (#4253) 2017-08-17 14:27:01 -07:00
Victoria Bialas 815e8fc9dd fixed link to work on GitHub as well as website (#4170)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-08-11 10:33:14 -07:00
Wang Jie 5b44477e18 Update part3.md (#4131) 2017-08-10 15:05:58 -07:00
Wang Jie d2971dfd0d Update part3.md (#4119)
* Update part3.md

* Update part3.md
2017-08-10 10:55:22 -07:00
Wang Jie 18dfe73966 Update part6.md (#4121) 2017-08-08 14:47:43 -07:00
Wang Jie b068844949 Update part5.md (#4120) 2017-08-08 14:46:36 -07:00
Wang Jie cb18998846 Update index.md (#4118) 2017-08-08 14:44:38 -07:00
David Muganza 4ab7d191a8 Add missing word (#4063) 2017-08-01 11:52:32 -07:00
Victoria Bialas a922be3d0f Update admonitions CSS for consistency and better writer workflow (#4019) 2017-07-31 21:49:56 -07:00
Victoria Bialas a4f1cbd633 improve, clarify getting started tutorial steps (#3893)
* more copyedits

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

* copyedit

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

* copyedits and wording changes per reviews

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

* add back in explanation of Dockerfile commands

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

* Update part2.md
2017-07-24 18:49:44 -07:00
Misty Stanley-Jones 22e10b99f1 Fix Docker EE Windows links (#3789) 2017-07-03 12:15:28 -07:00
Victoria Bialas e471811997 fixed link (#3773)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-30 17:02:52 -07:00
Jochen ff3a209033 Update part5.md (#3725) 2017-06-30 16:58:29 -07:00
Misty Stanley-Jones 17e1da077b Tighten up base image and parent image terminology (#3720) 2017-06-28 11:56:41 -07:00
Tim Sorbera 59f1eceb8e update app.py to have consistent spacing (#3659)
shouldn't have both tabs and spaces in the same file
2017-06-22 16:36:27 -07:00
Taio Jia d0092e4660 Add notes (#3510)
* Add notes

After Docker Cloud Agent installed successfully, and run the `docker swarm init` and `docker swarm join` commands will got the errors, and can not register swarm with Docker Cloud.

```
*******************************************************************************
Docker Cloud Agent installed successfully
*******************************************************************************

You can now deploy containers to this node using Docker Cloud

ubuntu@test:~$ docker swarm init
docker: 'swarm' is not a docker command.
See 'docker --help'.

ubuntu@test:~$ sudo docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock dockercloud/registration
Unable to find image 'dockercloud/registration:latest' locally
latest: Pulling from dockercloud/registration
79650cf9cc01: Pull complete 
e720390eb80b: Pull complete 
7b619be6318c: Pull complete 
Digest: sha256:b0c89c6a446700394c7b85d93b9b1117e517504c64577586f535ceec353628e7
Status: Downloaded newer image for dockercloud/registration:latest
Error response from daemon: 404 page not found
```
So, `Use the Docker Cloud Agent to Bring your Own Host` does not support swarm mode.

* formatted note, clarified Cloud standard and swarm modes

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

* copyedits, rewrites

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

* copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-21 12:59:05 -07:00
Victoria Bialas 206977b90c clarify links to cloud topics (#3669)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-20 16:13:28 -07:00
Victoria Bialas bdc784a51e Get start streamline prereqs (#3628)
* streamlined get start prereqs

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

* copyedit for line spacing

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-16 11:52:54 -07:00
Kamlesh bc17693539 Create part4.md (#3610)
command line for list docker-machine has a missing hypen symbol '-'
2017-06-15 14:29:01 -07:00
Victoria Bialas 4dd375f587 added explanation of Compose files and commands (#3588)
* added explanation of Compose files and commands

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

* improved note content, formatting

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-13 15:17:17 -07:00
Andres Salgado 8524b3e493 Typos and unicode mistakes (#3557)
A typo and a unicode mistake was fixed.
2017-06-13 11:51:42 -07:00
Victoria Bialas 209bfaf52d copyedit of mdash, miscellaneous (#3584)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-12 19:33:43 -07:00
Victoria Bialas 4c05490bab Getstarted tweaks (#3294)
* getting started edits, improvements to flow

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

* added image of app in browser, more subtopics

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

* copyedit of Orientation

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

* copyedits, rewording, examples, additions for swarms and services

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

* review comments, troubleshooting hints and clarifications

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

* corrected cloud link to AWS beta swarm topic, added Azure

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-09 17:55:37 -07:00
Dave 88fa4dfde3 Fixed typo in docs (#3490) 2017-06-05 13:48:52 -07:00
joeabbey ecf3619e89 Update part4 (#3378)
* Update part4

Installation of VirtualBox should be in the requirements.

* Update part4.md
2017-05-25 16:57:46 -07:00
Ed Solis f42e3ff817 MInor spelling edit: Getting Started- Part 4 (#3344) 2017-05-22 12:54:46 -07:00
Chris Schooley efa5a4698a Update part3.md (#3305)
Following the steps above I spent several hours trying to "Troubleshoot slow Docker swarm performance" as each web server in my stack was taking 'forever' to respond to HTTP requests, but worked just fine when invoked directly. I noticed it was taking almost exactly 30 seconds every time, and when finishing the turorial (thus deploying Redis) I realized that the python apps were waiting for some kind of Redis timeout. After deploying with a working Redis service responses were quick as before.

As somebody new to Docker it would have been good to know that the web app itself (timing out for Redis) was causing the delay not the host system or docker configuration.
2017-05-19 15:46:14 -07:00
Aaron Shaver 832806bd06 Minor correction re round-robin load-balancing (#3288) 2017-05-19 15:37:57 -07:00
Alex Pulver 487bcdaf58 Align quotes coding style to double (#3263) 2017-05-17 12:36:01 -07:00
Rahiel Kasim 33cca5aa37 typo (#3256) 2017-05-14 20:52:46 +00:00
Shekhar Gulati 78e9d27cb5 Added timeout parameters so that request to application completes quickly (#2892)
This change will make sure request gets completed quickly. Without these it takes more than a minute for request to finish. This is especially important for beginners because they might not understand why request is taking so much time. Adding these parameters request completes quickly.
2017-05-10 09:59:10 -07:00
Michel Ruffieux bd18b17f4e Update part2.md (#3183) 2017-05-09 09:25:12 -07:00
Dara Kong 7b3108cc5c Fix IP address in getting started part 5 (#3200)
The docs incorrectly state how to access the web page app.  It should be accessed either node's IP address and NOT localhost.
2017-05-09 09:22:58 -07:00
Gabriel Baims fb8edddf49 Typo in redis port on docker-compose.yml example (#3153) 2017-05-04 22:41:33 +00:00
Martin Folkers 39f62ed0a1 Update part2.md (#3129) 2017-04-30 12:27:30 +00:00
Shlomi Izikovich 5b993445b0 Update part3.md (#3114) 2017-04-28 19:31:30 +00:00
John Mulhausen 9c95f929f5 Update part4.md 2017-04-26 14:16:00 -07:00
John Mulhausen c7737977f2 Update index.md 2017-04-26 13:55:25 -07:00
Victoria Bialas 48662e3d0a updating docker version command (#3058)
To get the output shown in the example, you need to run `docker --version` (`docker version` gives  you the long form version output)
2017-04-25 15:07:19 -07:00