Peter Hauke
05e462bd2b
Add output from a successful test run ( #17793 )
...
Add output from a successful test run -- because the error output from a failed test run was presented above
2023-07-21 09:48:57 -07:00
Peter Hauke
c52ceff34d
Fix typo
2023-07-21 08:27:37 +02:00
Craig Osterhout
633c6be951
update nodejs langauge guide ( #17659 )
...
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-07-05 07:16:22 -07:00
John Bampton
b3efa5a257
docs(whitespace): standardize `CMD` example commands ( #17033 )
2023-04-06 08:56:38 -07:00
Craig Osterhout
dd1f3331eb
update node version ( #16758 )
2023-02-22 08:10:59 -08:00
Arinze Chianumba
f85256ee43
fixes "Command 'docker-compose' not found" error.
...
This commit fixes the error thrown due to a typo in the command docker-compose -f docker-compose.dev.yml up --build. The correct command is docker compose -f docker-compose.dev.yml up --build without the hyphen between 'docker' and 'compose' in the command sequence.
2022-11-04 16:18:05 +01:00
CrazyMax
561118ec5b
rename docs repository
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-09-29 11:07:53 +02: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
seungwonleee
5131e29bfd
Fix typo Language-specific guides / Nodejs / Run your tests
2021-11-06 02:30:41 +09:00
Sebastiaan van Stijn
60bb48a6a1
language/nodejs: 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:59 +02:00
Usha Mandya
86d0ee1607
Merge pull request #13221 from usha-mandya/engdocs-453
...
Update get started docs to use BuildKit for building images
2021-07-28 22:54:46 +01:00
Usha Mandya
5d8ed04758
Wrap lines in buildkit example
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-28 17:01:14 +01:00
Usha Mandya
3a7a582e4e
Add buildkit example for Nodejs run tests
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-23 13:03:49 +01:00
QKflame
16e3321138
Update run-tests.md
2021-07-14 23:47:32 +08: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
Sebastiaan van Stijn
a463d3290f
use primary-btn instead of outline-btn
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-13 16:34:01 +02:00
Usha Mandya
62fb3155ca
Merge pull request #12218 from matt-continuousdelta/patch-2
...
Clarify instructions
2021-02-17 14:05:37 +00:00
Matthew McClure
f7a25beac4
Reduce inconsistencies with previous step
...
Adapt instructions so that the process follows more naturally from the previous step.
2021-02-01 15:12:41 -05:00
Usha Mandya
4b828eeaed
Update links and remove extra spaces
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-29 17:09:03 +00:00
Usha Mandya
92b50927ea
Add steps to start app in debug mode
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-19 10:50:28 +00:00
Usha Mandya
958dea68c0
Add step to install Mocha test framework
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-18 18:44:16 +00: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