Commit Graph

168 Commits

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