Dan Bamikiya
2452b40e9a
Remove usage of outdated `GHCR_TOKEN` ( #13710 )
...
* Remove usage of outdated GHCR_TOKEN
* Prefer {{ github.actor }} over {{ github.repository_owner }}
* Update language/java/configure-ci-cd.md with note about GITHUB_TOKEN
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Update language/nodejs/configure-ci-cd.md with note about GITHUB_TOKEN
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Update language/python/configure-ci-cd.md with note about GITHUB_TOKEN
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-11-26 12:38:53 +00:00
Usha Mandya
57639274cd
Update build-images.md
2021-11-17 14:33:01 +00:00
Ralph Bodenner
b90deff361
Clearer purpose and contents for .dockerignore
...
I had to read the original paragraph a few times and search for docs on the file's purpose to understand what this step entailed. So here's another try at an explanation of what to do and why, with a hint about best practice.
2021-11-10 23:48:18 -08:00
Sebastiaan van Stijn
d7e9ac275f
Some touch-ups in language get-started
...
- wrap lines in the java and golang getting started
- make the "test on the host" step in the Java getting started "optional". This
allows users to try the tutorial without requiring them to set up a functional
Java environment on their host. (i'm planning on making similar changes in
the other language guides).
- use `docker <object> <action>` in some examples (but mention the corresponding
shorthands); this may help understand the relation between the `<action>` and
what kind of `<object>` we're acting on (tag an _image_, remove an _image_).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-13 16:30:58 +02:00
Sebastiaan van Stijn
d1fbf5c959
guides: use include for "create a Dockerfile" sections
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-25 13:42:32 +02:00
Sebastiaan van Stijn
38b629bcb2
language/java: 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:58 +02:00
Usha Mandya
d7bd7353b3
Add K8s to the deploy app section
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-03 14:20:27 +01:00
Usha Mandya
b1674e814e
Update get started docs to use BuildKit for building images
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-23 12:06:18 +01:00
Usha Mandya
b0022ea68e
Fix a grammar issue ( #13212 )
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-21 16:16:18 +01:00
theBeginner86
7681fec4b7
Typos fixed
2021-07-14 02:01:27 +05:30
Makoto Oda
a6aeb2c34b
Update develop.md ( #12951 )
...
`e` missed
2021-06-11 11:21:02 +01:00
Usha Mandya
722d9e5646
Merge pull request #12981 from dhasanbasic/patch-1
...
Minor fixes in the run-tests.md
2021-06-11 10:53:47 +01:00
Usha Mandya
6a50cbf45f
Merge pull request #12950 from ecormaksin/patch-1
...
Update develop.md
2021-06-11 10:49:59 +01:00
dhasanbasic
81135b4f30
Minor fixes in the run-tests.md
...
Fixed line numbers in example, as two lines 57 were shown and it was not obvious which line needs to be changed.
Removed profile argument from example outputs, as the corresponding Dockerfile examples for the test image do not have it.
2021-06-09 00:23:22 +02:00
Makoto Oda
cded1572a7
Update run-containers.md
...
verb missed
2021-06-05 14:36:16 +09:00
Makoto Oda
e26135b7d9
Update develop.md
...
data volume name does not match to the following command
2021-06-04 00:12:18 +09:00
unknown
383a04a6cf
fix typo
2021-05-06 13:02:18 -05:00
AJ Bovaird
496ac045d4
Fix YAML indentation for java CI/CD guide
2021-04-27 10:51:30 -04:00
Usha Mandya
27b31d4758
Add Java get started guide ( #12725 )
...
* Adg Java get started guide
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
* Address review comments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
* Fix alignment issues
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
* Fix style issues
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-26 09:37:29 +01:00
Usha Mandya
ba395bed07
Add reference architecture docs
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-18 12:07:55 +00:00