Commit Graph

203 Commits

Author SHA1 Message Date
crazy-max 781cff5078 vendor: github.com/docker/buildx v0.13.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-06 15:30:43 +00:00
David Karlsson 3d7a282584
Merge pull request #19546 from dvdksn/scout-install
scout: create dedicated installation page
2024-03-01 17:03:19 +01:00
David Karlsson 437f6be375 scout: create dedicated installation page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-01 09:12:32 +01:00
David Karlsson b5f6b6dd3b
Merge pull request #19537 from dvdksn/debug-redirect
debug: add `go` redirect for docker debug
2024-02-29 20:15:23 +01:00
Craig Osterhout 9b7a4c7518
add use-case guide overview (#19531)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-02-29 09:05:22 -08:00
David Karlsson 9858a4e273 debug: rephrase "replacement" to "alternative" for debug vs exec
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-29 16:21:01 +01:00
David Karlsson 490380ee5a debug: add `go` redirect for docker debug
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-29 10:47:46 +01:00
Craig Osterhout 4a791078b9
update use-case guides toc (#19519)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-02-27 13:26:40 -08:00
Craig Osterhout d89e54174f
add jupyter use-case guide (#19361)
* add jupyter guide

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-02-23 10:58:06 -08:00
Paul d78841c028
bugfix: Typo in namespace. (#19483) 2024-02-23 08:56:09 -08:00
David Karlsson ec779a59b2
Merge pull request #19401 from dvdksn/scout-refresh
scout: refresh core pages
2024-02-23 10:53:16 +01:00
David Karlsson d9abe9f352 redirect: fix dockerd redirect order
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-22 00:02:39 +01:00
Craig Osterhout dffbd882fa
update java language-specific guide (#19390)
* update java guide

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-02-21 14:10:28 -08:00
David Karlsson 3e661b6d3e redirect: add handler for old dockerd reference location
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-21 22:53:20 +01:00
David Karlsson 5462298588 scout: rewrite page about image prefixes 2024-02-21 14:32:19 +01:00
David Karlsson 9e9a3df985 cli: use redirects for noncanonical commands
The pages for commands with aliases, e.g. `docker build`, where linked
twice in `toc.yaml` which resulted in strange highlighting for the
current page in the sidebar. Updated the link targets for non-canonical
commands in the `toc.yaml` to point to the (redirected) shorthand paths
instead.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-21 11:23:46 +01:00
David Karlsson f3b44a4476 cli: change reference docs url paths
Moves the reference documentation to a new subpath, from /engine/ to /reference/
2024-02-21 10:25:53 +01:00
Craig Osterhout 96cd6ae655
update docker init reference (#19454)
* update docker init ref

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-02-20 11:46:36 -08:00
David Karlsson 3d7c837876
Merge pull request #19386 from dvdksn/build-variables
build: variables (arg, env)
2024-02-20 10:46:41 +01:00
David Karlsson 67b57dc6e4 build: add "build variables" page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-20 10:00:08 +01:00
David Karlsson f06f27032f redirect: add go link for VEX guide
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-15 14:14:21 +01:00
David Karlsson f9cb4f963b
Merge pull request #19311 from dvdksn/scout-vex-guide
scout: add VEX guide
2024-02-15 13:51:38 +01:00
David Karlsson 43c30ec6f1 scout: add VEX guide
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-15 12:50:07 +01:00
Allie Sadler 7159870c4c
Engdocs 1954 (#19208)
* ENGDOCS-1954

* ENGDOCS-1954

* fixes

* add reference

* Fix docs issues

* minor additions

* small edits

* activate all profiles

* review edits
2024-02-13 10:01:51 +00:00
David Karlsson 27645332ad
Merge pull request #19359 from dvdksn/rm-dbc-faqs
build(cloud): remove FAQ page
2024-02-09 12:43:38 +01:00
Piotr 2836e48c3f
update wsl2 nvidia doc (#19365)
* Update WSL2 + Nvidia doc

The Nvidia drivers have been generally available for a long while now.
So change our doc to reflect that, also add a usage example which better
illustrates what can be done with the feature.

Signed-off-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>

* Add a top-level GPU support doc

Currently the WSL2 + nvidia doc is not easily discoverable for people
browsing our docs. So add a top level GPU support page and move the
WSL2 + nvidia doc there.

Signed-off-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>

---------

Signed-off-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>
2024-02-09 11:02:53 +00:00
David Karlsson e981ddb2f8 build(cloud): move internal/vpn registry info from faq to usage
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-08 22:57:20 +01:00
Craig Osterhout 9969d8ecbb
add nlp use-case guides (#19239)
* add nlp use-case guides

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-02-07 09:08:42 -08:00
Stephanie Aurelio 5209605509
Update Admin Console references to settings menu (#19313)
* admin ui updates

* update capitalization

* Update description

Co-authored-by: Christian Farris <christianfarriscs@gmail.com>

---------

Co-authored-by: Christian Farris <christianfarriscs@gmail.com>
2024-02-07 08:19:17 -08:00
Nicolas Beck 336be47dce
added utm params to build cloud redirects (#19325)
* added utm params to build cloud redirects

* Update data/redirects.yml

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

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-07 09:29:09 +01:00
David Karlsson 478dc41907 vendor: github.com/docker/scout-cli v1.4.1
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-03 20:30:25 +01:00
Craig Osterhout 43128f4266
add genai guide (#19262)
* add genai guide

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
2024-02-01 08:44:11 -08:00
David Karlsson 951147d39f move get-docker to the manuals toc
Avoids an extra jump through the Guides section, since the installation
instructions are in the manuals section too.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 15:42:38 +01:00
Allie Sadler b39560e8f3
ECI-fixes (#19222)
* ECI-fixes

* adjust toc

* fix build

* adjust callouts
2024-01-26 09:36:53 +00:00
Allie Sadler 9589acc0f5
add links to new pages (#19210)
* add links to new pages

* sentence case

* steal badge
2024-01-25 17:00:40 +00:00
David Karlsson bbbdfcd6b0
desktop: containerd general availability (#19105)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 16:28:17 +00:00
Cesar Talledo 7734c16df8
ECI: document docker socket mount restrictions. (#19117)
* eci: document docker socket mount restrictions.

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>

* eci: make formatting of notes more consistent.

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>

* eci: add new config section to docs TOC.

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>

* eci: a few more small doc improvements.

Remove the note regarding ECI being available to business customers
from all but the main ECI doc page (it's overkill otherwise).

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>

* eci: more doc improvements per review feedback.

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>

---------

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
2024-01-25 16:23:39 +00:00
Johannes Großmann 5b7a6ba6e4
add docker debug cli reference (#19178)
* add docker debug cli ref

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

* feedback1

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

* remove pull

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

* fix title

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

* feedback2

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

* refactor: restructuring of docker debug docs

* review: addressed comments

* feat: add cross-links

* review: addressed comments

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Craig Osterhout <craig.osterhout@docker.com>
2024-01-25 16:19:27 +00:00
Allie Sadler 33056bfb69
ENGDOCS-1959 (#19196)
* ENGDOCS-1959

* stage correction
2024-01-25 16:15:14 +00:00
Allie Sadler f1cdb98a83
ENGDOCS-1931 (#19081)
* ENGDOCS-1931

* format fixes

* PM review

* SME review and update screenshot

* more review edits

* more review edits
2024-01-25 16:11:28 +00:00
Craig Osterhout bc3e173ede
docker init: add java, remove beta (#19137)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-01-25 16:08:13 +00:00
David Karlsson 26a83789d2 build: add "new" badge for build cloud
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-24 15:30:02 +01:00
Allie Sadler dcfe8baa0b
ENGDOCS-1948 (#19121)
* ENGDOCS-1948

* edits

* review edits
2024-01-23 15:53:43 +00:00
David Karlsson d4aede6c36
Merge pull request #19175 from nico1510/change-build-ga-redirect
redirect to marketing page
2024-01-23 15:24:12 +01:00
Nicolas Beck 6c8006323b redirect: additional alias for dbc product page 2024-01-23 14:22:31 +01:00
David Karlsson 01c54570b8 engine: small improvements to toc titles
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-21 12:02:20 +01:00
Sebastiaan van Stijn 2b6fafeedb update some engine 24.0 versions to 25.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-20 07:26:23 +01:00
Sebastiaan van Stijn 88fb770a7e
engine: add additional redirects for deprecated API versions
The deprecated API docs in the upstream repository contained redirects
for old URLs. As those docs will be removed in upstream, we should
inherit the redirects that will be removed.

Also adjusted the API versions that can be found in the v1.9.1 tag
in upstream (API v1.17 and before).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-19 23:54:24 +01:00
Sebastiaan van Stijn db4b38af58
engine: remove logentries logging driver
The logentries logging driver was removed in Docker Engine v25. The logentries
service was already shut-down, so it's unlikely there's still active users of
this driver.

When upgrading to Docker Engine v25, any container configured with this driver
will automatically be migrated to the "local" logging driver, so no action
is required from the user, and we can safely remove these docs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-19 22:50:11 +01:00
David Karlsson ade4ebd4a6
Merge pull request #19045 from dvdksn/cli-canonical-reference-urls
Canonical CLI / moby 25
2024-01-19 16:30:19 +01:00