Commit Graph

55796 Commits

Author SHA1 Message Date
Usha Mandya dda97d0fe9
Minor style update 2021-03-25 15:29:17 +00:00
Usha Mandya 3d615063b8
Merge pull request #12563 from longqua69/patch-3
doc: clarify the description of NodeJS guides
2021-03-25 15:25:10 +00:00
Usha Mandya 8bf9e92a24
Update port number
Updated the port number to demonstrate connecting from a container port to a host port
2021-03-25 15:23:27 +00:00
Usha Mandya 0dfb161834
Merge pull request #12573 from docker/nebuk89-patch-2
Add 50k fair usage link to service accounts page
2021-03-25 14:32:19 +00:00
Usha Mandya d9d78d0572
Minor style update 2021-03-25 14:20:40 +00:00
Ben De St Paer-Gotch 5796cdb825
Add 50k fair usage link to service accounts page 2021-03-25 14:12:42 +00:00
Usha Mandya ee6050f35a
Merge pull request #12569 from usha-mandya/docker-scan-note-patch
Docker scan docs: Minor style update
2021-03-25 13:32:08 +00:00
Usha Mandya d0db4afec8
Merge pull request #12571 from itamarst/patch-1
Stop telling people not to install security updates
2021-03-25 13:28:34 +00:00
Itamar Turner-Trauring bce3cbf09d
Stop telling people not to install security updates 2021-03-25 08:41:05 -04:00
Usha Mandya 0c87bc827c
Merge pull request #12570 from usha-mandya/docs-footer
Remove a link from the footer
2021-03-25 12:34:36 +00:00
Usha Mandya 98b2885ff8 Remove a link from the footer
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-25 11:52:56 +00:00
Usha Mandya 3db32ba9b4 Minor style update
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-25 11:47:37 +00:00
zhengwu 8cfdf0228b doc: Typos 2021-03-25 09:14:32 +08:00
Usha Mandya 9f694d10a3
Merge pull request #12565 from usha-mandya/docker-scan-note-patch
Remove beta note from Docker scan doc
2021-03-24 19:52:50 +00:00
Usha Mandya 055127bc81 Remove beta note from Docker scan doc
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-24 19:47:04 +00:00
Usha Mandya d22d33333f
Merge pull request #12557 from usha-mandya/engdocs-399
Reorganize Docker scan docs
2021-03-24 19:27:07 +00:00
Anh Tran 8c5aeac4a3
doc: clarify the description of NodeJS guides 2021-03-24 23:59:53 +07:00
Usha Mandya 654c0e613a
Merge pull request #12538 from longqua69/patch-1
doc: clarify the docs
2021-03-24 16:51:08 +00:00
Usha Mandya 6834f5f230
Merge pull request #12560 from usha-mandya/engdocs-398
Consolidate Kube deploy docs
2021-03-24 16:42:57 +00:00
Usha Mandya 9e5ddcbaf1
Merge pull request #12559 from StefanScherer/clean-python
Fix Python tutorial
2021-03-24 15:17:04 +00:00
Usha Mandya cc04246252 Consolidate Kube deploy docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-24 15:10:35 +00:00
Stefan Scherer 57ed6ccb21
Fix some commands to make tutorial work
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-24 15:49:28 +01:00
Matthijs Boonstra 7e1554b500
Update develop.md
Quick grammar fix: run -> runs
Set the mysql server to use the root password as used in the Flask application

Changed checking the MySQL server from using `docker run` to `docker exec` since you want to log in to the existing mysql container. Added the password as set by the previous `docker run` command.

Changed @app.route to `initdb`, the path used in later parts of the tutorial.

(cherry picked from commit 473930c972)
2021-03-24 15:36:30 +01:00
Stefan Scherer 313595cd19
Use port 5000
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-24 15:33:04 +01:00
Usha Mandya 6eddfb8e66
Merge pull request #12371 from mradamt/master
Update code snippets, typo, formatting
2021-03-24 14:28:33 +00:00
Usha Mandya 1651a230de Reorganize Docker scan docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-23 22:55:33 +00:00
Anca Iordache 0effb9f46e
Update release notes for docker-compose 1.28.6 (#12553)
* Release notes updates for docker-compose 1.28.6

Signed-off-by: Anca Iordache <anca.iordache@docker.com>

* Fixed a typo

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-03-23 21:46:12 +00:00
Anca Iordache cc6762ecd3
Update docs on Compose environment files (#12514)
* Reorganize sections for variable substitution and document .env file path change for `1.28`

Signed-off-by: Anca Iordache <anca.iordache@docker.com>

* Minor style edits

* Minor style edits

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-03-23 21:42:08 +00:00
Stig124 830a0071ad
Debugging the codeblock in the Linux install for Compose CLI (#12551)
* Fixed the codeblock in cli_command.md

* Add a prompt to ensure the command is selectable

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-03-23 21:37:57 +00:00
Usha Mandya daea78117c
Merge pull request #12552 from djs55/m1-inotify
Apple Silicon: inotify APIs don't work under qemu
2021-03-23 13:59:30 +00:00
David Scott 2e39af0a86 Apple Silicon: inotify APIs don't work under qemu
Signed-off-by: David Scott <dave.scott@docker.com>
2021-03-23 11:17:42 +00:00
Usha Mandya 225a6efb1c
Merge pull request #12549 from usha-mandya/hub-relnote-patch
Update Image management release date
2021-03-22 18:46:43 +00:00
Usha Mandya 8096eba0b3 Update Image management release date
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-22 18:42:06 +00:00
Usha Mandya 5d495c3a7a
Merge pull request #12502 from usha-mandya/image-dashboard-patch
Add image management docs
2021-03-22 18:30:14 +00:00
Usha Mandya f38f8a9d77
Merge pull request #12390 from zappy-shu/HUB-5154-images-api
Add initial image dashboard API docs
2021-03-22 18:29:26 +00:00
Usha Mandya aa7484bb17
Merge pull request #12532 from usha-mandya/billing-patch
Add container pull limits
2021-03-22 14:10:45 +00:00
Usha Mandya 3368e13c76 Add link to API docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-22 14:06:51 +00:00
Piotr Sobieszczański 8b0e7fa79a
Update completion.md
Reload your bash after installation
2021-03-22 11:43:13 +01:00
Usha Mandya cdb4fdb37b
Merge pull request #12540 from longqua69/patch-2
doc: fix typo
2021-03-22 09:44:43 +00:00
Usha Mandya 8f508dd7a3
Merge pull request #12536 from TanguyChiffoleau/patch-1
Closing forgeted markdown code
2021-03-22 09:43:21 +00:00
Anh Tran 0c654c5aac
doc: fix typo
remove wrong comma
2021-03-21 23:12:38 +07:00
Anh Tran 1ae0ec9d48
doc: clarify the docs 2021-03-21 22:40:01 +07:00
Tanguy Chiffoleau eb43030621
Closing forgeted markdown code 2021-03-20 22:38:48 +01:00
Usha Mandya 483a6687bd Add container pull limits
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-19 22:58:47 +00:00
Usha Mandya c2ff6bf292
Combine Windows install pages (#12531)
* Combine Windows install pages

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Apply suggestions from code review

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>

* Apply suggestions from code review

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>

* Some more minor updates to improve readability

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-19 22:49:11 +00:00
Usha Mandya e4a81ee3f7 Add image management docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-19 17:30:28 +00:00
Nick Adcock 35a557d603
Update plan description in Hub API
Co-authored-by: Emilie Franchomme <42777373+FranchommeE@users.noreply.github.com>
2021-03-19 08:53:27 -07:00
Nick Adcock 3ad6befeb1 Fix grammar and fullstops
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2021-03-19 14:48:14 +00:00
Nick Adcock 7dcd6644ba Remove pricing details in endpoint descs
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2021-03-19 11:40:35 +00:00
Nick Adcock aaff816081 Fix type on hub api doc
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2021-03-19 10:42:01 +00:00