Commit Graph

1339 Commits

Author SHA1 Message Date
Paweł Gronowski a19f723d32 engine: 26.1.4 release notes
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-07 10:23:17 +02:00
Pradumna Saraf 1b6a6d530e
docs: add language specific guide for c++ (#19903)
* docs: add language specific guide for c++

* docs: add C++ language support to the language index page

* docs: Update _index.md

* docs: update C++ guide paths

* Update content/language/c-plus-plus/containerize.md

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

* Update content/language/c-plus-plus/containerize.md

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

* Update content/language/c-plus-plus/containerize.md

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

* Update content/language/c-plus-plus/containerize.md

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

* Update content/language/c-plus-plus/containerize.md

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

* Update content/language/c-plus-plus/develop.md

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

* Update content/language/c-plus-plus/configure-ci-cd.md

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

* Update _index.md

* guides: use /cpp instead of /c-plus-plus

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

* Update content/language/cpp/develop.md

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

* Update content/language/cpp/containerize.md

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

---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-05 09:16:36 -07:00
ItzDeejey 6d238390a6
The word "container" should be changed to "image" for factual correctness. (#20133)
The term "container" should be replaced with "image" for accuracy, as we are searching for a specific image from the local images to run a new container.
2024-06-05 08:59:40 -07:00
David Karlsson ca989b6fe6
Merge pull request #20148 from dvdksn/fix-get-started-yarn-install
get-started: add .dockerignore earlier in guide
2024-06-05 17:55:22 +02:00
Allie Sadler df125517d3
grammar fix (#20149) 2024-06-05 11:45:43 +01:00
karman b8009be5be
updated description for always-run-service (#20125)
* updated description for always-run-service

* updated always-run-service

* review comments

* review comments
2024-06-05 09:47:59 +01:00
David Karlsson 306d196cd7
Merge pull request #20146 from dvdksn/centos-8-eol
centos 8 eol
2024-06-05 10:45:24 +02:00
David Karlsson f31c9a7a10 engine(centos-install): bump docker-ce example versions
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-05 10:30:58 +02:00
David Karlsson bf72af7637 engine: remove centos 8 (EOL)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-05 10:30:58 +02:00
Allie Sadler 69ae920ff7
ENGDOCS-2109 (#20124)
* ENGDOCS-2109

* ENGDOCS-2109

* ENGDOCS-2109

* Update content/desktop/settings/windows.md

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

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-05 09:28:33 +01:00
David Karlsson 35ec23f80d get-started: add .dockerignore earlier in guide
Not having a .dockerignore file to exclude node_modules may result in a
build error, if users for some reason would install dependencies on the
hsot before running the build, since that would result in dependencies
for the wrong OS being mounted or copied into the build container.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-05 10:21:44 +02:00
David Karlsson f58d7618ad fix: add release-notes tag to engine release note
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-05 10:11:58 +02:00
Stephanie Aurelio bc171f2c70
Update and standardized billing pages (#20137)
* add new biling page

* update description

* implement feedback
2024-06-04 16:11:10 -07:00
Stephanie Aurelio ad406c7a73
fix url (#20131) 2024-05-31 09:44:37 -07:00
Alex Ravenna 3ec9c7dc1d
Update deprecated syntax usage + minor text improvements (#20120)
* fix: update syntax to not use deprecated syntax

* docs: grammar/understandability changes
2024-05-30 10:59:37 +01:00
Mike Coleman 62b30c7bbc
Update macfaqs.md (#20122)
Fixed a small typo.
2024-05-30 08:11:51 +01:00
Stephanie Aurelio da58f6c5a6
Refresh admin and security FAQ pages (#20084)
* refresh admin and security pages

* clean up sso faqs

* edits

* vale fixes

* vale fixes and edit

* implement feedback
2024-05-29 08:40:23 -07:00
Yves Brissaud ce2b208230 scout: CLI v1.9.x release notes
Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-29 10:08:40 +02:00
Craig Osterhout d9ad51d5e1
hub: categories released (#20099)
* remove ea from hub categories

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

* add release note

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

* refine release note

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

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-05-28 10:49:51 -07:00
Craig Osterhout b2dd41e19c
freshness: add diagram to concept (#20100)
* add registry diagram

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

* Update content/guides/docker-concepts/the-basics/what-is-a-registry.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-05-28 08:22:03 -07:00
Craig Osterhout b0f3d7ddeb
freshness: language guides refresh (#20101)
* language guides refresh

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

* Update content/language/dotnet/configure-ci-cd.md

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

* Update content/language/golang/configure-ci-cd.md

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

* Update content/language/java/configure-ci-cd.md

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

* Update content/language/python/configure-ci-cd.md

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

* Update content/language/r/configure-ci-cd.md

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

* Update content/language/php/configure-ci-cd.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-05-28 08:20:13 -07:00
Aurelie Vache d14173ba59
Fix: update docker compose file reference in metadata.md (#20105) 2024-05-24 16:04:40 +01:00
Aurelie Vache 9f199bef6e
fix: Image Registry extension category is missing (#20104) 2024-05-24 15:00:47 +01:00
Allie Sadler 7537a1c47c
style guide addition (#20095) 2024-05-24 09:15:53 +01:00
Harsh Patel c63859bf86
Update 05_persisting_data.md (#19956)
* Update 05_persisting_data.md

Correcting spelling mistake and separating console of command and op.

* Update content/get-started/05_persisting_data.md

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2024-05-23 15:29:14 -07:00
Ajeet Singh Raina, Docker Captain, ARM Innovator b952723881
Add a new guide "Sharing local files with containers" (#20068)
* Added Running containers guides

* Swap out YouTube embed IDs for running container pages

* Several lint and link fixes

* Remove sharing local files concept page (deferring to future PR)

* Fixed the formatting for multi-container apps

* Fix linting issue

* Update content/guides/docker-concepts/running-containers/publishing-ports.md

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

* Update content/guides/docker-concepts/running-containers/publishing-ports.md

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

* Update content/guides/docker-concepts/running-containers/publishing-ports.md

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

* Update content/guides/docker-concepts/running-containers/publishing-ports.md

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

* Update content/guides/docker-concepts/running-containers/publishing-ports.md

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

* Update content/guides/docker-concepts/running-containers/multi-container-applications.md

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

* Update content/guides/docker-concepts/running-containers/multi-container-applications.md

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

* Update content/guides/docker-concepts/running-containers/multi-container-applications.md

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

* Update content/guides/docker-concepts/running-containers/publishing-ports.md

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

* Update content/guides/docker-concepts/running-containers/publishing-ports.md

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

* Update content/guides/docker-concepts/running-containers/publishing-ports.md

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

* Update content/guides/docker-concepts/running-containers/publishing-ports.md

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

* Update content/guides/docker-concepts/running-containers/publishing-ports.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/publishing-ports.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/persisting-container-data.md

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

* Update content/guides/docker-concepts/running-containers/persisting-container-data.md

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

* Update content/guides/docker-concepts/running-containers/persisting-container-data.md

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

* Update content/guides/docker-concepts/running-containers/persisting-container-data.md

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

* Update content/guides/docker-concepts/running-containers/persisting-container-data.md

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

* Update content/guides/docker-concepts/running-containers/persisting-container-data.md

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

* Update content/guides/docker-concepts/running-containers/persisting-container-data.md

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

* Update content/guides/docker-concepts/running-containers/persisting-container-data.md

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

* Update content/guides/docker-concepts/running-containers/persisting-container-data.md

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

* Update content/guides/docker-concepts/running-containers/multi-container-applications.md

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

* Update content/guides/docker-concepts/running-containers/multi-container-applications.md

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

* Update content/guides/docker-concepts/running-containers/multi-container-applications.md

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

* Update content/guides/docker-concepts/running-containers/multi-container-applications.md

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

* Update content/guides/docker-concepts/running-containers/multi-container-applications.md

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

* Update content/guides/docker-concepts/running-containers/multi-container-applications.md

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

* Update content/guides/docker-concepts/running-containers/multi-container-applications.md

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

* Update content/guides/docker-concepts/running-containers/multi-container-applications.md

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

* Update content/guides/docker-concepts/running-containers/multi-container-applications.md

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

* Update content/guides/docker-concepts/running-containers/multi-container-applications.md

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

* Removed unnecessary files

* Placed the images for multi-containers guide under the correct location

* Fixed the formatting change

* Add bullet points instead of ordered list

* Separated input and output

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/multi-container-applications.md

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

* Update content/guides/docker-concepts/running-containers/persisting-container-data.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Replaced my_image with postgres

* Replaced my_image with the real image

* Removed build variable link

* Replaced nginx with welcome-to-docker image

* Replaced Redis with Postgres

* formatting change

* Update content/guides/docker-concepts/running-containers/multi-container-applications.md

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

* Update content/guides/docker-concepts/running-containers/persisting-container-data.md

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

* Removed unused images

* Pointed to existing image

* Replaced httpd with nginx

* Added a command for passing .env file

* Formatting changes based on reviewed PR

* Fixed all the blurred images

* Formatting changes

* Changed the heading from Build the CLI to Set up

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/multi-container-applications.md

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

* Update content/guides/docker-concepts/running-containers/multi-container-applications.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/publishing-ports.md

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

* Update content/guides/docker-concepts/running-containers/publishing-ports.md

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

* Update content/guides/docker-concepts/running-containers/publishing-ports.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update content/guides/docker-concepts/running-containers/publishing-ports.md

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

* Update content/guides/docker-concepts/running-containers/publishing-ports.md

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

* Update content/guides/docker-concepts/running-containers/publishing-ports.md

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

* Added default vs custom bridge network tip

* Added override for docker run

* Update content/guides/docker-concepts/running-containers/overriding-container-defaults.md

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

* Update YT embed for updated overriding container defaults video

* Added a new page for Sharing local files with containers

* Formatting changes

* Fixed few links

* Fixed links

* Few fixes using vale

* Revised a tip

* Rephrased the tip

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

* Added a tip for volume mount flag

* Update content/guides/docker-concepts/running-containers/sharing-local-files.md

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

---------

Co-authored-by: Michael Irwin <mikesir87@gmail.com>
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-23 09:54:52 -07:00
Allie Sadler 13e73419fb
ENGDOCS-2080c (#20090) 2024-05-23 15:45:47 +01:00
Allie Sadler 054f727b45
redirect-air-gapped (#20091) 2024-05-23 13:07:39 +01:00
David Karlsson 05e5fdb09f
Merge pull request #20089 from dvdksn/alias-hands-on-overview
redirect: add alias for /get-started/hands-on-overview/
2024-05-23 11:20:09 +02:00
Vinicius Apolinario 92e3aff085
fixes to windows-install (#20085) 2024-05-23 10:19:19 +01:00
Allie Sadler 5af3712985
ENGDOCS-2080b (#20080)
* ENGDOCS-2080b

* ENGDOCS-2080b

* Update content/compose/compose-file/05-services.md

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

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-23 09:39:52 +01:00
David Karlsson ff18fd61ef redirect: add alias for /get-started/hands-on-overview/
Closes #20088

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-23 10:33:51 +02:00
Allie Sadler 5e5e3afd2b
ENGDOCS-2104 (#20081) 2024-05-23 08:07:49 +01:00
Craig Osterhout f856b304c3
remove walkthroughs (#20076)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-05-22 08:00:26 -07:00
Vinicius Apolinario 4bde05401a
Docker Desktop on Windows Server support statement (#20056)
* Windows Server note update

* Update content/desktop/install/windows-install.md

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-05-22 13:29:22 +01:00
csrowell f7c357d16e
Update vm-vdi.md (#20072)
Update the Azure subheading to better differentiate it and the prior "Turn on nested virtualization on VMware ESXi" subhead.
2024-05-22 09:20:19 +01:00
David Karlsson 0845436dbc
Merge pull request #20065 from felipecruz91/add-metrics-suffix
Metrics exporter - add /metrics suffix
2024-05-21 20:22:27 +02:00
Stephanie Aurelio 0e1aaa62ec
Update provisioning pages and add group mapping steps (#20016)
* add provisioning section and group mapping steps

* update URL

* update vale accept

* update callout in jit page

* fix urls

* vale fixes

* alphabetize new vale entries

* implement feedback
2024-05-21 09:25:52 -07:00
David Karlsson c597199384
Merge pull request #20067 from dvdksn/cleanups-and-tests
cleanups and tests
2024-05-21 09:48:51 +02:00
tserg d86b9d840d
docs: fix extension in example (#20069) 2024-05-21 08:13:13 +01:00
David Karlsson c6b91c8db1 chore: removed unused media files
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-20 18:59:32 +02:00
Stephanie Aurelio 9b89acd254
Add steps to deactivate orgs in Admin Console (#20046)
* add tabs with new steps

* update wording

* update steps

* implement feedback
2024-05-20 09:32:51 -07:00
Allie Sadler 7598097a58
Engdocs 2080 (#19953)
* ENGDOCS-2080

* consistency fix

* file watch addition

* file watch addition

* edits

* edits

* review edits and further includes files
2024-05-20 08:11:02 +01:00
felipecruz91 8840381e16
Metrics exporter - add /metrics suffix 2024-05-20 08:56:55 +02:00
jakkula varun c2b9ea32ac
Update multi-container-apps.md (#20059) 2024-05-19 10:51:57 -07:00
Pradumna Saraf 74bad3df93
docs: Update instructions in language-specific guides. (#20060)
* docs: Update instructions in language-specific guides.

* Update configure-ci-cd.md
2024-05-19 10:49:48 -07:00
Frederik Olberg 0b4e2e599f
Updated path to fit the java spring tutorial (#20061) 2024-05-19 10:44:38 -07:00
David Karlsson 369fe27d2a
Merge pull request #19336 from Montana/patch-1
Add Travis CI under tabs in the Docker documentation.
2024-05-17 17:33:49 +02:00
Allie Sadler 257eadedb5
ENGDOCS-2095 (#20037)
* ENGDOCS-2095

* review edit

* Update content/desktop/hardened-desktop/_index.md

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

---------

Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
2024-05-17 13:48:17 +01:00
David Karlsson da6bcc7c60
Merge pull request #20049 from robmry/networking_intro_dns_fixes
Networking overview - DNS fixes
2024-05-17 13:18:18 +02:00