Commit Graph

345 Commits

Author SHA1 Message Date
David Karlsson c434eec2de
scout: dd sbom indexing settings (#18461)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-26 16:29:26 +01:00
Allie Sadler 270c2ef7b6
ENGDOCS-1717 (#18446)
* ENGDOCS-1717

* fix build

* fix build

* fix build

* fix build

* tweak steps

* tweak steps

* review edits

* second review round

* small tweaks

* add known issue

* final edits

* final review

* final review
2023-10-26 16:17:35 +01:00
Lorena Rangel 731402fa06
Docker Desktop release notes for 4.25.0 (#18506)
* Docker Desktop release notes for 4.25.0

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* Reviews

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* add known issues

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

---------

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2023-10-26 16:14:59 +01:00
Shivansh Mittal c9d336a0bb
typo in the content (#18524)
Docker hub was written as docke hub, which is not a word.
2023-10-26 13:57:09 +01:00
David Karlsson 04732c7b7a
Merge pull request #18517 from Yachika9925/patch-1
Update volumes.md
2023-10-25 23:03:48 +02:00
David Karlsson 327f9370ee
Merge pull request #18515 from dvdksn/hb-jenkins
build(hb): add jenkins example
2023-10-25 17:14:13 +02:00
David Karlsson b563bbcca8 build(hb): add jenkins example
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-25 16:45:17 +02:00
Yachika9925 b98c9d4a5c
Update volumes.md
fixes #18503
2023-10-25 19:39:00 +05:30
Allie Sadler 0aa2ccfe02
ENGDOCS-1752 (#18514)
* ENGDOCS-1752

* fix link

* fix title:

* review edits
2023-10-25 14:08:19 +01:00
David Karlsson e5ad4b88af build(hb): add buildkite example
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-25 11:44:45 +02:00
David Karlsson 100764463b
Merge pull request #18508 from dvdksn/hb-gitlab
build: add gitlab ci/cd hb example
2023-10-25 09:27:50 +02:00
David Karlsson d27b6afabc build(hb): align var names
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-24 20:41:11 +02:00
David Karlsson aea63bdf25 build(hb): add gitlab example
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-24 20:39:26 +02:00
Stephanie Aurelio 6de583737f
[10/23] - Update banner for billing and subscription docs (#18449)
* update billing and subs banner

* update org page

* update banners

* update wording

* update for ui changes

* update faqs

* fix ol

* update list

* Implement feedback

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-24 08:18:39 -07:00
Sebastiaan van Stijn f901205246
Merge pull request #18499 from mstinsky/main
Set correct default value for fluentd-buffer-limit
2023-10-24 15:59:06 +02:00
Matthias Gubler a0831e4d1e
Add example Dockerfile (#18427)
* Add example Dockerfile

* Align with action

* Update cache.md
2023-10-24 15:44:08 +02:00
David Karlsson 78025e73e4
Merge pull request #18403 from BrettC5159/patch-1
Update _index.md
2023-10-24 15:41:15 +02:00
Marc Capell 982e653735
feat(scout-ecr): update created AWS resources 2023-10-24 15:24:27 +02:00
David Karlsson 69869f544b
Merge pull request #18485 from dvdksn/engine-rhel-s390x
engine: clarify the s390x limitation for rhel
2023-10-24 12:03:44 +02:00
Allie Sadler ebf14248be
ENGDOCS-1743 (#18501)
* ENGDOCS-1743

* fix
2023-10-24 10:52:17 +01:00
Allie Sadler f1ff148c58
ENGDOCS-1739 (#18493)
* ENGDOCS-1739

* fix
2023-10-24 09:18:43 +01:00
Allie Sadler c0e64d8116
ENGDOCS-1744 (#18491)
* ENGDOCS-1744

* tweak
2023-10-24 09:17:51 +01:00
Vlad GURDIGA 50b68b6e08
Fix typo in networking.md (#18498) 2023-10-24 08:39:50 +01:00
Maximilian Stinsky 937d8b6c03
Set correct default value for fluentd-buffer-limit
Docker is setting a higher (1048576) default buffer limit than the fluent logger library (8192).
https://github.com/moby/moby/blob/v24.0.6/daemon/logger/fluentd/fluentd.go#L39
2023-10-24 08:44:53 +02:00
Stephen Turner 4f81c2d40f
Align rate limit and service account pages (#18481)
* [WIP] Align rate limit and service account pages

* Update service-accounts.md
2023-10-23 10:52:38 +01:00
Andreas Violaris 8768bd8146
Fix grammar (#18484) 2023-10-23 09:56:23 +01:00
Frederico Mazzone 3f887a518c
New screenshot for Docker Extensions v4.25.0 (#18482)
* New screenshot for Docker Extensions v4.25.0
Some things have changed, such as Build tab renamed to Create,
and the sidebar has changed since v4.22.0.

It's also good to update because new extensions appear top
of the list, so they get some promotion here in the docs.

* compress image and convert to webp
2023-10-21 13:23:53 +02:00
David Karlsson 9acc019104 engine: clarify the s390x limitation for rhel
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-20 22:16:11 +02:00
David Karlsson 9fdda323e8
Merge pull request #18480 from amyb12345/patch-1
Update advisory-db-sources.md
2023-10-20 21:10:38 +02:00
Craig Osterhout 9443cc8397
fix node.js guide and contribute guide redirect (#18475)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-10-20 09:22:12 -07:00
Craig Osterhout 59990dde0f
freshness: java and go language-specific guides (#18466)
* refresh go and java language guides

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-10-20 09:21:13 -07:00
Stephanie Aurelio ae798c90b1
Engine install freshness (#18464)
* create includes and refresh engine install docs

* freshness cleanup

* simplify sentence

* remove includes and add consistent spelling for apt

* Implement feedback

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-20 08:40:30 -07:00
Amy Bass 8aa4e5db4e Update advisory-db-sources.md
Added two new sources to our Advisory Database for Docker Scout.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-20 17:33:08 +02:00
Stephen Corya f54b50a206
Remove capabilities message about swarm mode (#18430)
Co-authored-by: Stephen Corya <stephen@corya.net>
2023-10-20 10:27:43 +01:00
Allie Sadler 0a27e9f46b
fix h1s (#18477) 2023-10-20 09:37:35 +01:00
Craig Osterhout 4b47d5a5d8
freshness: language-guides landing and node.js (#18460)
* docs refresh node.js and language landing page

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-10-19 08:56:36 -07:00
Craig Osterhout 1fc6d134a7
Merge pull request #18468 from craig-osterhout/python-redirects
fix python guide redirects
2023-10-19 06:52:43 -07:00
minhtaile2712 1e377e0696
Simplify sentences (#18432)
Some sentences are lengthy and repeat. This fixes them.
2023-10-19 11:24:41 +01:00
shuoer86 56f40dc07d
fix typos (#18423) 2023-10-19 11:19:29 +01:00
Allie Sadler a5ce36a042
ENGDOCS-1733 (#18457)
* ENGDOCS-1733

* Apply suggestions from code review

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-19 10:44:49 +01:00
David Karlsson 5cdff48a61
Merge pull request #18390 from dvdksn/remove-registry
registry: prune registry docs
2023-10-19 11:43:09 +02:00
Guillaume Lours 743730eff1
Watch sync and restart action (#18463)
* add sync+restart definition to watch documentation

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

* align watch path, relative to project dir and not build context, with specification definition

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

* add prerequistes for compose watch feature

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

* Update content/compose/file-watch.md

---------

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-10-19 09:01:03 +01:00
Guillaume Lours 0aee3ebe1d
add release notes for Compose 2.23.0 (#18462)
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2023-10-19 08:59:44 +01:00
David Karlsson 98c38b6141 chore: remove registry docs
Removes most of the registry docs, keeping only:

- How to set up a Docker Hub mirror

The canonical location for registry/distribution docs from now on is:

https://distribution.github.io/distribution/

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-19 09:21:37 +02:00
Craig Osterhout 109cb91aaa
fix python guide redirects
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-10-18 16:53:33 -07:00
Craig Osterhout fd35fbd321
fix links (#18465)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-10-18 15:35:42 -07:00
Craig Osterhout 68f20697d0
get-started: update .net deployment (#18400)
* update .net deployment

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-18 15:06:22 -07:00
Craig Osterhout ccecb1c3f1
get-started: update python guide (#18404)
* update python guide

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-18 15:05:56 -07:00
David Karlsson 04e260b1bf
Merge pull request #18454 from dvdksn/scout-freshness-q3
scout: q3 refresh
2023-10-18 20:14:52 +02:00
Allie Sadler ec804204dc
ENGDOCS-1716 (#18385)
* ENGDOCS-1716

* tweak
2023-10-18 17:01:29 +01:00