Commit Graph

1430 Commits

Author SHA1 Message Date
David Karlsson ea34ef63d6
Merge pull request #20229 from dvdksn/scout-overview-pages
scout overview pages
2024-06-24 09:33:17 +02:00
David Karlsson 5871e24952
Merge pull request #19846 from dvdksn/fix-conflicting-http-proxy-daemon
fix: conflicting http proxy configuration for daemon
2024-06-24 09:11:35 +02:00
Guillaume Lours afcddfc12d
update Compose v2.27.3 and v2.28.0 release notes (#20275)
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-06-21 16:45:47 +01:00
Allie Sadler 64bada36f9
ENGDOCS-2136 (#20273) 2024-06-21 11:14:27 +01:00
Stephanie Aurelio 294e349851
Add tax certificate page (#20251)
* add tax cert details and page

* fix typo

* update details

* clarify callout detail

* fix capitalization

* fix typo
2024-06-20 15:12:07 -07:00
David Karlsson 1ee011cae7
Merge pull request #20247 from dvdksn/scout-everywhere-beta
scout: health scores private beta
2024-06-20 13:16:15 +02:00
Guillaume Lours d13aead73b
update Compose v2.27.1 and v2.27.2 release notes (#20266)
* update Compose v2.27.1 and v2.27.2 release notes

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

* Apply suggestions from code review

---------

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-06-20 12:00:59 +01:00
Guillaume Tardif 6871217cd4
Add details on extension private marketplace deployment (#20265)
* Add details on extension parivate marketplace deployment

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Apply suggestions from code review

---------

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-06-20 10:17:24 +01:00
Stephanie Aurelio 3b5ccb7ca0 update note 2024-06-18 12:25:11 -07:00
Stephanie Aurelio e8661b9934
ui style updates (#20252) 2024-06-18 09:32:53 -07:00
David Karlsson a92623e34e build(ci): use `vars` for docker username
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-18 16:19:20 +02:00
David Karlsson 4b089c535f build(ci): remove checkout action for build-push-action
build-push-action uses Git context by default. No need for checkout
action unless you tamper with repo files before build.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-18 16:19:19 +02:00
David Karlsson 9fcc5713be scout: health scores private beta
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-17 18:34:21 +02:00
David Karlsson 98a4f92994 engine: rename systemd.md to proxy.md, update links
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-17 16:06:34 +02:00
David Karlsson 46d82c0077 engine: rewrite dockerd systemd config to http proxy config
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-17 16:04:51 +02:00
David Karlsson 208e19c67c build: bump build-push-action to v6
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-17 15:17:26 +02:00
David Karlsson b61aa9c601 build: bump bake-action to v5
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-17 15:16:04 +02:00
David Karlsson 1ebeae3d7c
Merge pull request #20238 from dvdksn/build-gha-check-keys
build: avoid gh api rate limit for cache backends
2024-06-14 14:39:53 +02:00
David Karlsson 398de7766d build: avoid gh api rate limit for cache backends
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-14 12:30:17 +02:00
CrazyMax 62d8967fac
build: update minimal version for gha summary support
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-06-14 12:08:59 +02:00
David Karlsson be26b4ace6
Merge pull request #20237 from dvdksn/buildx-k8s-retry
build: add timeout driver-opt for k8s driver
2024-06-14 10:59:04 +02:00
David Karlsson c9e2ed7ae6 build: add timeout driver-opt for k8s driver
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-14 10:27:05 +02:00
David Karlsson 60af24b241 build: mention BUILDKIT_SYNTAX arg for custom dockerfile
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-14 10:15:30 +02:00
Craig Osterhout b9ac2c6898
get-started: update workshop paths (#20216)
* move /get-started/ to /guides/workshop/

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* move image

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* Update content/engine/swarm/swarm-tutorial/_index.md

Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>

* Update content/guides/deployment-orchestration/swarm-deploy.md

Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>

* rename file for part 10

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
2024-06-13 11:50:25 -07:00
David Karlsson 64b844c9bf scout: add fundamental concepts pages
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-13 12:56:42 +02:00
David Karlsson 4a7abd11be scout: restructure manuals section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-13 12:56:42 +02:00
David Karlsson ac4d311f60
Merge pull request #20224 from dvdksn/scout-notifications-repofilter
scout notifications repofilter
2024-06-13 12:53:43 +02:00
Allie Sadler b4f2720a41
Engdocs 2103 (#20194)
* ENGDOCS-2103

* edit

* edit

* review
2024-06-13 09:19:10 +01:00
Allie Sadler baf4aafab0
ENGDOCS-216 (#20222)
* ENGDOCS-216

* ENGDOCS-216
2024-06-13 08:15:18 +01:00
David Karlsson f95da63054
Merge pull request #20093 from dvdksn/scout-health-scores
scout: health scores
2024-06-12 19:05:57 +02:00
David Karlsson 8d56e12bc0 scout: update out-of-the-box policy definition
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-12 16:56:12 +02:00
David Karlsson e08d1e77a7 scout: health scores
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-12 16:56:12 +02:00
David Karlsson dcc8761468
Merge pull request #19634 from danielramirez0/patch-1
Update volumes.md
2024-06-12 16:15:05 +02:00
David Karlsson f8409aeb36 build: fix kubernetes driver-opt types
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-12 14:47:55 +02:00
David Karlsson fea56c2214 scout: add repo filtering setting for notifications
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-12 14:43:52 +02:00
David Karlsson 118b71e109 scout: fix typo in last-pushed callout
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-12 14:19:49 +02:00
David Karlsson efc7c5825c
Merge pull request #19873 from dvdksn/scout-slack-integration
scout: Notification settings and Slack integration
2024-06-12 14:11:26 +02:00
David Karlsson ed2026cd62 build: add a couple more best practice examples
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-12 10:17:44 +02:00
David Karlsson 4ab6278b72
Merge pull request #20215 from thaJeztah/remove_fedora_38
remove Fedora 38 as it's EOL
2024-06-12 06:44:39 +02:00
Craig Osterhout e89f189cc9
add redirect for run-your-own-container
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-06-11 16:12:29 -07:00
Sebastiaan van Stijn 533ac37e01
remove Fedora 38 as it's EOL
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-06-11 22:38:44 +02:00
Nicolas De loof 818e2778ba
clarify support for PWD/.env vs project_dir/.env (#20203)
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2024-06-11 16:57:02 +01:00
David Karlsson a6f2ffddc5
Merge pull request #20209 from dvdksn/dbc-tile
build(cloud): add/update tiles
2024-06-11 17:19:27 +02:00
Craig Osterhout a397891c35
get-started: update toc (#20200)
* Added a new concept pages 'Get Docker'

* Changes in whats-next page

* Formattinf changes

* Removed an extra dot

* Formatting changes

* Few formatting changes

* Added video for get started guides

* Update content/guides/docker-concepts/getting-started/get-docker.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/get-docker.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/develop-with-containers.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/whats-next.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/whats-next.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/whats-next.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/get-docker.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/develop-with-containers.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/whats-next.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/whats-next.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/whats-next.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Removed a statement based on review

* Added link to the zip file

* few formatting changes

* Added missing steps for VS Code

* Update content/guides/docker-concepts/getting-started/whats-next.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/whats-next.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* changed the title to Get Docker Desktop

* Modified Additional setup instructions to Install Instructions

* Update content/guides/docker-concepts/getting-started/whats-next.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/whats-next.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/whats-next.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/whats-next.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/whats-next.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/whats-next.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/getting-started/whats-next.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* removed main.log

* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* update get started toc

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* fix links

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Ajeet Singh Raina <ajeetraina@gmail.com>
2024-06-11 07:48:54 -07:00
Sebastiaan van Stijn cccf52f742
hub: change "My Account" to "Account settings" (#20204)
I tried to follow instructions, and it looks like this item under the
avatar dropdown is renamed to "Account settings"; the "My profile"
menu-item brings me to my (public) profile page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-06-11 07:46:13 -07:00
David Karlsson bbf193ff4e build: add dbc to services
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-11 16:11:02 +02:00
David Karlsson de6cfb99b6 build: fix incorrect desc for dbc tile
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-11 16:10:47 +02:00
Andrea Reale a79fa7dc32
WSL2 docs: add tip on how to move data on windows (#20206)
* WSl2 docs: add tipo on how to move data on windows

Some customers want to move WSL data on a different location and many of those use crafty processes rather than using the feature we support. Making this feature more explicit.

* Apply suggestions from code review

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-06-11 13:21:06 +01:00
Nathan Peper d7d6421362
Update jupyter.md for minor spelling from 'Dockefile' to 'Dockerfile' 2024-06-10 11:54:05 -07:00
maxcleme 8924e7b93b
Docker Desktop 4.31.1 (#20179)
* doc(docker-desktop): release notes 4.31.1

Signed-off-by: maxcleme <maxime.clement@docker.com>

* doc(docker-desktop): update 4.31.1 build number

Signed-off-by: maxcleme <maxime.clement@docker.com>

---------

Signed-off-by: maxcleme <maxime.clement@docker.com>
2024-06-10 16:56:25 +01:00