Commit Graph

57056 Commits

Author SHA1 Message Date
David Scott b9cb50197e
desktop: advertise experimental "self-diagnose" tool in 3.6.0 (#13326)
* desktop: advertise experimental "self-diagnose" tool in 3.6.0

Signed-off-by: David Scott <dave.scott@docker.com>

* Update docker-for-mac/troubleshoot.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update docker-for-windows/troubleshoot.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* desktop: ask for feedback on self-diagnose in for-mac/for-win

Signed-off-by: David Scott <dave.scott@docker.com>

* Update docker-for-mac/troubleshoot.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update docker-for-windows/troubleshoot.md

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-08-11 17:35:22 +01:00
Usha Mandya b2625fab82
Merge pull request #13315 from usha-mandya/engdocs-451
Add docs for Volumes UI updates
2021-08-11 17:35:01 +01:00
Usha Mandya 24d3ec48dd
Merge pull request #13318 from usha-mandya/engdocs-466
Update Compose v2 docs
2021-08-11 17:34:47 +01:00
Sebastiaan van Stijn 99d00a010b
Add "go" redirect for deprecated engine features
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-11 18:33:14 +02:00
Usha Mandya 93d8d89d44
Revert "Revert "Disable hardware acceleration option"" 2021-08-11 15:13:30 +01:00
Usha Mandya fffaf2d771
Merge pull request #13327 from usha-mandya/faq-link-patch
Fix a typo in the URL
2021-08-11 14:24:33 +01:00
Usha Mandya ecb5f5068b Fix a typo in the URL
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-11 11:47:23 +01:00
Usha Mandya 0f7b1f872b Add docs for Volumes UI updates
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-10 23:36:25 +01:00
Usha Mandya e4eb736971
Merge pull request #13323 from docker/master
Publish updates from master
2021-08-10 18:19:46 +01:00
Usha Mandya 2ec0562f7f
Merge pull request #13322 from usha-mandya/engdocs-467
Move billing docs one level up and rename billing to subscription
2021-08-10 18:09:31 +01:00
Usha Mandya 32dee2df8d Move billing docs one level up and rename billing to subscription
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-10 16:37:32 +01:00
jerae-duffin a6a0e43634
fixed broken link (#13316)
* fixed broken link

* Updated the relative path

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-08-10 16:15:52 +01:00
Usha Mandya 3b40c60b3c Update Compose v2 docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-10 12:41:20 +01:00
Djordje Lukic a06b393120 Use https:// for all examples instead of git@
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2021-08-10 11:30:54 +02:00
Guillaume Tardif a42ce9e909 Remove obsolete known issue
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2021-08-09 17:21:21 +02:00
Sebastiaan van Stijn 8704512895
Merge pull request #13311 from docker/master
Publish updates from master
2021-08-09 15:59:11 +02:00
Usha Mandya 718ce37c2a
Merge pull request #13310 from thaJeztah/engine_release_md_fix
engine: fix incorrect Markdown link in release notes
2021-08-09 13:40:59 +01:00
Usha Mandya f8b702d58e
Merge pull request #13309 from thaJeztah/remove_kitematic
Remove Kitematic docs, as it's deprecated
2021-08-09 13:40:12 +01:00
Sebastiaan van Stijn c624b7e0cb
engine: fix incorrect Markdown link in release notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-09 13:23:09 +02:00
Sebastiaan van Stijn e782f74758
Remove Kitematic docs, as it's deprecated
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-09 12:58:36 +02:00
Sebastiaan van Stijn 5f82be64e7
Merge pull request #13303 from alfredocambera/patch-1
Update resources.md
2021-08-09 12:40:26 +02:00
DJ Adams 5dd725fb4f
add explicit instruction to stop local server (#13235)
* add explicit instruction to stop local server

This relates to the [Test the application section of the Build images tutorial](https://docs.docker.com/language/nodejs/build-images/#test-the-application). 

In this section, `node server.js` is used to start the server locally. The reader is not instructed to stop the server. 

In the [Run containers](https://docs.docker.com/language/nodejs/run-containers/) tutorial that follows this one, the reader is instructed to start up the container, and try to access `http://localhost:8000/test` which is now being served from the Node.js process inside the container. However, if the local Node.js process from the `node server.js` invocation earlier, they won't see the "Failed to connect to localhost port 8000" error which they're supposed to see. 

So this modification adds an explicit instruction to the "Build containers" tutorial to stop the `node server.js` process, to avoid any potential confusion in the "Run containers" tutorial.

Great tutorials, btw!

* show what happens with Ctrl-c

add suggestions from @thaJeztah, plus the same language identifier on the triple-backtick quoted output earlier (`console`).

* Minor styling updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-08-09 11:26:37 +01:00
Foster Snowhill ac04f7b0a0
Release notes: fix incorrect header level for 20.10.8 Swarm 2021-08-08 18:01:23 +02:00
Alfredo Cambera dfe4874233
Update resources.md
This course isn't receiving new participants.
2021-08-07 19:18:26 -05:00
Sebastiaan van Stijn 31ef27a552
Merge pull request #13302 from SpringMT/master
Add awslogs logging driver options awslogs-force-flush-interval-seconds and awslogs-max-buffered-events
2021-08-07 17:31:24 +02:00
Makoto Haruyama f007259316 Add awslogs logging driver options awslogs-force-flush-interval-seconds and awslogs-max-buffered-events 2021-08-07 22:35:53 +09:00
Sebastiaan van Stijn 0e183e8201
Merge pull request #13300 from docker/master
Publish updates from master
2021-08-06 19:43:43 +02:00
Nicolas De loof 90bb8c20b2
document compose.v2 linux installation as a CLI plugin (#13289)
* document compose.v2 linux installation as a CLI plugin

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-08-06 18:39:04 +01:00
Usha Mandya 67a5869d7e
Merge pull request #13299 from thaJeztah/more_copy_pasta
"console-idate" shell examples
2021-08-06 17:54:30 +01:00
Sebastiaan van Stijn 387239318b
docsarchive: 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:20:08 +02:00
Sebastiaan van Stijn ae3b5b66f9
compose: 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:20:07 +02:00
Sebastiaan van Stijn ac1be36710
compose/reference: 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:20:07 +02:00
Sebastiaan van Stijn c35a6abc42
docker-for-windows: 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:20:06 +02:00
Sebastiaan van Stijn c55df2d39b
docker-for-mac: 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:20:05 +02:00
Sebastiaan van Stijn fbfa187a83
config: 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:20:05 +02:00
Sebastiaan van Stijn 07620d95f2
ci-cd: 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:20:04 +02:00
Sebastiaan van Stijn 8e8280a57e
docker-hub: 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:20:03 +02:00
Sebastiaan van Stijn a574227c8d
desktop: 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:20:03 +02:00
Sebastiaan van Stijn 116e3a838f
engine: 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:20:02 +02:00
Sebastiaan van Stijn 9991771180
engine/security: 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:20:01 +02:00
Sebastiaan van Stijn 2477916f59
engine/api: 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:20:01 +02:00
Sebastiaan van Stijn 74460241f8
language/python: 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:20:00 +02: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
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
Sebastiaan van Stijn 0ceace875d
language/golang: 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
Sebastiaan van Stijn 954f1c1fe8
registry: 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:57 +02:00
Sebastiaan van Stijn 3b71231970
engine/swarm: 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:56 +02:00
Sebastiaan van Stijn ba54a6519e
develop/develop-images: 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:55 +02:00
Sebastiaan van Stijn 859923171c
config/containers: 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:30 +02:00
Sebastiaan van Stijn 4068208b74
network: 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:25 +02:00