Commit Graph

61172 Commits

Author SHA1 Message Date
Usha Mandya 2b825a8a54
Merge pull request #14103 from docker/master
Publish updates from master
2022-01-13 21:29:48 +05:30
jerae-duffin 8d12a2de7e
updated CVE (#14101)
* updated CVE

* Apply suggestions from code review

Co-authored-by: stephanierifai <85884197+stephanierifai@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: stephanierifai <85884197+stephanierifai@users.noreply.github.com>

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: stephanierifai <85884197+stephanierifai@users.noreply.github.com>
2022-01-13 20:57:22 +05:30
Markus Meier c06bb70eac
fix location of compose switch install script 2022-01-13 15:07:05 +01:00
Sebastiaan van Stijn 1dacf0bd42
Merge pull request #14092 from crazy-max/go-buildx
go/buildx redirect
2022-01-13 14:29:11 +01:00
CrazyMax 1f1188958e
Update buildx install section
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-01-12 23:08:03 +01:00
Usha Mandya 40ade1ab89
Merge pull request #14100 from docker/master
Publish updates from master
2022-01-12 23:58:18 +05:30
Usha Mandya 3e8eea193b
Merge pull request #14099 from usha-mandya/engdocs-564
Update note on Docker official images
2022-01-12 23:45:09 +05:30
Jerae Duffin db9ae58161 updated images 2022-01-12 11:39:01 -06:00
Usha Mandya a8ec999a27 Update note on Docker official images
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-01-12 23:08:26 +05:30
Usha Mandya 799702f0bc
Merge pull request #14039 from ingshtrom/autobuild-better-alerts
add upgrade CTA and warning about feature availability to all Automated Builds pages
2022-01-12 15:45:00 +05:30
Usha Mandya ba5f101feb
Merge pull request #14097 from docker/master
Updates to master
2022-01-11 22:08:23 +05:30
Sebastiaan van Stijn 0921fa964c
Merge pull request #14094 from thaJeztah/fix_relnotes_heading_levels
engine: fix heading levels to prevent them showing in right-hand nav
2022-01-11 15:17:39 +01:00
Ulysses Souza 9514d190c3 Add migration V1 -> V2 info
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2022-01-11 14:35:05 +01:00
Sebastiaan van Stijn eae9d83c24
engine: fix heading levels to prevent them showing in right-hand nav
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-01-11 14:05:27 +01:00
CrazyMax 857e2316c9
go/buildx redirect
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-01-11 09:21:22 +01:00
Peter Hui 5eb68faf22 paraphrased sentence to enhance readability 2022-01-10 22:58:58 -08:00
Peter Hui c3eface503 fixed grammar errors 2022-01-10 22:51:08 -08:00
Peter Hui eaee465145 added missing fullstop 2022-01-10 22:50:05 -08:00
Sebastiaan van Stijn 9f76ff5615
Merge pull request #14054 from martinky24/patch-1
Remove inconsistent space in Python example [trivial]
2022-01-10 16:54:06 +01:00
jerae-duffin 5c27d6301c
Merge pull request #14076 from docker/master
Updates from master
2022-01-09 21:02:36 -06:00
KY-7 f413d25dba
incorrect download link
For example: /download/v2.2.3/ (correct) instead of  /download/2.2.3/ (incorrect)
2022-01-08 14:26:39 +00:00
jerae-duffin a1c2dfe541
Merge pull request #14033 from jerae-duffin/ENGDOCS-560
updated SSO banner
2022-01-07 10:15:21 -06:00
lmshipp 1324c4f8b7
Updates Step 9 `docker inspect` commands
There is an error in the example commands of Step 9 in the copy on write strategy section of the [About storage drivers](https://docs.docker.com/storage/storagedriver/#the-copy-on-write-cow-strategy) page. The first command should reference the `acme/my-base-image:1.0` image and the second command should reference the `acme/my-final-image:1.0`.
2022-01-06 11:15:48 -08:00
jerae-duffin 223a28062a
Merge pull request #13964 from thaJeztah/engine_20.10.12_changelog
engine: add changelog for 20.10.12
2022-01-06 11:06:19 -06:00
jerae-duffin 9aa92ed358
Update single-sign-on/index.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2022-01-05 10:17:41 -06:00
Jerae Duffin 6f11666e6d updated domain info 2022-01-05 09:16:42 -06:00
Jerae Duffin 7c8ecd864a updated domain info 2022-01-05 09:00:25 -06:00
Roldel e9d0a55d28
ADD env variables to db container
FIX Error: Database is uninitialized and superuser password is not specified.
Env vars needs to be defined in both the "db" and "web" containers 
In "db", so it can create the default user from it
In "web", so it can be used in settings.py to connect django to the postgres container
2022-01-03 06:06:02 +00:00
Taemin Park 3d775401b8
Fix typo on PGDATABASE environment variable
Add colon on PGDATABASE
2021-12-31 17:05:18 +09:00
Kyle Martin 57b5a647ad
Very minor style update to included sample Python
Inconsequential and trivial change to ensure code in tutorial is consistently styled.
2021-12-27 19:20:04 -07:00
tatref 5b5a4424d0
Fix bridge example 2021-12-27 16:30:40 +01:00
Sebastiaan van Stijn 5be8884def
Merge pull request #14045 from santiago-rodrig/patch-1
small typo
2021-12-25 11:24:16 +01:00
Santiago Rodriguez 2dd8f20546
small typo 2021-12-25 05:19:08 -04:00
Sebastiaan van Stijn 5eea09fc0c
Merge pull request #14013 from thaJeztah/gelf_fix_emdash
logging/gelf: fix stray 'n-dash' instead of hyphen in example
2021-12-23 20:19:28 +01:00
Sebastiaan van Stijn b6e950f59b
Merge pull request #14040 from docker/master
Updates from master
2021-12-23 18:54:38 +01:00
Sebastiaan van Stijn 20299f7614
Merge pull request #13901 from miajim/patch-1
Update 09_image_best.md
2021-12-23 15:48:23 +01:00
Alex Hokanson c605df87c6
add upgrade CTA and warning about feature availability to all Automated Builds pages
Signed-off-by: Alex Hokanson <571756+ingshtrom@users.noreply.github.com>
2021-12-23 09:41:49 -05:00
Sebastiaan van Stijn 1c0dec96c5
Merge pull request #14036 from freemankevin/patch-1
Supplement the'$' identifier
2021-12-23 15:23:30 +01:00
Stefan Scherer 0a13127425
Merge pull request #14037 from chris-crone/elastic-log4j
security: Update Elasticsearch and logstash log4j CVE information
2021-12-23 11:27:28 +01:00
Chris Crone 0c471a29fe security: Update Elasticsearch and logstash log4j CVE information
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2021-12-23 10:53:30 +01:00
freemankevin eaab1382be
Supplement the'$' identifier 2021-12-23 10:56:33 +08:00
Jerae Duffin 9287b6cab3 updated banner 2021-12-22 14:37:55 -06:00
Sebastiaan van Stijn 42a2e9c581
Merge pull request #14032 from docker/master
Updates from Master
2021-12-22 15:50:08 +01:00
Stefan Scherer d80bdbd87b
Merge pull request #14031 from docker/stephen-turner-patch-7
Fix yesterday's relnotes
2021-12-22 09:47:15 +01:00
Stephen Turner 2d23c4131e
Fix yesterday's relnotes 2021-12-22 08:31:09 +00:00
jerae-duffin 1a8184411b
Merge pull request #14028 from docker/master
Updates from Master
2021-12-21 14:42:10 -06:00
jerae-duffin 2287ae09ec
Merge pull request #13969 from lorenrh/4.3.2-relNotes
Docker Desktop 4.3.2 release notes
2021-12-21 14:35:17 -06:00
Lorena Rangel 6bc55458bf Docker Desktop 4.3.2 release notes
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2021-12-21 20:26:46 +01:00
Daniel Fahlke d8816a5b90
add Deprecated warning to --log-level argument
see https://github.com/docker/compose-cli/issues/1891
2021-12-21 11:05:05 +01:00
jerae-duffin 957a8c0698
Merge pull request #14019 from docker/master
Updates from Master
2021-12-20 12:51:32 -06:00