Cesar Fernando Bonilla
e6847231e2
docs(compose): Inlude example for build secrets on the use-secrets doc ( #20403 )
...
* docs: Inlude example for build secrets
* Apply suggestions from code review
---------
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-07-15 10:14:10 +01:00
David Karlsson
bfd8501fb3
Merge pull request #20409 from heyajulia/patch-1
...
Fix typo: "supports" => "support"
2024-07-13 20:54:36 +02:00
Julia
0f17227fd9
Fix typo: "supports" => "support"
2024-07-13 17:04:11 +02:00
Phillip Ross
cddc06db18
Update rhel.md to fix package names (rpms instead of debs)
...
Update rhel.md to fix package names (rpms instead of debs)
2024-07-12 20:37:10 -04:00
Gabriela Georgieva
66997cd9dc
Add CVE-2024-6222 fix to the Docker Desktop 4.29 release notes ( #20397 )
2024-07-11 15:10:47 +01:00
Allie Sadler
a48d866945
ENGDOCS-2152 ( #20378 )
2024-07-11 13:58:35 +01:00
Craig Osterhout
3a99e84975
guides: update java language guide ( #20335 )
...
* update java language guide
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
* fix typo
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
* Update content/language/java/run-tests.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
---------
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-10 08:34:57 -07:00
karman
d03964971a
corrected Engine version ( #20391 )
...
* corrected Engine versoin
* corrected url anchor
2024-07-10 09:38:39 +01:00
Craig Osterhout
c3cf1d9d8b
Merge pull request #20373 from kevinAlbs/patch-1
...
Fix typo "Container" => "Containers"
2024-07-09 13:51:27 -07:00
Lorena Rangel
010d5aec4f
add known issue for compose ( #20388 )
...
* add known issue for compose
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
* Apply suggestions from code review
---------
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-07-09 17:06:23 +01:00
dmitry-bychkov
b569ffa27b
Fix FromAsCasing warning
...
Change FROM python:${PYTHON_VERSION}-slim as base line in Dockerfile content to get rid of warning:
=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 3)
Which shows up on image build.
2024-07-09 17:04:02 +03:00
Eugene Mwangi
c5baf62efb
docs: Fix typo in extends.md ( #20372 )
...
Problem:
Minor grammar errors in `/multiple-compose-files/extends.md`
Fixes:
- Remove `to` from the phrase `so you can to tweak the configuration`.
- Add a comma to the phrase `same build, ports and volumes configuration values`.
2024-07-09 12:54:15 +01:00
David Karlsson
35d66c5c98
Merge pull request #20376 from dvdksn/ps-alias
...
cli: add alias for docker container ps
2024-07-09 07:15:45 +02:00
David Karlsson
4fbfca93f9
Merge pull request #20231 from dvdksn/build-check-ug
...
build: user guide on using build checks
2024-07-09 07:14:50 +02:00
David Karlsson
36e8b935ae
Merge pull request #19618 from dvdksn/docker-engine-debian-iptables-nft
...
engine: add note about nftables incompatibility to install docs
2024-07-09 07:14:15 +02:00
Stephanie Aurelio
3c4f5bf6ee
Add section on 3DS support ( #20334 )
...
* add to billing section
2024-07-08 10:46:01 -07:00
David Karlsson
bb739ef211
cli: add alias for docker container ps
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-08 11:05:04 +02:00
Allie Sadler
51e5271a23
ENGDOCS-2140 ( #20300 )
...
* ENGDOCS-2140
* SME review
* Update content/compose/compose-application-model.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* Apply suggestions from code review
---------
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-08 09:36:17 +01:00
David Karlsson
66b96d6337
engine: add note about nftables incompatibility to install docs
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-08 09:43:34 +02:00
David Karlsson
bce0ad706e
build: user guide on using build checks
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-08 09:40:21 +02:00
Kevin Albertson
6f7b62b839
Fix typo "Container" => "Containers"
...
On Docker Desktop 4.31.1, the option appears as "Containers".
2024-07-07 10:06:24 -04:00
Lorena Rangel
615d26feaf
fix: add a new shortcode to handle new installers ( #20366 )
...
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2024-07-05 15:24:51 +01:00
David Karlsson
0754f20478
Merge pull request #20349 from dvdksn/dbc-toplevel
...
Move Docker Build Cloud to its own top-level section
2024-07-05 13:54:24 +02:00
jcjveraa
0d9b66e897
fix typo in example startup-order.md ( #20362 )
...
There was an additional ' character that was appended to the database name in this example when copy-pasted
2024-07-05 11:15:37 +01:00
karman
f2f527639e
added proxy-enable-kerberosntlm installer flag ( #20360 )
...
* added proxy-enable-kerberosntlm installer flag
* corrected a typo
2024-07-05 08:44:58 +01:00
Allie Sadler
a8bfddc241
ENGDOCS-2145 ( #20320 )
2024-07-04 16:24:06 +01:00
Allie Sadler
a25bd76d17
ENGDOCS-2143 ( #20301 )
...
* ENGDOCS-2143
* Apply suggestions from code review
Co-authored-by: Guillaume Lours <705411+glours@users.noreply.github.com>
---------
Co-authored-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-07-04 16:20:30 +01:00
Craig Osterhout
55ab51303e
desktop: update volume export ( #20295 )
...
* add volume export m2
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
* fix ol
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
* rearrange sections
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
---------
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-07-04 16:07:47 +01:00
Allie Sadler
ae524ee542
ENGDOCS-1239 ( #20289 )
...
* ENGDOCS-1239
* SME review
2024-07-04 16:07:12 +01:00
Mihaela Stoica
a592a7fbf5
Remove note on Windows Arm installer ( #20323 )
2024-07-04 16:06:50 +01:00
Lorena Rangel
c79589f81c
Release notes 4.32 ( #20284 )
...
* update linux installer name
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
* add release notes for 4.32.0
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
* Apply suggestions from code review
* Release notes for Builds view in DD 4.32
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* add arm installer
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
* add known issue
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
* Apply suggestions from code review
* remove known issue, update date and build number
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
---------
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-07-04 16:06:39 +01:00
Maxime Cornet
6f501de681
fix(typo): AS instead of as
...
Use AS instead of as for the build of Name your build stages
2024-07-04 15:33:15 +02:00
Çiğdem
296ea3419c
Update feedback.md ( #20353 )
...
Updated the name of the channel as docker-compose instead of docker-compse
2024-07-04 13:08:50 +01:00
Allie Sadler
24c74baa74
ENGDOCS-2141 ( #20311 )
...
* ENGDOCS-2141
* sme review
* review
* review
2024-07-04 13:05:24 +01:00
Allie Sadler
6bb5443555
ENGDOCS-2144 ( #20314 )
...
* ENGDOCS-2144
* edit
2024-07-04 10:57:00 +01:00
David Karlsson
4e9c179e91
get-started: add overview and template
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-03 18:26:57 +02:00
David Karlsson
19c9da7eb7
site: add dbc tile to landing page
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-03 17:23:56 +02:00
David Karlsson
7b3a072f83
build(cloud): make dbc a top-level section
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-03 17:23:20 +02:00
David Karlsson
373e8a3f37
fix(typo): missing "you"
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-03 11:01:22 +02:00
David Karlsson
45e4bc37bd
build: clean up remote auth example with secrets
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-03 10:42:10 +02:00
David Karlsson
08d7637ad5
Merge pull request #20340 from dvdksn/gha-build-disable-envvar
...
build(gha): summary env vars
2024-07-03 10:18:01 +02:00
David Karlsson
05513310a2
build(gha): disable build record archive upload
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-03 10:14:47 +02:00
David Karlsson
556445ecd2
build(gha): rename DOCKER_BUILD_NO_SUMMARY to DOCKER_BUILD_SUMMARY_DISABLE
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-03 10:14:35 +02:00
David Karlsson
0470f8401f
Merge pull request #20039 from dvdksn/freshness-daemon-troubleshoot
...
engine: consolidate troubleshooting to single page
2024-07-03 05:51:46 +02:00
David Karlsson
51e2bd4667
Merge pull request #20308 from dvdksn/exceptions-additions
...
scout: exceptions follow-ups
2024-07-03 05:49:47 +02:00
Stephanie Aurelio
e8a420f302
Clarify how CLI auth works with SSO ( #20327 )
...
* refresh faqs
* style guide fix
* update acronym ref
2024-07-02 09:00:49 -07:00
David Karlsson
8371ba3a53
build(cloud): add link to best practices
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-02 10:51:31 +02:00
Stephanie Aurelio
a28a793d42
Update downgrade docs ( #20303 )
...
* add caveats section
* clarify pricing link reference
2024-07-01 13:05:50 -07:00
Sebastiaan van Stijn
57635d73b1
Merge pull request #20329 from dvdksn/centos-rhel-7-eol
...
engine: remove centos/rhel 7 (EOL)
2024-07-01 20:48:40 +02:00
David Karlsson
405153a565
Merge pull request #20312 from dvdksn/health-score-agpl-license
...
scout: health score only consider AGPL
2024-07-01 17:53:15 +02:00