86cbe28510
Replaces ADD with COPY in the COPY section
...
Possibly a typo from reusing text from the ADD section.
Signed-off-by: Hugo Gabriel Eyherabide <hugogabriel.eyherabide@gmail.com >
2020-08-04 19:10:23 +03:00
5dd9bd4c2c
docs: remove docs for —-from=index
...
Naming stages is the preferred method for using
multi-stage builds.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2020-07-27 15:56:23 -07:00
6776f7cdcd
docs/builder: add note about handling of leading whitespace
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-07-01 15:35:59 +02:00
0f7260d1c7
Fix broken link
...
Signed-off-by: Daisuke Ito <itodaisuke00@gmail.com >
2020-06-16 10:19:16 +09:00
ef414633d6
Update dead link and add missing info on COPY
...
1. Fix dead URL to [Dockerfile best practices](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#leverage-build-cache ).
2. Add missing information about cache invalidation by `COPY`. It works in the same way as in the case of `ADD`. Informing only about the `ADD`s behavior is misleading as one can infer that these two directives differ in this regard.
3. Add missing info on RUN cache invalidation by COPY
Signed-off-by: Maciej Kalisz <maciej.d.kalisz@gmail.com >
2020-05-01 18:23:17 +02:00
bc58d655c0
builder: fix broken link
...
This link was broken when generating the documentation (due to
a bug in Jekyll not converting wrapped internal links)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-04-30 21:46:11 +02:00
116c9a1f59
docs: fix links, and minor markdown touch-ups
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-04-30 00:17:28 +02:00
16730a2ab6
docs/builder: touch up markdown, and some minor rephrasing
...
- add code-fences with code-hints so that the right hightlighting is applied
- replace `*` for `-` in bullet-lists for consistency with other parts of the
documentation.
- reduced number of "notes", either by combining some, or by changing some
to regular text.
- removed "line numbers" from some examples, because there's only four lines,
which should not need really need line numbers.
- reformat some notes to our new format
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-04-19 17:52:55 +02:00
7557c138d7
Adding missing title in builder.md
...
addresses https://github.com/docker/docker.github.io/issues/9691
Signed-off-by: hsam <hfsam88@gmail.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-03-31 16:14:35 +02:00
824a9ce64b
docs: update code-hints for compatibility with "rouge"
...
Unlike GitHub's web-UI, the "rouge" hightlighter used in our
online documentation is case-sensitive. As a result, code-blocks
having the Dockerfile (uppercase) code-hint were not highlighted.
This changes those to use lowercase, which is supported by both.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-03-17 15:01:52 +01:00
c6d10b6da0
Merge pull request #2091 from mikesir87/user-group-info
...
Add clarification when using USER UID:GID
2020-01-16 15:24:28 +01:00
43c131f0ae
Merge pull request #2238 from thaJeztah/carry_platform_docs
...
docs: document from platform (carry 2003)
2020-01-06 15:22:36 +01:00
ce42168940
docs: document from platform
...
Co-Authored-By: Tibor Vass <tiborvass@users.noreply.github.com >
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-01-03 17:25:28 +01:00
54d085b857
Merge pull request #2202 from adrian-plata/builder-links
...
Fixing some links and deleting an older page reference
2019-11-26 21:36:49 +01:00
8195512206
Fixing some links and deleting an older page reference
...
Signed-off-by: Adrian Plata <adrian.plata@docker.com >
2019-11-21 10:52:50 -08:00
937ce69b42
Adjusting glossary reference and clarrifying the start of a Dockerfile
...
Signed-off-by: Brandon Mitchell <git@bmitch.net >
2019-10-10 17:03:48 -04:00
b3a1681fd8
Add clarification when using USER UID:GI
...
Signed-off-by: Michael Irwin <mikesir87@gmail.com >
2019-09-16 11:41:29 -04:00
e9ada56a88
builder.md: Correct copy/paste error
...
Signed-off-by: Daniel Cassidy <mail@danielcassidy.me.uk >
2019-07-22 16:29:04 +01:00
83aeb219f0
buildkit reference docs
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
Signed-off-by: Tibor Vass <tibor@docker.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2018-11-21 16:41:33 +01:00
cc316fde55
Documenting ENTRYPOINT can empty value of CMD
...
Signed-off-by: Brandon Mitchell <git@bmitch.net >
2018-11-17 10:10:15 -05:00
2b0fdd0f17
Docs: Add Spaces Around Parenthesis Where Needed
...
Signed-off-by: Alex Mayer <amayer5125@gmail.com >
2018-09-28 17:40:22 -04:00
a2bb62683d
Fix doubled word in note
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
2018-01-31 13:05:58 -08:00
01b521c002
Update buidler ENV docs
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
2018-01-17 16:55:07 -05:00
90cfa01889
Fix stray quote in builder.md
...
Signed-off-by: Taylor Brown <taylorb@microsoft.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2018-01-16 22:51:57 +01:00
7e465d1b09
Fix repeated "for" in docs/reference/builder.md
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2018-01-08 12:33:06 +01:00
db572ec4ab
Document EXPOSE UDP syntax
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
2018-01-04 16:16:06 -08:00
12765c318f
Merge pull request #467 from estesp/chown-flag-docs
...
Add docs for Dockerfile ADD/COPY --chown flag
2017-11-29 09:28:30 -08:00
032f676717
Fixed typo under User section
...
Signed-off-by: root <root@clientele.co.za >
Signed-off-by: Squeegels <lmscrewy@gmail.com >
Signed-off-by: Squeegels <1674195+squeegels@users.noreply.github.com >
2017-11-17 09:47:41 +02:00
cc35724c17
Adding note about creating Windows users
...
Signed-off-by: Patrick Lang <plang@microsoft.com >
2017-11-13 11:43:38 -08:00
bdd1b1e279
Fix grammar
...
Signed-off-by: Mikhail Vasin <michaelvasin@gmail.com >
2017-11-11 16:15:15 +03:00
c3fe9d85ef
fix a number of minor typos
...
Fix 19 typos, grammatical errors and duplicated words.
These fixes have minimal impact on the code as these are either in the
doc files or in comments inside the code files.
Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com >
2017-10-31 15:21:51 +05:00
92afc3f474
Merge pull request #623 from johndmulhausen/master
...
Removing titles from md files
2017-10-30 14:01:58 +01:00
e49e1ea739
Update info on labels
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
2017-10-16 10:10:49 -07:00
4a5db8d27e
Removing titles from md files
...
Signed-off-by: John Mulhausen <john@docker.com >
2017-10-13 15:24:06 -07:00
a83b9f102b
Add docs for Dockerfile ADD/COPY --chown flag
...
Document the new `--chown` flag added to the ADD and COPY commands in
the Dockerfile format.
Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com >
2017-10-05 12:35:01 -04:00
45c9b9b6c1
Fix GitHub spelling
...
Signed-off-by: Frieder Bluemle <frieder.bluemle@gmail.com >
2017-10-05 01:14:31 +08:00
dd95731a21
Added docker documentation for Expose
...
Signed-off-by: Rubens Figueiredo <r.figueiredo.52@gmail.com >
2017-08-23 16:12:46 -07:00
6d85a4f5f8
Fix repo references in docs
...
Since CLI was moved to a separate repo, these references are incorrect.
Fixed with the help of sed script, verified manually.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2017-07-28 10:32:42 -07:00
ad5d035988
More about ARG and build stages.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
2017-07-14 16:59:21 -04:00
2880030814
Clarify docs about ARG in FROM
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
2017-07-14 16:55:42 -04:00
4f3a8aecad
Fix typo (proceed -> precede)
...
Signed-off-by: Valentin Lorentz <progval+git@progval.net >
2017-07-07 13:17:15 +02:00
29b419eed5
Some builder docs improvements
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2017-06-29 14:20:16 -07:00
a84463d8d5
docs/reference/builder.md: mention that USER directive also allows to specify the user group.
...
Signed-off-by: Slava Semushin <semushin@redhat.com >
2017-06-14 15:49:37 +02:00
5bf86c1984
Merge pull request #32735 from bhavin192/patch-1
...
Add note about host-dir in VOLUME
(cherry picked from commit f2fff9d913a8ab0436dd56033189a7c3713a59a2)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit 8fd6547fc3eb67e7efa7efb007ae6a4494cd2bb3)
Signed-off-by: Tibor Vass <tibor@docker.com >
2017-06-14 02:48:46 +00:00
7955683eb2
Merge pull request #32684 from scjane/patch-3
...
Update builder.md
(cherry picked from commit 831066337743fc29ff122fce51afe44b8b3b3ba9)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit bc66821abbcf50c721ce9b8f52b339fda102d389)
Signed-off-by: Tibor Vass <tibor@docker.com >
2017-06-14 02:48:46 +00:00
c6e78b9c5f
Document arg before from
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
2017-06-02 00:11:05 +00:00
6e40868ade
Add Dockerfile reference docs for using ARG in FROM
...
Also fixed some examples of using `docker build` to clarify that the
positional argument is a directory, not a file.
Also fixed some terminology. Dockerfiles contain instructions, not directives or
commands.
Signed-off-by: Daniel Nephin <dnephin@docker.com >
2017-06-02 00:11:03 +00:00
29dd51d2a8
Add docs for named build stages
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2017-06-02 00:11:02 +00:00
c5071b94da
Added start period option to health check.
...
Signed-off-by: Elias Faxö <elias.faxo@gmail.com >
2017-06-02 00:11:02 +00:00
35cc51b4f6
remove the duplicate line from doc and rebase with master for 'example of ADD and COPY with special characters file name'
...
Signed-off-by: Foysal Iqbal <foysal.iqbal.fb@gmail.com >
2017-06-02 00:10:59 +00:00