Craig Osterhout
e2ce6c5a8f
get-started freshness ( #17895 )
...
* refresh get started guide
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-10 11:39:35 -07:00
Craig Osterhout
045bac977f
get-started: move app repo ( #17771 )
...
* update get started app repo
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-08-01 11:53:53 -07:00
Chris Klanac
50ea31a03d
Update 02_our_app.md
...
The `-d` flag is (short for `--detach`)
2023-06-27 16:01:03 -04:00
David Karlsson
aee91fdaba
get-started: update port mapping examples
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-06-07 13:35:07 +02:00
Craig Osterhout
3bdca8594f
Updated get-started: storage GUI, git bash, format issues
...
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-06-02 09:52:41 -07:00
Allie Sadler
cb3c7b7088
ENGDOCS-1289 ( #17083 )
2023-04-11 13:17:19 +01:00
Shubham Kshetre
32d1e7a8f6
Improvements: Clarity of sentences ( #16991 )
...
* Improvement with clarity of sentences
2023-03-28 10:29:43 -07:00
Craig Osterhout
9a91ee7245
Add cli option to get started part 2 ( #16807 )
...
* add cli option to get start part 2
2023-03-02 08:52:11 -08:00
Chris Chinchilla
5f613c757a
Draft
2023-03-01 12:51:40 +01:00
Salim Djerbouh
b35abe2a3d
Comply to convention ( #16695 )
...
As per [the docs](https://docs.docker.com/engine/reference/builder/#parser-directives:~:text=Convention%20is%20also%20to%20include%20a%20blank%20line%20following%20any%20parser%20directives .)
> Convention is also to include a blank line following any parser directives.
2023-02-09 15:25:26 +00:00
Allie Sadler
f956ab6552
Improve alt text on images ( #16484 )
2023-01-10 16:28:46 +00:00
Craig Osterhout
71f5322f46
Add syntax directive to get started Dockerfile ( #16299 )
...
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2022-12-08 16:39:53 +01:00
xd
b40a8effd4
Update 02_our_app.md
...
node:12-alpine -> node:18-alpine
2022-11-30 09:38:53 +08:00
craig-osterhout
fdc72f8a89
update get started app
2022-11-28 10:11:50 -08:00
Craig Osterhout
da7b60072d
[ENGDOCS-1012] Get started refresh part 1 & 2 ( #15965 )
...
* get started refresh part 1 and 2
2022-10-27 15:32:47 -07:00
Craig Osterhout
f01d1bc739
[Issue 15934] Update get started dockerfile steps ( #15944 )
...
* update dockerfile steps
2022-10-21 14:24:10 -07:00
Craig Osterhout
8ebd41f2f6
add nav buttons and fix title ( #15890 )
2022-10-20 09:46:57 -07:00
Craig Osterhout
22c6f6c273
[Issue 13005] Add folder name for where to create Dockerfile ( #15891 )
...
* add app folder reference
* remove 'if you havent done so' wording
2022-10-18 07:37:43 -07:00
Craig Osterhout
820366d4bf
In getting started part 2, added direct download link for the app zip and updated the repo link as there is no way to download from within the directory. ( #15175 )
2022-07-27 13:05:29 -07:00
Eric Shinn
a08aca98fb
grammar edit ( #14841 )
2022-05-30 14:14:08 +01:00
knoldus
1b9c94b166
added expose in file
2022-02-14 14:51:50 +05:30
Peter Hui
eaee465145
added missing fullstop
2022-01-10 22:50:05 -08:00
Miroslav Tomasik
93bd69ac03
Update 02_our_app.md
2021-12-06 15:08:18 +01:00
Stefan Scherer
3ff899c68d
Fix python3 dependency
...
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-11-10 17:21:46 +01:00
Sebastiaan van Stijn
b724f2c44d
fix code-highlighting in "get started"
...
Indentation in some bullet-lists had one space too little, causing
code-highlighting to not work.
Also fixed some other minor issues.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-17 22:20:21 +02:00
Sebastiaan van Stijn
7b2f0e92bc
get-started: use "console" for shell examples
...
This allows for easier copying of the commands, without selecting the
prompt.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:19:23 +02:00
Usha Mandya
c360e63834
Merge pull request #12650 from a-dpq/patch-1
...
Update 02_our_app.md
2021-04-23 10:31:14 +01:00
Sebastiaan van Stijn
e22984f7d4
use Dockerfile "syntax" directive in examples
...
BuildKit allows using alternative Dockerfile syntaxes to introduce new features
without having to update Docker itself. The general recommendation is to always
specify a "syntax" directive in a Dockerfile, so that (if needed) older versions
of Docker can download the correct syntax to build the Dockerfile.
This updates our examples to include a syntax directive, to make users more familiar
with these directives, and to illustrate best-pracitces in our documentation.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-20 10:19:12 +02:00
a-dpq
be8e82e234
Update 02_our_app.md
...
A lot of exclamation points were used in this text. I've removed them where they don't seem to add any important emphasis.
2021-04-10 23:03:03 +02:00
Bunyamin Shabanov
c15bac6288
Update documentation ( #12362 )
...
* Update documentation
Update documentation due to changes in https://github.com/docker/getting-started/pull/104
* fix(dockerfile): made one file content
2021-03-18 16:37:39 +00:00
Usha Mandya
60624cfb4a
Fix indentation, broken links
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-02 16:44:47 +00:00
Usha Mandya
dc7352020e
Get started docs improvements
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-02 12:51:46 +00: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
Ben De St Paer-Gotch
23dfb9c9f7
Fixing various typos
2020-12-18 10:41:28 +00:00
Ben De St Paer-Gotch
838930ad96
Adding general docker getting started to docs
2020-12-02 13:08:51 +00:00