Commit Graph

177 Commits

Author SHA1 Message Date
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