Commit Graph

38 Commits

Author SHA1 Message Date
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
CrazyMax
2bac3f3b6c build: merge dockerfile creation page in build section
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-25 19:46:23 +02:00
CrazyMax
271f8c3de5 build: merge build enhancements page in build section
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-25 19:46:23 +02:00
CrazyMax
561118ec5b rename docs repository
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-09-29 11:07:53 +02:00
craig-osterhout
49597b8bbd add depends_on 2022-09-14 10:11:24 -07:00
Craig Osterhout
cf480fae08 rename branch and add note (#15378) 2022-08-23 13:43:03 -07:00
gaoagong
e097432e2c Word Change (#15420) 2022-08-18 11:46:53 -07:00
Craig Osterhout
8b5cf33e2f fix formatting for issue 15365 (#15368) 2022-08-12 10:01:05 +01:00
Craig Osterhout
4231acfd40 [ENGDOCS-864] Update java language-specific guide (#15269)
* Updated java guide

* Update language/java/develop.md

Co-authored-by: Guillaume Lours <guillaume@lours.me>

* Update language/java/develop.md

Co-authored-by: Guillaume Lours <guillaume@lours.me>

* moved multi-stage Dockerfile to develop section

Co-authored-by: Guillaume Lours <guillaume@lours.me>
2022-08-03 13:55:57 -07:00
Allie Sadler
ab0dee78a2 merge dashboard and user manual (#15145)
* merge dashboard and user manual

* fix broken links

* fix broken links

* fix broken links

* updates

* fixes
2022-07-19 15:40:54 +01:00
CrazyMax
2482f8ce04 Remove unneeded <br> HTML tags
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-14 19:54:47 +02:00
Sebastiaan van Stijn
cc62b154b8 language/java: fix code-hint to use the correct language
This block now shows java code, so changing the code-hint to make
sure it's highlighted correctly.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-12 11:56:01 +02:00
Usha Mandya
3e55e4ab63 Merge pull request #14352 from giudega/updateTests
removed reference to code line
2022-04-08 11:25:28 +01:00
Giuseppe De Gaetano
60bd96d506 Merge branch 'docker:master' into master 2022-03-27 23:24:03 +02:00
OusSaidi
c8d0d5c8f8 Fix small typo 2022-03-17 16:41:46 +01:00
Giuseppe De Gaetano
03cd16c2df removed reference to code line 2022-03-06 23:51:45 +01:00
Giuseppe De Gaetano
64ffe96450 removed reference to code line number 2022-03-06 19:55:48 +01:00
David Humphrey
929daf72d6 Update run-tests.md
Fixed a couple of typos.
2021-11-26 21:32:20 -05:00
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