From 656d1a871c6837fae1e4538b82a3a5c01b70ed1e Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:14:28 +0200 Subject: [PATCH] chore: add navigation stubs, weights Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/get-started/docker-concepts/_index.md | 6 + .../docker-concepts/building-images/_index.md | 1 + .../running-containers/_index.md | 6 + .../multi-container-applications.md | 1 + .../overriding-container-defaults.md | 1 + .../persisting-container-data.md | 1 + .../running-containers/publishing-ports.md | 1 + .../running-containers/sharing-local-files.md | 1 + .../docker-concepts/the-basics/_index.md | 6 + .../the-basics/what-is-a-container.md | 1 + .../the-basics/what-is-a-registry.md | 1 + .../the-basics/what-is-an-image.md | 1 + .../the-basics/what-is-docker-compose.md | 1 + content/get-started/docker-overview.md | 1 + content/get-started/get-docker.md | 1 + content/get-started/introduction/_index.md | 1 + content/get-started/workshop/02_our_app.md | 2 + .../get-started/workshop/03_updating_app.md | 2 + .../get-started/workshop/04_sharing_app.md | 2 + .../workshop/05_persisting_data.md | 2 + .../get-started/workshop/06_bind_mounts.md | 2 + .../workshop/07_multi_container.md | 2 + .../get-started/workshop/08_using_compose.md | 2 + content/get-started/workshop/09_image_best.md | 2 + content/get-started/workshop/10_what_next.md | 4 +- content/get-started/workshop/_index.md | 1 + .../guides/deployment-orchestration/_index.md | 7 + content/{ => guides}/language/_index.md | 23 +- content/{ => guides}/language/cpp/_index.md | 3 + .../language/cpp/configure-ci-cd.md | 4 + .../{ => guides}/language/cpp/containerize.md | 8 +- content/{ => guides}/language/cpp/deploy.md | 4 + content/{ => guides}/language/cpp/develop.md | 4 + .../{ => guides}/language/dotnet/_index.md | 5 +- .../language/dotnet/configure-ci-cd.md | 4 + .../language/dotnet/containerize.md | 11 +- .../{ => guides}/language/dotnet/deploy.md | 4 + .../{ => guides}/language/dotnet/develop.md | 4 + .../{ => guides}/language/dotnet/run-tests.md | 4 + .../{ => guides}/language/golang/_index.md | 5 +- .../language/golang/build-images.md | 5 +- .../language/golang/configure-ci-cd.md | 4 + .../{ => guides}/language/golang/deploy.md | 4 + .../{ => guides}/language/golang/develop.md | 3 + .../language/golang/run-containers.md | 3 + .../{ => guides}/language/golang/run-tests.md | 3 + .../{ => guides}/language/images/c-sharp.webp | Bin content/{ => guides}/language/images/cpp.webp | Bin .../{ => guides}/language/images/golang.webp | Bin .../{ => guides}/language/images/java.webp | Bin .../{ => guides}/language/images/nodejs.webp | Bin .../language/images/php-logo.webp | Bin .../{ => guides}/language/images/python.webp | Bin content/{ => guides}/language/images/r.webp | Bin .../language/images/ruby-on-rails.webp | Bin .../language/images/rust-logo.webp | Bin content/{ => guides}/language/java/_index.md | 3 + .../language/java/configure-ci-cd.md | 4 + .../language/java/containerize.md | 3 + content/{ => guides}/language/java/deploy.md | 4 + content/{ => guides}/language/java/develop.md | 4 + .../language/java/images/compose-logs.webp | Bin .../java/images/connect-debugger.webp | Bin .../language/java/images/debug-menu.webp | Bin .../java/images/debugger-breakpoint.webp | Bin .../{ => guides}/language/java/run-tests.md | 4 + .../{ => guides}/language/nodejs/_index.md | 5 +- .../language/nodejs/configure-ci-cd.md | 4 + .../language/nodejs/containerize.md | 11 +- .../{ => guides}/language/nodejs/deploy.md | 4 + .../{ => guides}/language/nodejs/develop.md | 3 + .../{ => guides}/language/nodejs/run-tests.md | 4 + content/{ => guides}/language/php/_index.md | 5 +- .../language/php/configure-ci-cd.md | 4 + .../{ => guides}/language/php/containerize.md | 10 +- content/{ => guides}/language/php/deploy.md | 4 + content/{ => guides}/language/php/develop.md | 6 +- .../{ => guides}/language/php/run-tests.md | 4 + .../{ => guides}/language/python/_index.md | 5 +- .../language/python/configure-ci-cd.md | 4 + .../language/python/containerize.md | 7 +- .../{ => guides}/language/python/deploy.md | 4 + .../{ => guides}/language/python/develop.md | 4 + content/{ => guides}/language/r/_index.md | 5 +- .../language/r/configure-ci-cd.md | 4 + .../{ => guides}/language/r/containerize.md | 7 +- content/{ => guides}/language/r/deploy.md | 4 + content/{ => guides}/language/r/develop.md | 4 + content/{ => guides}/language/ruby/_index.md | 5 +- .../language/ruby/configure-ci-cd.md | 4 + .../language/ruby/containerize.md | 7 +- content/{ => guides}/language/ruby/deploy.md | 4 + content/{ => guides}/language/ruby/develop.md | 4 + content/{ => guides}/language/rust/_index.md | 5 +- .../language/rust/build-images.md | 16 +- .../language/rust/configure-ci-cd.md | 4 + content/{ => guides}/language/rust/deploy.md | 4 + content/{ => guides}/language/rust/develop.md | 4 + .../language/rust/run-containers.md | 6 +- content/guides/use-case/_index.md | 1 + .../guides/use-case/genai-pdf-bot/_index.md | 2 +- .../use-case/genai-pdf-bot/containerize.md | 2 + .../guides/use-case/genai-pdf-bot/develop.md | 2 + .../genai-video-bot/{_index.md => index.md} | 3 +- content/guides/use-case/nlp/_index.md | 3 +- .../use-case/nlp/language-translation.md | 1 + .../use-case/nlp/named-entity-recognition.md | 1 + .../guides/use-case/nlp/sentiment-analysis.md | 1 + .../use-case/nlp/text-classification.md | 1 + .../guides/use-case/nlp/text-summarization.md | 1 + content/manuals/accounts/_index.md | 4 +- content/manuals/accounts/create-account.md | 3 +- .../accounts/deactivate-user-account.md | 3 +- content/manuals/accounts/manage-account.md | 3 +- content/manuals/admin/_index.md | 4 +- content/manuals/admin/company/_index.md | 3 +- content/manuals/admin/faqs/_index.md | 1 + content/manuals/admin/faqs/company-faqs.md | 4 +- content/manuals/admin/faqs/general-faqs.md | 2 + .../manuals/admin/faqs/organization-faqs.md | 2 + content/manuals/admin/organization/_index.md | 4 +- .../admin/organization/activity-logs.md | 3 +- .../admin/organization/general-settings.md | 3 +- .../admin/organization/manage-a-team.md | 3 +- content/manuals/admin/organization/members.md | 3 +- content/manuals/admin/organization/onboard.md | 3 +- content/manuals/admin/organization/orgs.md | 3 +- content/manuals/billing/_index.md | 2 + .../manuals/billing/core-billing/_index.md | 1 + content/manuals/billing/core-billing/cycle.md | 1 + .../manuals/billing/core-billing/details.md | 1 + .../billing/core-billing/get-started-core.md | 1 + .../manuals/billing/core-billing/history.md | 1 + .../billing/core-billing/payment-method.md | 1 + content/manuals/build-cloud/_index.md | 1 + content/manuals/build-cloud/ci.md | 2 + content/manuals/build-cloud/optimization.md | 2 + content/manuals/build-cloud/setup.md | 2 + content/manuals/build-cloud/usage.md | 2 + content/manuals/build/_index.md | 2 + content/manuals/build/bake/_index.md | 3 +- content/manuals/build/bake/contexts.md | 2 + content/manuals/build/bake/expressions.md | 2 + content/manuals/build/bake/funcs.md | 3 +- content/manuals/build/bake/inheritance.md | 2 + content/manuals/build/bake/introduction.md | 2 + content/manuals/build/bake/matrices.md | 1 + content/manuals/build/bake/targets.md | 2 + content/manuals/build/bake/variables.md | 2 + content/manuals/build/builders/_index.md | 1 + content/manuals/build/building/_index.md | 1 + content/manuals/build/building/base-images.md | 1 + .../manuals/build/building/best-practices.md | 4 +- content/manuals/build/building/export.md | 1 + .../manuals/build/building/multi-platform.md | 2 + content/manuals/build/building/multi-stage.md | 2 + content/manuals/build/building/secrets.md | 2 + content/manuals/build/building/variables.md | 2 + content/manuals/build/buildkit/_index.md | 1 + content/manuals/build/cache/_index.md | 2 + content/manuals/build/checks.md | 2 + content/manuals/build/ci/_index.md | 4 +- .../manuals/build/ci/github-actions/_index.md | 1 + .../build/ci/github-actions/annotations.md | 1 + .../build/ci/github-actions/attestations.md | 1 + .../build/ci/github-actions/build-summary.md | 1 + .../manuals/build/ci/github-actions/cache.md | 1 + .../ci/github-actions/configure-builder.md | 1 + .../github-actions/copy-image-registries.md | 1 + .../build/ci/github-actions/export-docker.md | 1 + .../build/ci/github-actions/local-registry.md | 1 + .../ci/github-actions/manage-tags-labels.md | 1 + .../build/ci/github-actions/multi-platform.md | 1 + .../build/ci/github-actions/named-contexts.md | 1 + .../github-actions/push-multi-registries.md | 1 + .../ci/github-actions/reproducible-builds.md | 1 + .../build/ci/github-actions/secrets.md | 1 + .../ci/github-actions/share-image-jobs.md | 1 + .../ci/github-actions/test-before-push.md | 1 + .../github-actions/update-dockerhub-desc.md | 1 + content/manuals/build/concepts/_index.md | 1 + content/manuals/build/concepts/context.md | 1 + content/manuals/build/concepts/dockerfile.md | 1 + content/manuals/build/concepts/overview.md | 1 + content/manuals/build/debug/_index.md | 1 + content/manuals/build/exporters/_index.md | 2 + content/manuals/build/metadata/_index.md | 1 + content/manuals/build/release-notes.md | 1 + content/manuals/cloud/{_index.md => index.md} | 0 content/manuals/compose/_index.md | 4 +- content/manuals/compose/bridge/_index.md | 2 + .../compose/bridge/advanced-integration.md | 2 + content/manuals/compose/bridge/customize.md | 2 + content/manuals/compose/bridge/usage.md | 2 + .../compose/compose-application-model.md | 1 + .../compose/environment-variables/_index.md | 4 +- .../environment-variables/best-practices.md | 1 + .../envvars-precedence.md | 1 + .../compose/environment-variables/envvars.md | 1 + .../set-environment-variables.md | 2 + .../variable-interpolation.md | 1 + content/manuals/compose/faq.md | 1 + content/manuals/compose/feedback.md | 1 + content/manuals/compose/file-watch.md | 1 + content/manuals/compose/gettingstarted.md | 2 + content/manuals/compose/gpu-support.md | 2 + content/manuals/compose/install/_index.md | 2 + content/manuals/compose/intro/_index.md | 1 + content/manuals/compose/migrate.md | 1 + .../compose/multiple-compose-files/_index.md | 3 +- .../compose/multiple-compose-files/extends.md | 1 + .../compose/multiple-compose-files/include.md | 1 + .../compose/multiple-compose-files/merge.md | 1 + content/manuals/compose/networking.md | 2 + content/manuals/compose/production.md | 3 +- content/manuals/compose/profiles.md | 2 + content/manuals/compose/project-name.md | 1 + content/manuals/compose/release-notes.md | 1 + .../manuals/compose/samples-for-compose.md | 2 + content/manuals/compose/startup-order.md | 2 + content/manuals/compose/use-secrets.md | 2 + content/manuals/copilot/index.md | 2 + content/manuals/desktop/_index.md | 4 +- content/manuals/desktop/containerd.md | 1 + .../desktop/dev-environments/_index.md | 2 + content/manuals/desktop/get-started.md | 2 + content/manuals/desktop/gpu.md | 2 + content/manuals/desktop/install/_index.md | 1 + content/manuals/desktop/install/archlinux.md | 2 + content/manuals/desktop/install/debian.md | 2 + content/manuals/desktop/install/fedora.md | 2 + .../manuals/desktop/install/linux-install.md | 4 +- .../manuals/desktop/install/mac-install.md | 2 + content/manuals/desktop/install/msi/_index.md | 2 + content/manuals/desktop/install/rhel.md | 2 + content/manuals/desktop/install/ubuntu.md | 2 + .../desktop/install/windows-install.md | 2 + .../desktop/synchronized-file-sharing.md | 1 + content/manuals/desktop/use-desktop/_index.md | 1 + content/manuals/desktop/wasm.md | 1 + content/manuals/desktop/wsl/_index.md | 2 + content/manuals/docker-hub/_index.md | 2 + content/manuals/docker-hub/builds/_index.md | 2 + .../manuals/docker-hub/download-rate-limit.md | 2 + content/manuals/docker-hub/mirror.md | 2 + content/manuals/docker-hub/oci-artifacts.md | 6 +- content/manuals/docker-hub/quickstart.md | 2 + content/manuals/docker-hub/release-notes.md | 2 + content/manuals/docker-hub/repos/_index.md | 1 + .../manuals/docker-hub/service-accounts.md | 1 + .../docker-hub/vulnerability-scanning.md | 1 + content/manuals/docker-hub/webhooks.md | 1 + content/manuals/engine/_index.md | 4 +- content/manuals/engine/cli/_index.md | 1 + content/manuals/engine/cli/completion.md | 3 +- content/manuals/engine/cli/filter.md | 1 + content/manuals/engine/cli/formatting.md | 1 + content/manuals/engine/cli/proxy.md | 2 + content/manuals/engine/containers/_index.md | 3 +- .../containers/multi-service_container.md | 1 + .../engine/containers/resource_constraints.md | 3 +- .../manuals/engine/containers/runmetrics.md | 1 + .../start-containers-automatically.md | 1 + content/manuals/engine/daemon/_index.md | 2 + content/manuals/engine/daemon/ipv6.md | 3 +- .../{containers => daemon}/live-restore.md | 1 + content/manuals/engine/daemon/proxy.md | 3 +- content/manuals/engine/daemon/start.md | 1 + content/manuals/engine/install/_index.md | 2 + content/manuals/engine/install/binaries.md | 2 + content/manuals/engine/install/centos.md | 2 + content/manuals/engine/install/debian.md | 2 + content/manuals/engine/install/fedora.md | 2 + .../engine/install/linux-postinstall.md | 2 + .../manuals/engine/install/raspberry-pi-os.md | 2 + content/manuals/engine/install/rhel.md | 2 + content/manuals/engine/install/sles.md | 2 + content/manuals/engine/install/ubuntu.md | 2 + content/manuals/engine/logging/_index.md | 2 + .../manuals/engine/manage-resources/_index.md | 1 + content/manuals/engine/network/_index.md | 2 + .../manuals/engine/network/drivers/_index.md | 3 +- .../network/packet-filtering-firewalls.md | 1 + .../engine/network/tutorials/_index.md | 3 +- content/manuals/engine/release-notes/17.11.md | 17 +- content/manuals/engine/security/_index.md | 4 +- content/manuals/engine/security/rootless.md | 3 +- content/manuals/engine/storage/_index.md | 3 +- content/manuals/engine/storage/bind-mounts.md | 1 + content/manuals/engine/storage/containerd.md | 2 + .../manuals/engine/storage/drivers/_index.md | 3 +- .../engine/storage/drivers/aufs-driver.md | 2 +- .../engine/storage/drivers/btrfs-driver.md | 2 +- .../storage/drivers/device-mapper-driver.md | 2 +- .../storage/drivers/overlayfs-driver.md | 2 +- .../storage/drivers/select-storage-driver.md | 3 +- .../engine/storage/drivers/vfs-driver.md | 2 +- .../engine/storage/drivers/zfs-driver.md | 2 +- content/manuals/engine/storage/tmpfs.md | 1 + content/manuals/engine/storage/volumes.md | 1 + content/manuals/engine/swarm/_index.md | 3 +- .../swarm/how-swarm-mode-works/nodes.md | 1 + .../swarm/how-swarm-mode-works/services.md | 1 + .../engine/swarm/swarm-tutorial/add-nodes.md | 1 + .../swarm/swarm-tutorial/create-swarm.md | 1 + .../swarm/swarm-tutorial/delete-service.md | 1 + .../swarm/swarm-tutorial/deploy-service.md | 1 + .../engine/swarm/swarm-tutorial/drain-node.md | 1 + .../swarm/swarm-tutorial/inspect-service.md | 1 + .../swarm/swarm-tutorial/rolling-update.md | 1 + .../swarm/swarm-tutorial/scale-service.md | 1 + content/manuals/engine/tutorials/_index.md | 14 -- content/manuals/engine/tutorials/bridge1.png | Bin 30498 -> 0 bytes content/manuals/engine/tutorials/bridge2.png | Bin 31213 -> 0 bytes content/manuals/engine/tutorials/bridge3.png | Bin 40576 -> 0 bytes .../engine/tutorials/networkingcontainers.md | 214 ------------------ content/manuals/extensions/_index.md | 4 +- .../extensions/extensions-sdk/_index.md | 1 + content/manuals/extensions/marketplace.md | 1 + content/manuals/extensions/non-marketplace.md | 1 + .../manuals/extensions/private-marketplace.md | 1 + .../manuals/extensions/settings-feedback.md | 1 + content/manuals/release-lifecycle.md | 1 + content/manuals/scout/_index.md | 1 + content/manuals/scout/concepts/_index.md | 1 + content/manuals/scout/deep-dive/_index.md | 3 +- content/manuals/scout/explore/_index.md | 1 + content/manuals/scout/how-tos/_index.md | 1 + content/manuals/scout/install.md | 2 + content/manuals/scout/integrations/_index.md | 2 + .../manuals/scout/integrations/ci/_index.md | 1 + .../manuals/scout/integrations/ci/azure.md | 1 + .../scout/integrations/ci/circle-ci.md | 1 + content/manuals/scout/integrations/ci/gha.md | 1 + .../manuals/scout/integrations/ci/gitlab.md | 3 +- .../manuals/scout/integrations/ci/jenkins.md | 1 + .../integrations/code-quality/sonarqube.md | 1 + .../scout/integrations/environment/cli.md | 1 + .../scout/integrations/environment/sysdig.md | 1 + .../scout/integrations/registry/acr.md | 3 +- .../integrations/registry/artifactory.md | 3 +- .../scout/integrations/registry/ecr.md | 1 + .../source-code-management/github.md | 1 + .../integrations/team-collaboration/slack.md | 1 + content/manuals/scout/policy/_index.md | 2 + content/manuals/scout/quickstart.md | 2 + content/manuals/scout/release-notes/_index.md | 1 + content/manuals/scout/release-notes/cli.md | 1 + .../manuals/scout/release-notes/platform.md | 1 + content/manuals/security/_index.md | 3 +- content/manuals/subscription/_index.md | 4 +- content/manuals/trusted-content/_index.md | 1 + .../scout/guides => reference/api}/_index.md | 2 + content/reference/api/engine/_index.md | 58 ++--- .../reference/api/engine/latest/index.html | 4 +- content/reference/api/engine/sdk/_index.md | 2 + content/reference/api/engine/sdk/examples.md | 1 + .../reference/api/engine/version/_index.md | 6 + .../api/engine/{ => version}/v1.25.md | 1 + .../api/engine/{ => version}/v1.26.md | 1 + .../api/engine/{ => version}/v1.27.md | 1 + .../api/engine/{ => version}/v1.28.md | 1 + .../api/engine/{ => version}/v1.29.md | 1 + .../api/engine/{ => version}/v1.30.md | 1 + .../api/engine/{ => version}/v1.31.md | 1 + .../api/engine/{ => version}/v1.32.md | 1 + .../api/engine/{ => version}/v1.33.md | 1 + .../api/engine/{ => version}/v1.34.md | 1 + .../api/engine/{ => version}/v1.35.md | 1 + .../api/engine/{ => version}/v1.36.md | 1 + .../api/engine/{ => version}/v1.37.md | 1 + .../api/engine/{ => version}/v1.38.md | 1 + .../api/engine/{ => version}/v1.39.md | 1 + .../api/engine/{ => version}/v1.40.md | 1 + .../api/engine/{ => version}/v1.41.md | 1 + .../api/engine/{ => version}/v1.42.md | 1 + .../api/engine/{ => version}/v1.43.md | 1 + .../api/engine/{ => version}/v1.44.md | 1 + .../api/engine/{ => version}/v1.45.md | 1 + .../api/engine/{ => version}/v1.46.md | 1 + .../reference/api/extensions-sdk/BackendV0.md | 3 +- .../reference/api/extensions-sdk/DesktopUI.md | 3 +- .../reference/api/extensions-sdk/Dialog.md | 3 +- .../reference/api/extensions-sdk/Docker.md | 3 +- .../api/extensions-sdk/DockerCommand.md | 3 +- .../api/extensions-sdk/DockerDesktopClient.md | 3 +- content/reference/api/extensions-sdk/Exec.md | 3 +- .../api/extensions-sdk/ExecOptions.md | 3 +- .../api/extensions-sdk/ExecProcess.md | 3 +- .../api/extensions-sdk/ExecResult.md | 3 +- .../api/extensions-sdk/ExecResultV0.md | 3 +- .../api/extensions-sdk/ExecStreamOptions.md | 3 +- .../reference/api/extensions-sdk/Extension.md | 3 +- .../api/extensions-sdk/ExtensionCli.md | 3 +- .../api/extensions-sdk/ExtensionHost.md | 3 +- .../api/extensions-sdk/ExtensionVM.md | 3 +- content/reference/api/extensions-sdk/Host.md | 3 +- .../api/extensions-sdk/HttpService.md | 3 +- .../api/extensions-sdk/NavigationIntents.md | 3 +- .../api/extensions-sdk/OpenDialogResult.md | 3 +- .../api/extensions-sdk/RawExecResult.md | 3 +- .../api/extensions-sdk/RequestConfig.md | 3 +- .../api/extensions-sdk/RequestConfigV0.md | 3 +- .../api/extensions-sdk/ServiceError.md | 3 +- .../api/extensions-sdk/SpawnOptions.md | 3 +- content/reference/api/extensions-sdk/Toast.md | 3 +- .../reference/api/extensions-sdk/_index.md | 4 +- content/reference/api/hub/_index.md | 6 + content/reference/api/hub/dvp.md | 1 + content/reference/api/hub/latest.md | 1 + content/reference/cli/_index.md | 6 + content/reference/compose-file/_index.md | 2 +- hugo.yaml | 7 +- layouts/_default/engine-api-baseof.html | 2 +- 414 files changed, 817 insertions(+), 431 deletions(-) create mode 100644 content/get-started/docker-concepts/_index.md create mode 100644 content/get-started/docker-concepts/running-containers/_index.md create mode 100644 content/get-started/docker-concepts/the-basics/_index.md create mode 100644 content/guides/deployment-orchestration/_index.md rename content/{ => guides}/language/_index.md (54%) rename content/{ => guides}/language/cpp/_index.md (96%) rename content/{ => guides}/language/cpp/configure-ci-cd.md (98%) rename content/{ => guides}/language/cpp/containerize.md (92%) rename content/{ => guides}/language/cpp/deploy.md (98%) rename content/{ => guides}/language/cpp/develop.md (97%) rename content/{ => guides}/language/dotnet/_index.md (95%) rename content/{ => guides}/language/dotnet/configure-ci-cd.md (98%) rename content/{ => guides}/language/dotnet/containerize.md (92%) rename content/{ => guides}/language/dotnet/deploy.md (98%) rename content/{ => guides}/language/dotnet/develop.md (99%) rename content/{ => guides}/language/dotnet/run-tests.md (98%) rename content/{ => guides}/language/golang/_index.md (98%) rename content/{ => guides}/language/golang/build-images.md (99%) rename content/{ => guides}/language/golang/configure-ci-cd.md (98%) rename content/{ => guides}/language/golang/deploy.md (98%) rename content/{ => guides}/language/golang/develop.md (99%) rename content/{ => guides}/language/golang/run-containers.md (99%) rename content/{ => guides}/language/golang/run-tests.md (97%) rename content/{ => guides}/language/images/c-sharp.webp (100%) rename content/{ => guides}/language/images/cpp.webp (100%) rename content/{ => guides}/language/images/golang.webp (100%) rename content/{ => guides}/language/images/java.webp (100%) rename content/{ => guides}/language/images/nodejs.webp (100%) rename content/{ => guides}/language/images/php-logo.webp (100%) rename content/{ => guides}/language/images/python.webp (100%) rename content/{ => guides}/language/images/r.webp (100%) rename content/{ => guides}/language/images/ruby-on-rails.webp (100%) rename content/{ => guides}/language/images/rust-logo.webp (100%) rename content/{ => guides}/language/java/_index.md (95%) rename content/{ => guides}/language/java/configure-ci-cd.md (98%) rename content/{ => guides}/language/java/containerize.md (99%) rename content/{ => guides}/language/java/deploy.md (98%) rename content/{ => guides}/language/java/develop.md (99%) rename content/{ => guides}/language/java/images/compose-logs.webp (100%) rename content/{ => guides}/language/java/images/connect-debugger.webp (100%) rename content/{ => guides}/language/java/images/debug-menu.webp (100%) rename content/{ => guides}/language/java/images/debugger-breakpoint.webp (100%) rename content/{ => guides}/language/java/run-tests.md (98%) rename content/{ => guides}/language/nodejs/_index.md (94%) rename content/{ => guides}/language/nodejs/configure-ci-cd.md (98%) rename content/{ => guides}/language/nodejs/containerize.md (96%) rename content/{ => guides}/language/nodejs/deploy.md (98%) rename content/{ => guides}/language/nodejs/develop.md (99%) rename content/{ => guides}/language/nodejs/run-tests.md (98%) rename content/{ => guides}/language/php/_index.md (95%) rename content/{ => guides}/language/php/configure-ci-cd.md (98%) rename content/{ => guides}/language/php/containerize.md (94%) rename content/{ => guides}/language/php/deploy.md (98%) rename content/{ => guides}/language/php/develop.md (99%) rename content/{ => guides}/language/php/run-tests.md (98%) rename content/{ => guides}/language/python/_index.md (94%) rename content/{ => guides}/language/python/configure-ci-cd.md (98%) rename content/{ => guides}/language/python/containerize.md (97%) rename content/{ => guides}/language/python/deploy.md (98%) rename content/{ => guides}/language/python/develop.md (99%) rename content/{ => guides}/language/r/_index.md (94%) rename content/{ => guides}/language/r/configure-ci-cd.md (98%) rename content/{ => guides}/language/r/containerize.md (93%) rename content/{ => guides}/language/r/deploy.md (98%) rename content/{ => guides}/language/r/develop.md (98%) rename content/{ => guides}/language/ruby/_index.md (94%) rename content/{ => guides}/language/ruby/configure-ci-cd.md (98%) rename content/{ => guides}/language/ruby/containerize.md (98%) rename content/{ => guides}/language/ruby/deploy.md (98%) rename content/{ => guides}/language/ruby/develop.md (98%) rename content/{ => guides}/language/rust/_index.md (95%) rename content/{ => guides}/language/rust/build-images.md (92%) rename content/{ => guides}/language/rust/configure-ci-cd.md (98%) rename content/{ => guides}/language/rust/deploy.md (98%) rename content/{ => guides}/language/rust/develop.md (99%) rename content/{ => guides}/language/rust/run-containers.md (98%) rename content/guides/use-case/genai-video-bot/{_index.md => index.md} (99%) rename content/manuals/cloud/{_index.md => index.md} (100%) rename content/manuals/engine/{containers => daemon}/live-restore.md (99%) delete mode 100644 content/manuals/engine/tutorials/_index.md delete mode 100644 content/manuals/engine/tutorials/bridge1.png delete mode 100644 content/manuals/engine/tutorials/bridge2.png delete mode 100644 content/manuals/engine/tutorials/bridge3.png delete mode 100644 content/manuals/engine/tutorials/networkingcontainers.md rename content/{manuals/scout/guides => reference/api}/_index.md (58%) create mode 100644 content/reference/api/engine/version/_index.md rename content/reference/api/engine/{ => version}/v1.25.md (81%) rename content/reference/api/engine/{ => version}/v1.26.md (81%) rename content/reference/api/engine/{ => version}/v1.27.md (81%) rename content/reference/api/engine/{ => version}/v1.28.md (81%) rename content/reference/api/engine/{ => version}/v1.29.md (81%) rename content/reference/api/engine/{ => version}/v1.30.md (81%) rename content/reference/api/engine/{ => version}/v1.31.md (81%) rename content/reference/api/engine/{ => version}/v1.32.md (81%) rename content/reference/api/engine/{ => version}/v1.33.md (81%) rename content/reference/api/engine/{ => version}/v1.34.md (81%) rename content/reference/api/engine/{ => version}/v1.35.md (81%) rename content/reference/api/engine/{ => version}/v1.36.md (81%) rename content/reference/api/engine/{ => version}/v1.37.md (81%) rename content/reference/api/engine/{ => version}/v1.38.md (81%) rename content/reference/api/engine/{ => version}/v1.39.md (81%) rename content/reference/api/engine/{ => version}/v1.40.md (81%) rename content/reference/api/engine/{ => version}/v1.41.md (81%) rename content/reference/api/engine/{ => version}/v1.42.md (81%) rename content/reference/api/engine/{ => version}/v1.43.md (81%) rename content/reference/api/engine/{ => version}/v1.44.md (81%) rename content/reference/api/engine/{ => version}/v1.45.md (81%) rename content/reference/api/engine/{ => version}/v1.46.md (81%) create mode 100644 content/reference/api/hub/_index.md create mode 100644 content/reference/cli/_index.md diff --git a/content/get-started/docker-concepts/_index.md b/content/get-started/docker-concepts/_index.md new file mode 100644 index 0000000000..d892b70a31 --- /dev/null +++ b/content/get-started/docker-concepts/_index.md @@ -0,0 +1,6 @@ +--- +build: + render: never +title: Docker concepts +weight: 40 +--- diff --git a/content/get-started/docker-concepts/building-images/_index.md b/content/get-started/docker-concepts/building-images/_index.md index fb760143f5..a999122c4d 100644 --- a/content/get-started/docker-concepts/building-images/_index.md +++ b/content/get-started/docker-concepts/building-images/_index.md @@ -1,5 +1,6 @@ --- title: Building images +weight: 20 keywords: build images, Dockerfile, layers, tag, push, cache, multi-stage description: | Learn how to build Docker images from a Dockerfile. You'll understand the diff --git a/content/get-started/docker-concepts/running-containers/_index.md b/content/get-started/docker-concepts/running-containers/_index.md new file mode 100644 index 0000000000..0c3f2b4caa --- /dev/null +++ b/content/get-started/docker-concepts/running-containers/_index.md @@ -0,0 +1,6 @@ +--- +build: + render: never +title: Running containers +weight: 30 +--- diff --git a/content/get-started/docker-concepts/running-containers/multi-container-applications.md b/content/get-started/docker-concepts/running-containers/multi-container-applications.md index 00647c4d2d..a674f4077f 100644 --- a/content/get-started/docker-concepts/running-containers/multi-container-applications.md +++ b/content/get-started/docker-concepts/running-containers/multi-container-applications.md @@ -1,5 +1,6 @@ --- title: Multi-container applications +weight: 5 keywords: concepts, build, images, container, docker desktop description: This concept page will teach you the significance of multi-container application and how it is different from single-container application aliases: diff --git a/content/get-started/docker-concepts/running-containers/overriding-container-defaults.md b/content/get-started/docker-concepts/running-containers/overriding-container-defaults.md index 6a80769e49..981b4d9fa8 100644 --- a/content/get-started/docker-concepts/running-containers/overriding-container-defaults.md +++ b/content/get-started/docker-concepts/running-containers/overriding-container-defaults.md @@ -1,5 +1,6 @@ --- title: Overriding container defaults +weight: 2 keywords: concepts, build, images, container, docker desktop description: This concept page will teach you how to override the container defaults using the `docker run` command. aliases: diff --git a/content/get-started/docker-concepts/running-containers/persisting-container-data.md b/content/get-started/docker-concepts/running-containers/persisting-container-data.md index 36bd8d16a9..a9ca760d14 100644 --- a/content/get-started/docker-concepts/running-containers/persisting-container-data.md +++ b/content/get-started/docker-concepts/running-containers/persisting-container-data.md @@ -1,5 +1,6 @@ --- title: Persisting container data +weight: 3 keywords: concepts, build, images, container, docker desktop description: This concept page will teach you the significance of data persistence in Docker aliases: diff --git a/content/get-started/docker-concepts/running-containers/publishing-ports.md b/content/get-started/docker-concepts/running-containers/publishing-ports.md index fe0708980c..9f72944441 100644 --- a/content/get-started/docker-concepts/running-containers/publishing-ports.md +++ b/content/get-started/docker-concepts/running-containers/publishing-ports.md @@ -2,6 +2,7 @@ title: Publishing and exposing ports keywords: concepts, build, images, container, docker desktop description: This concept page will teach you the significance of publishing and exposing ports in Docker +weight: 1 aliases: - /guides/docker-concepts/running-containers/publishing-ports/ --- diff --git a/content/get-started/docker-concepts/running-containers/sharing-local-files.md b/content/get-started/docker-concepts/running-containers/sharing-local-files.md index 0381fb2669..493bbd6cd8 100644 --- a/content/get-started/docker-concepts/running-containers/sharing-local-files.md +++ b/content/get-started/docker-concepts/running-containers/sharing-local-files.md @@ -1,5 +1,6 @@ --- title: Sharing local files with containers +weight: 4 keywords: concepts, images, container, docker desktop description: This concept page will teach you the various storage options available in Docker and their common usage. aliases: diff --git a/content/get-started/docker-concepts/the-basics/_index.md b/content/get-started/docker-concepts/the-basics/_index.md new file mode 100644 index 0000000000..75cf7bce5a --- /dev/null +++ b/content/get-started/docker-concepts/the-basics/_index.md @@ -0,0 +1,6 @@ +--- +build: + render: never +title: The basics +weight: 10 +--- diff --git a/content/get-started/docker-concepts/the-basics/what-is-a-container.md b/content/get-started/docker-concepts/the-basics/what-is-a-container.md index 51310283aa..c8abe3f803 100644 --- a/content/get-started/docker-concepts/the-basics/what-is-a-container.md +++ b/content/get-started/docker-concepts/the-basics/what-is-a-container.md @@ -1,5 +1,6 @@ --- title: What is a container? +weight: 10 keywords: concepts, build, images, container, docker desktop description: What is a container? This concept page will teach you about containers and provide a quick hands-on where you will run your first container. aliases: diff --git a/content/get-started/docker-concepts/the-basics/what-is-a-registry.md b/content/get-started/docker-concepts/the-basics/what-is-a-registry.md index 6b837c6dc0..8d61803fd4 100644 --- a/content/get-started/docker-concepts/the-basics/what-is-a-registry.md +++ b/content/get-started/docker-concepts/the-basics/what-is-a-registry.md @@ -1,5 +1,6 @@ --- title: What is a registry? +weight: 30 keywords: concepts, build, images, container, docker desktop description: What is a registry? This Docker Concept will explain what a registry is, explore their interoperability, and have you interact with registries. aliases: diff --git a/content/get-started/docker-concepts/the-basics/what-is-an-image.md b/content/get-started/docker-concepts/the-basics/what-is-an-image.md index 831ee96188..34f2a05811 100644 --- a/content/get-started/docker-concepts/the-basics/what-is-an-image.md +++ b/content/get-started/docker-concepts/the-basics/what-is-an-image.md @@ -1,5 +1,6 @@ --- title: What is an image? +weight: 20 keywords: concepts, build, images, container, docker desktop description: What is an image aliases: diff --git a/content/get-started/docker-concepts/the-basics/what-is-docker-compose.md b/content/get-started/docker-concepts/the-basics/what-is-docker-compose.md index b5903ee83d..d0b47d6a13 100644 --- a/content/get-started/docker-concepts/the-basics/what-is-docker-compose.md +++ b/content/get-started/docker-concepts/the-basics/what-is-docker-compose.md @@ -1,5 +1,6 @@ --- title: What is Docker Compose? +weight: 40 keywords: concepts, build, images, container, docker desktop description: What is Docker Compose? aliases: diff --git a/content/get-started/docker-overview.md b/content/get-started/docker-overview.md index 2d28671f66..2d0309c989 100644 --- a/content/get-started/docker-overview.md +++ b/content/get-started/docker-overview.md @@ -5,6 +5,7 @@ keywords: what is a docker, docker daemon, why use docker, docker architecture, to use docker for, docker client, what is docker for, why docker, uses for docker, what is docker container used for, what are docker containers used for title: What is Docker? +weight: 20 aliases: - /introduction/understanding-docker/ - /engine/userguide/basics/ diff --git a/content/get-started/get-docker.md b/content/get-started/get-docker.md index d65f096925..17a26e0bf4 100644 --- a/content/get-started/get-docker.md +++ b/content/get-started/get-docker.md @@ -4,6 +4,7 @@ description: Download and install Docker on the platform of your choice, includi keywords: install docker, docker download, download docker, docker installation, how to install docker, get docker, docker locally title: Get Docker +weight: 10 aliases: - /install/ - /install/overview/ diff --git a/content/get-started/introduction/_index.md b/content/get-started/introduction/_index.md index 2f6b5be62c..e7362a868b 100644 --- a/content/get-started/introduction/_index.md +++ b/content/get-started/introduction/_index.md @@ -1,6 +1,7 @@ --- title: Introduction keywords: get started, getting started, how to get started +weight: 30 description: | Get started with Docker. You'll learn about Docker Desktop, developing with Docker, as well as how to build and push your first image. diff --git a/content/get-started/workshop/02_our_app.md b/content/get-started/workshop/02_our_app.md index 655dfa3ffc..0d01ca1744 100644 --- a/content/get-started/workshop/02_our_app.md +++ b/content/get-started/workshop/02_our_app.md @@ -1,5 +1,7 @@ --- title: Containerize an application +weight: 20 +linkTitle: "Part 1: Containerize an application" keywords: dockerfile example, Containerize an application, run docker file, running docker file, how to run dockerfile, example dockerfile, how to create a docker container, create dockerfile, simple dockerfile, creating containers diff --git a/content/get-started/workshop/03_updating_app.md b/content/get-started/workshop/03_updating_app.md index b9e8ee0eec..27a4ff2cf6 100644 --- a/content/get-started/workshop/03_updating_app.md +++ b/content/get-started/workshop/03_updating_app.md @@ -1,5 +1,7 @@ --- title: Update the application +weight: 30 +linkTitle: "Part 2: Update the application" keywords: get started, setup, orientation, quickstart, intro, concepts, containers, docker desktop description: Making changes to your application diff --git a/content/get-started/workshop/04_sharing_app.md b/content/get-started/workshop/04_sharing_app.md index 64e2307331..5ba3b09f06 100644 --- a/content/get-started/workshop/04_sharing_app.md +++ b/content/get-started/workshop/04_sharing_app.md @@ -1,5 +1,7 @@ --- title: Share the application +weight: 40 +linkTitle: "Part 3: Share the application" keywords: get started, setup, orientation, quickstart, intro, concepts, containers, docker desktop, docker hub, sharing description: Sharing your image you built for your example application so you can diff --git a/content/get-started/workshop/05_persisting_data.md b/content/get-started/workshop/05_persisting_data.md index 15fe84fb42..5e5864cde4 100644 --- a/content/get-started/workshop/05_persisting_data.md +++ b/content/get-started/workshop/05_persisting_data.md @@ -1,5 +1,7 @@ --- title: Persist the DB +weight: 50 +linkTitle: "Part 4: Persist the DB" keywords: get started, setup, orientation, quickstart, intro, concepts, containers, docker desktop description: Making your DB persistent in your application diff --git a/content/get-started/workshop/06_bind_mounts.md b/content/get-started/workshop/06_bind_mounts.md index ccc8a4f1a7..8c4ca7e184 100644 --- a/content/get-started/workshop/06_bind_mounts.md +++ b/content/get-started/workshop/06_bind_mounts.md @@ -1,5 +1,7 @@ --- title: Use bind mounts +weight: 60 +linkTitle: "Part 5: Use bind mounts" keywords: 'get started, setup, orientation, quickstart, intro, concepts, containers, docker desktop' description: Using bind mounts in our application aliases: diff --git a/content/get-started/workshop/07_multi_container.md b/content/get-started/workshop/07_multi_container.md index ad0199d0a3..aab577adeb 100644 --- a/content/get-started/workshop/07_multi_container.md +++ b/content/get-started/workshop/07_multi_container.md @@ -1,5 +1,7 @@ --- title: Multi container apps +weight: 70 +linkTitle: "Part 6: Multi-container apps" keywords: get started, setup, orientation, quickstart, intro, concepts, containers, docker desktop description: Using more than one container in your application diff --git a/content/get-started/workshop/08_using_compose.md b/content/get-started/workshop/08_using_compose.md index a222c02790..90011a77d1 100644 --- a/content/get-started/workshop/08_using_compose.md +++ b/content/get-started/workshop/08_using_compose.md @@ -1,5 +1,7 @@ --- title: Use Docker Compose +weight: 80 +linkTitle: "Part 7: Use Docker Compose" keywords: get started, setup, orientation, quickstart, intro, concepts, containers, docker desktop description: Using Docker Compose for multi-container applications diff --git a/content/get-started/workshop/09_image_best.md b/content/get-started/workshop/09_image_best.md index 57dd4c84d6..2e91579a22 100644 --- a/content/get-started/workshop/09_image_best.md +++ b/content/get-started/workshop/09_image_best.md @@ -1,5 +1,7 @@ --- title: Image-building best practices +weight: 90 +linkTitle: "Part 8: Image-building best practices" keywords: get started, setup, orientation, quickstart, intro, concepts, containers, docker desktop description: Tips for building images for your application diff --git a/content/get-started/workshop/10_what_next.md b/content/get-started/workshop/10_what_next.md index b1175f82bb..e14bfc54c3 100644 --- a/content/get-started/workshop/10_what_next.md +++ b/content/get-started/workshop/10_what_next.md @@ -1,5 +1,7 @@ --- title: What next after the Docker workshop +weight: 100 +linkTitle: "Part 9: What next" keywords: get started, setup, orientation, quickstart, intro, concepts, containers, docker desktop description: Making sure you have more ideas of what you could do next with your application @@ -52,4 +54,4 @@ If you'd like to see how containers are built from scratch, Liz Rice from Aqua S ## Language-specific guides -If you are looking for information on how to containerize an application using your favorite language, see the [Language-specific guides](/language/_index.md). +If you are looking for information on how to containerize an application using your favorite language, see the [Language-specific guides](/guides/language/_index.md). diff --git a/content/get-started/workshop/_index.md b/content/get-started/workshop/_index.md index 89e590331a..cc6a0beff9 100644 --- a/content/get-started/workshop/_index.md +++ b/content/get-started/workshop/_index.md @@ -1,5 +1,6 @@ --- title: Overview of the Docker workshop +linkTitle: Docker workshop keywords: docker basics, how to start a docker container, container settings, setup docker, how to setup docker, setting up docker, docker container guide, how to get started with docker diff --git a/content/guides/deployment-orchestration/_index.md b/content/guides/deployment-orchestration/_index.md new file mode 100644 index 0000000000..d98304876c --- /dev/null +++ b/content/guides/deployment-orchestration/_index.md @@ -0,0 +1,7 @@ +--- +title: Deployment and orchestration +weight: 30 +build: + render: never +--- + diff --git a/content/language/_index.md b/content/guides/language/_index.md similarity index 54% rename from content/language/_index.md rename to content/guides/language/_index.md index b6f467ac7e..c028bbbab7 100644 --- a/content/language/_index.md +++ b/content/guides/language/_index.md @@ -1,11 +1,14 @@ --- description: Language-specific guides overview +linkTitle: Language-specific guides +weight: 10 keywords: guides, docker, language, node, java, python, R, go, golang, .net, c++ title: Language-specific guides overview toc_min: 1 toc_max: 2 aliases: - /guides/walkthroughs/containerize-your-app/ +- /language/ --- The language-specific guides walk you through the process of: @@ -25,33 +28,33 @@ Learn how to containerize your applications and start developing using Docker. C
diff --git a/content/language/cpp/_index.md b/content/guides/language/cpp/_index.md similarity index 96% rename from content/language/cpp/_index.md rename to content/guides/language/cpp/_index.md index 1f17b40774..d422306115 100644 --- a/content/language/cpp/_index.md +++ b/content/guides/language/cpp/_index.md @@ -2,8 +2,11 @@ description: Containerize and develop C++ applications using Docker. keywords: getting started, c++ title: C++ language-specific guide +linkTitle: C++ toc_min: 1 toc_max: 2 +aliases: +- /language/cpp/ --- The C++ getting started guide teaches you how to create a containerized C++ application using Docker. In this guide, you'll learn how to: diff --git a/content/language/cpp/configure-ci-cd.md b/content/guides/language/cpp/configure-ci-cd.md similarity index 98% rename from content/language/cpp/configure-ci-cd.md rename to content/guides/language/cpp/configure-ci-cd.md index 9834529528..1e00c05711 100644 --- a/content/language/cpp/configure-ci-cd.md +++ b/content/guides/language/cpp/configure-ci-cd.md @@ -1,7 +1,11 @@ --- title: Configure CI/CD for your C++ application +linkTitle: Configure CI/CD +weight: 40 keywords: ci/cd, github actions, c++, shiny description: Learn how to configure CI/CD using GitHub Actions for your C++ application. +aliases: +- /language/cpp/configure-ci-cd/ --- ## Prerequisites diff --git a/content/language/cpp/containerize.md b/content/guides/language/cpp/containerize.md similarity index 92% rename from content/language/cpp/containerize.md rename to content/guides/language/cpp/containerize.md index 739841cb4d..7a8c7f1d13 100644 --- a/content/language/cpp/containerize.md +++ b/content/guides/language/cpp/containerize.md @@ -1,7 +1,11 @@ --- title: Containerize a C++ application +linkTitle: Containerize your app +weight: 10 keywords: C++, containerize, initialize description: Learn how to containerize a C++ application. +aliases: +- /language/cpp/containerize/ --- ## Prerequisites @@ -34,8 +38,8 @@ directory. ``` To learn more about the files in the repository, see the following: - - [Dockerfile](../../reference/dockerfile.md) - - [.dockerignore](../../reference/dockerfile.md#dockerignore-file) + - [Dockerfile](/reference/dockerfile.md) + - [.dockerignore](/reference/dockerfile.md#dockerignore-file) - [compose.yml](/reference/compose-file/_index.md) ## Run the application diff --git a/content/language/cpp/deploy.md b/content/guides/language/cpp/deploy.md similarity index 98% rename from content/language/cpp/deploy.md rename to content/guides/language/cpp/deploy.md index 4637ef0b66..28b0d0bb70 100644 --- a/content/language/cpp/deploy.md +++ b/content/guides/language/cpp/deploy.md @@ -1,7 +1,11 @@ --- title: Test your C++ deployment +linkTitle: Test your deployment +weight: 50 keywords: deploy, kubernetes, c++ description: Learn how to develop locally using Kubernetes +aliases: +- /language/cpp/deploy/ --- ## Prerequisites diff --git a/content/language/cpp/develop.md b/content/guides/language/cpp/develop.md similarity index 97% rename from content/language/cpp/develop.md rename to content/guides/language/cpp/develop.md index 1234131062..3d5414ee34 100644 --- a/content/language/cpp/develop.md +++ b/content/guides/language/cpp/develop.md @@ -1,7 +1,11 @@ --- title: Use containers for C++ development +linkTitle: Develop your app +weight: 20 keywords: C++, local, development description: Learn how to develop your C++ application locally. +aliases: +- /language/cpp/develop/ --- ## Prerequisites diff --git a/content/language/dotnet/_index.md b/content/guides/language/dotnet/_index.md similarity index 95% rename from content/language/dotnet/_index.md rename to content/guides/language/dotnet/_index.md index b95f384b2d..d9f4482328 100644 --- a/content/language/dotnet/_index.md +++ b/content/guides/language/dotnet/_index.md @@ -1,9 +1,12 @@ --- +title: .NET language-specific guide +linkTitle: C# (.NET) description: Containerize and develop .NET apps using Docker keywords: getting started, .net -title: .NET language-specific guide toc_min: 1 toc_max: 2 +aliases: +- /language/dotnet/ --- The .NET getting started guide teaches you how to create a containerized .NET application using Docker. In this guide, you'll learn how to: diff --git a/content/language/dotnet/configure-ci-cd.md b/content/guides/language/dotnet/configure-ci-cd.md similarity index 98% rename from content/language/dotnet/configure-ci-cd.md rename to content/guides/language/dotnet/configure-ci-cd.md index 86c848f1f9..617564c6c9 100644 --- a/content/language/dotnet/configure-ci-cd.md +++ b/content/guides/language/dotnet/configure-ci-cd.md @@ -1,7 +1,11 @@ --- title: Configure CI/CD for your .NET application +linkTitle: Configure CI/CD +weight: 40 keywords: .net, CI/CD description: Learn how to Configure CI/CD for your .NET application +aliases: +- /language/dotnet/configure-ci-cd/ --- ## Prerequisites diff --git a/content/language/dotnet/containerize.md b/content/guides/language/dotnet/containerize.md similarity index 92% rename from content/language/dotnet/containerize.md rename to content/guides/language/dotnet/containerize.md index d3c10f7b56..c7d4736562 100644 --- a/content/language/dotnet/containerize.md +++ b/content/guides/language/dotnet/containerize.md @@ -1,10 +1,13 @@ --- title: Containerize a .NET application +linkTitle: Containerize your app +weight: 10 keywords: .net, containerize, initialize description: Learn how to containerize an ASP.NET application. aliases: - /language/dotnet/build-images/ - /language/dotnet/run-containers/ +- /language/dotnet/containerize/ --- ## Prerequisites @@ -75,8 +78,8 @@ directory. ``` To learn more about the files that `docker init` added, see the following: - - [Dockerfile](../../reference/dockerfile.md) - - [.dockerignore](../../reference/dockerfile.md#dockerignore-file) + - [Dockerfile](/reference/dockerfile.md) + - [.dockerignore](/reference/dockerfile.md#dockerignore-file) - [compose.yaml](/reference/compose-file/_index.md) ## Run the application @@ -119,8 +122,8 @@ In this section, you learned how you can containerize and run your .NET application using Docker. Related information: - - [Dockerfile reference](../../reference/dockerfile.md) - - [.dockerignore file reference](../../reference/dockerfile.md#dockerignore-file) + - [Dockerfile reference](/reference/dockerfile.md) + - [.dockerignore file reference](/reference/dockerfile.md#dockerignore-file) - [Docker Compose overview](/manuals/compose/_index.md) ## Next steps diff --git a/content/language/dotnet/deploy.md b/content/guides/language/dotnet/deploy.md similarity index 98% rename from content/language/dotnet/deploy.md rename to content/guides/language/dotnet/deploy.md index 5bcdaa7d5b..5990d42a8a 100644 --- a/content/language/dotnet/deploy.md +++ b/content/guides/language/dotnet/deploy.md @@ -1,7 +1,11 @@ --- title: Test your .NET deployment +linkTitle: Test your deployment +weight: 50 keywords: deploy, .net, local, development description: Learn how to deploy your application +aliases: +- /language/dotnet/deploy/ --- ## Prerequisites diff --git a/content/language/dotnet/develop.md b/content/guides/language/dotnet/develop.md similarity index 99% rename from content/language/dotnet/develop.md rename to content/guides/language/dotnet/develop.md index c035e9ff0d..ee03af0ad5 100644 --- a/content/language/dotnet/develop.md +++ b/content/guides/language/dotnet/develop.md @@ -1,7 +1,11 @@ --- title: Use containers for .NET development +linkTitle: Develop your app +weight: 20 keywords: .net, development description: Learn how to develop your .NET application locally using containers. +aliases: +- /language/dotnet/develop/ --- ## Prerequisites diff --git a/content/language/dotnet/run-tests.md b/content/guides/language/dotnet/run-tests.md similarity index 98% rename from content/language/dotnet/run-tests.md rename to content/guides/language/dotnet/run-tests.md index b51d945211..0dce2d7995 100644 --- a/content/language/dotnet/run-tests.md +++ b/content/guides/language/dotnet/run-tests.md @@ -1,7 +1,11 @@ --- title: Run .NET tests in a container +linkTitle: Run your tests +weight: 30 keywords: .NET, test description: Learn how to run your .NET tests in a container. +aliases: +- /language/dotnet/run-tests/ --- ## Prerequisites diff --git a/content/language/golang/_index.md b/content/guides/language/golang/_index.md similarity index 98% rename from content/language/golang/_index.md rename to content/guides/language/golang/_index.md index 6cfcd525d3..13cf37c7af 100644 --- a/content/language/golang/_index.md +++ b/content/guides/language/golang/_index.md @@ -1,9 +1,12 @@ --- +title: Go language-specific guide +linkTitle: Go description: Containerize Go apps using Docker keywords: docker, getting started, go, golang, language, dockerfile -title: Go language-specific guide toc_min: 1 toc_max: 2 +aliases: +- /language/golang/ --- This guide will show you how to create, test, and deploy containerized Go applications using Docker. diff --git a/content/language/golang/build-images.md b/content/guides/language/golang/build-images.md similarity index 99% rename from content/language/golang/build-images.md rename to content/guides/language/golang/build-images.md index ab391197e5..3c1c6644ce 100644 --- a/content/language/golang/build-images.md +++ b/content/guides/language/golang/build-images.md @@ -1,9 +1,12 @@ --- title: Build your Go image +linkTitle: Build images +weight: 5 keywords: containers, images, go, golang, dockerfiles, coding, build, push, run description: Learn how to build your first Docker image by writing a Dockerfile aliases: - /get-started/golang/build-images/ +- /language/golang/build-images/ --- ## Overview @@ -155,7 +158,7 @@ COPY go.mod go.sum ./ > > If you'd like to familiarize yourself with the trailing slash treatment by the > `COPY` command, see [Dockerfile -> reference](../../reference/dockerfile.md#copy). This trailing slash can +> reference](/reference/dockerfile.md#copy). This trailing slash can > cause issues in more ways than you can imagine. Now that you have the module files inside the Docker image that you are diff --git a/content/language/golang/configure-ci-cd.md b/content/guides/language/golang/configure-ci-cd.md similarity index 98% rename from content/language/golang/configure-ci-cd.md rename to content/guides/language/golang/configure-ci-cd.md index 3ad1324f77..3cbd753b45 100644 --- a/content/language/golang/configure-ci-cd.md +++ b/content/guides/language/golang/configure-ci-cd.md @@ -1,7 +1,11 @@ --- title: Configure CI/CD for your Go application +linkTitle: Configure CI/CD +weight: 40 keywords: go, CI/CD, local, development description: Learn how to Configure CI/CD for your Go application +aliases: +- /language/golang/configure-ci-cd/ --- ## Prerequisites diff --git a/content/language/golang/deploy.md b/content/guides/language/golang/deploy.md similarity index 98% rename from content/language/golang/deploy.md rename to content/guides/language/golang/deploy.md index a67b1b867a..ef1b07195d 100644 --- a/content/language/golang/deploy.md +++ b/content/guides/language/golang/deploy.md @@ -1,7 +1,11 @@ --- title: Test your Go deployment +linkTitle: Test your deployment +weight: 50 keywords: deploy, go, local, development description: Learn how to deploy your Go application +aliases: +- /language/golang/deploy/ --- ## Prerequisites diff --git a/content/language/golang/develop.md b/content/guides/language/golang/develop.md similarity index 99% rename from content/language/golang/develop.md rename to content/guides/language/golang/develop.md index 5608dfc662..5b0fe22238 100644 --- a/content/language/golang/develop.md +++ b/content/guides/language/golang/develop.md @@ -1,9 +1,12 @@ --- title: Use containers for Go development +linkTitle: Develop your app +weight: 20 keywords: get started, go, golang, local, development description: Learn how to develop your application locally. aliases: - /get-started/golang/develop/ +- /language/golang/develop/ --- ## Prerequisites diff --git a/content/language/golang/run-containers.md b/content/guides/language/golang/run-containers.md similarity index 99% rename from content/language/golang/run-containers.md rename to content/guides/language/golang/run-containers.md index a865a10b0c..c08e27c618 100644 --- a/content/language/golang/run-containers.md +++ b/content/guides/language/golang/run-containers.md @@ -1,9 +1,12 @@ --- title: Run your Go image as a container +linkTitle: Run containers +weight: 10 keywords: get started, go, golang, run, container description: Learn how to run the image as a container. aliases: - /get-started/golang/run-containers/ +- /language/golang/run-containers/ --- ## Prerequisites diff --git a/content/language/golang/run-tests.md b/content/guides/language/golang/run-tests.md similarity index 97% rename from content/language/golang/run-tests.md rename to content/guides/language/golang/run-tests.md index 08f8771c67..14c643f3df 100644 --- a/content/language/golang/run-tests.md +++ b/content/guides/language/golang/run-tests.md @@ -1,9 +1,12 @@ --- title: Run your tests using Go test +linkTitle: Run your tests +weight: 30 keywords: build, go, golang, test description: How to build and run your Go tests in a container aliases: - /get-started/golang/run-tests/ +- /language/golang/run-tests/ --- ## Prerequisites diff --git a/content/language/images/c-sharp.webp b/content/guides/language/images/c-sharp.webp similarity index 100% rename from content/language/images/c-sharp.webp rename to content/guides/language/images/c-sharp.webp diff --git a/content/language/images/cpp.webp b/content/guides/language/images/cpp.webp similarity index 100% rename from content/language/images/cpp.webp rename to content/guides/language/images/cpp.webp diff --git a/content/language/images/golang.webp b/content/guides/language/images/golang.webp similarity index 100% rename from content/language/images/golang.webp rename to content/guides/language/images/golang.webp diff --git a/content/language/images/java.webp b/content/guides/language/images/java.webp similarity index 100% rename from content/language/images/java.webp rename to content/guides/language/images/java.webp diff --git a/content/language/images/nodejs.webp b/content/guides/language/images/nodejs.webp similarity index 100% rename from content/language/images/nodejs.webp rename to content/guides/language/images/nodejs.webp diff --git a/content/language/images/php-logo.webp b/content/guides/language/images/php-logo.webp similarity index 100% rename from content/language/images/php-logo.webp rename to content/guides/language/images/php-logo.webp diff --git a/content/language/images/python.webp b/content/guides/language/images/python.webp similarity index 100% rename from content/language/images/python.webp rename to content/guides/language/images/python.webp diff --git a/content/language/images/r.webp b/content/guides/language/images/r.webp similarity index 100% rename from content/language/images/r.webp rename to content/guides/language/images/r.webp diff --git a/content/language/images/ruby-on-rails.webp b/content/guides/language/images/ruby-on-rails.webp similarity index 100% rename from content/language/images/ruby-on-rails.webp rename to content/guides/language/images/ruby-on-rails.webp diff --git a/content/language/images/rust-logo.webp b/content/guides/language/images/rust-logo.webp similarity index 100% rename from content/language/images/rust-logo.webp rename to content/guides/language/images/rust-logo.webp diff --git a/content/language/java/_index.md b/content/guides/language/java/_index.md similarity index 95% rename from content/language/java/_index.md rename to content/guides/language/java/_index.md index aa26ab189f..5f4bb7b1f7 100644 --- a/content/language/java/_index.md +++ b/content/guides/language/java/_index.md @@ -1,9 +1,12 @@ --- title: Java language-specific guide +linkTitle: Java keywords: java, getting started description: Containerize Java apps using Docker toc_min: 1 toc_max: 2 +aliases: +- /language/java/ --- The Java getting started guide teaches you how to create a containerized Spring Boot application using Docker. In this module, you’ll learn how to: diff --git a/content/language/java/configure-ci-cd.md b/content/guides/language/java/configure-ci-cd.md similarity index 98% rename from content/language/java/configure-ci-cd.md rename to content/guides/language/java/configure-ci-cd.md index 4a41c873c0..2f0d40e42a 100644 --- a/content/language/java/configure-ci-cd.md +++ b/content/guides/language/java/configure-ci-cd.md @@ -1,7 +1,11 @@ --- title: Configure CI/CD for your Java application +linkTitle: Configure CI/CD +weight: 40 keywords: java, CI/CD, local, development description: Learn how to Configure CI/CD for your Java application +aliases: +- /language/java/configure-ci-cd/ --- ## Prerequisites diff --git a/content/language/java/containerize.md b/content/guides/language/java/containerize.md similarity index 99% rename from content/language/java/containerize.md rename to content/guides/language/java/containerize.md index 3e715c2348..4141a17b90 100644 --- a/content/language/java/containerize.md +++ b/content/guides/language/java/containerize.md @@ -1,10 +1,13 @@ --- title: Containerize a Java application +linkTitle: Containerize your app +weight: 10 keywords: java, containerize, initialize, maven, build description: Learn how to containerize a Java application. aliases: - /language/java/build-images/ - /language/java/run-containers/ + - /language/java/containerize/ --- ## Prerequisites diff --git a/content/language/java/deploy.md b/content/guides/language/java/deploy.md similarity index 98% rename from content/language/java/deploy.md rename to content/guides/language/java/deploy.md index 6234058bff..0c6cc47367 100644 --- a/content/language/java/deploy.md +++ b/content/guides/language/java/deploy.md @@ -1,7 +1,11 @@ --- title: Test your Java deployment +linkTitle: Test your deployment +weight: 50 keywords: deploy, kubernetes, java description: Learn how to develop locally using Kubernetes +aliases: +- /language/java/deploy/ --- ## Prerequisites diff --git a/content/language/java/develop.md b/content/guides/language/java/develop.md similarity index 99% rename from content/language/java/develop.md rename to content/guides/language/java/develop.md index 47ade1a378..62e6978525 100644 --- a/content/language/java/develop.md +++ b/content/guides/language/java/develop.md @@ -1,7 +1,11 @@ --- title: Use containers for Java development +linkTitle: Develop your app +weight: 20 keywords: Java, local, development, run, description: Learn how to develop your application locally. +aliases: +- /language/java/develop/ --- ## Prerequisites diff --git a/content/language/java/images/compose-logs.webp b/content/guides/language/java/images/compose-logs.webp similarity index 100% rename from content/language/java/images/compose-logs.webp rename to content/guides/language/java/images/compose-logs.webp diff --git a/content/language/java/images/connect-debugger.webp b/content/guides/language/java/images/connect-debugger.webp similarity index 100% rename from content/language/java/images/connect-debugger.webp rename to content/guides/language/java/images/connect-debugger.webp diff --git a/content/language/java/images/debug-menu.webp b/content/guides/language/java/images/debug-menu.webp similarity index 100% rename from content/language/java/images/debug-menu.webp rename to content/guides/language/java/images/debug-menu.webp diff --git a/content/language/java/images/debugger-breakpoint.webp b/content/guides/language/java/images/debugger-breakpoint.webp similarity index 100% rename from content/language/java/images/debugger-breakpoint.webp rename to content/guides/language/java/images/debugger-breakpoint.webp diff --git a/content/language/java/run-tests.md b/content/guides/language/java/run-tests.md similarity index 98% rename from content/language/java/run-tests.md rename to content/guides/language/java/run-tests.md index 82ecbfc0c6..47458d4cb2 100644 --- a/content/language/java/run-tests.md +++ b/content/guides/language/java/run-tests.md @@ -1,7 +1,11 @@ --- title: Run your Java tests +linkTitle: Run your tests +weight: 30 keywords: Java, build, test description: How to build and run your Java tests +aliases: +- /language/java/run-tests/ --- ## Prerequisites diff --git a/content/language/nodejs/_index.md b/content/guides/language/nodejs/_index.md similarity index 94% rename from content/language/nodejs/_index.md rename to content/guides/language/nodejs/_index.md index 44eafc84b1..4c54fe7c06 100644 --- a/content/language/nodejs/_index.md +++ b/content/guides/language/nodejs/_index.md @@ -1,9 +1,12 @@ --- +title: Node.js language-specific guide +linkTitle: Node.js description: Containerize and develop Node.js apps using Docker keywords: getting started, node, node.js -title: Node.js language-specific guide toc_min: 1 toc_max: 2 +aliases: +- /language/nodejs/ --- The Node.js language-specific guide teaches you how to containerize a Node.js application using Docker. In this guide, you’ll learn how to: diff --git a/content/language/nodejs/configure-ci-cd.md b/content/guides/language/nodejs/configure-ci-cd.md similarity index 98% rename from content/language/nodejs/configure-ci-cd.md rename to content/guides/language/nodejs/configure-ci-cd.md index 6d4fa67c69..ebb6454ccb 100644 --- a/content/language/nodejs/configure-ci-cd.md +++ b/content/guides/language/nodejs/configure-ci-cd.md @@ -1,7 +1,11 @@ --- title: Configure CI/CD for your Node.js application +linkTitle: Configure CI/CD +weight: 40 keywords: ci/cd, github actions, node.js, node description: Learn how to configure CI/CD using GitHub Actions for your Node.js application. +aliases: +- /language/nodejs/configure-ci-cd/ --- ## Prerequisites diff --git a/content/language/nodejs/containerize.md b/content/guides/language/nodejs/containerize.md similarity index 96% rename from content/language/nodejs/containerize.md rename to content/guides/language/nodejs/containerize.md index a5cada3c05..e8e4677814 100644 --- a/content/language/nodejs/containerize.md +++ b/content/guides/language/nodejs/containerize.md @@ -1,11 +1,14 @@ --- title: Containerize a Node.js application +linkTitle: Containerize your app +weight: 10 keywords: node.js, node, containerize, initialize description: Learn how to containerize a Node.js application. aliases: - /get-started/nodejs/build-images/ - /language/nodejs/build-images/ - /language/nodejs/run-containers/ + - /language/nodejs/containerize/ --- ## Prerequisites @@ -227,8 +230,8 @@ You should now have at least the following contents in your ``` To learn more about the files, see the following: - - [Dockerfile](../../reference/dockerfile.md) - - [.dockerignore](../../reference/dockerfile.md#dockerignore-file) + - [Dockerfile](/reference/dockerfile.md) + - [.dockerignore](/reference/dockerfile.md#dockerignore-file) - [compose.yaml](/reference/compose-file/_index.md) @@ -274,8 +277,8 @@ In this section, you learned how you can containerize and run your Node.js application using Docker. Related information: - - [Dockerfile reference](../../reference/dockerfile.md) - - [.dockerignore file reference](../../reference/dockerfile.md#dockerignore-file) + - [Dockerfile reference](/reference/dockerfile.md) + - [.dockerignore file reference](/reference/dockerfile.md#dockerignore-file) - [Docker Compose overview](/manuals/compose/_index.md) ## Next steps diff --git a/content/language/nodejs/deploy.md b/content/guides/language/nodejs/deploy.md similarity index 98% rename from content/language/nodejs/deploy.md rename to content/guides/language/nodejs/deploy.md index 6b5f8eda1c..46a1e7b811 100644 --- a/content/language/nodejs/deploy.md +++ b/content/guides/language/nodejs/deploy.md @@ -1,7 +1,11 @@ --- title: Test your Node.js deployment +linkTitle: Test your deployment +weight: 50 keywords: deploy, kubernetes, node, node.js description: Learn how to deploy locally to test and debug your Kubernetes deployment +aliases: +- /language/nodejs/deploy/ --- ## Prerequisites diff --git a/content/language/nodejs/develop.md b/content/guides/language/nodejs/develop.md similarity index 99% rename from content/language/nodejs/develop.md rename to content/guides/language/nodejs/develop.md index 7bebd7e47b..f777d7c554 100644 --- a/content/language/nodejs/develop.md +++ b/content/guides/language/nodejs/develop.md @@ -1,9 +1,12 @@ --- title: Use containers for Node.js development +linkTitle: Develop your app +weight: 20 keywords: node, node.js, development description: Learn how to develop your Node.js application locally using containers. aliases: - /get-started/nodejs/develop/ +- /language/nodejs/develop/ --- ## Prerequisites diff --git a/content/language/nodejs/run-tests.md b/content/guides/language/nodejs/run-tests.md similarity index 98% rename from content/language/nodejs/run-tests.md rename to content/guides/language/nodejs/run-tests.md index 1ba52882a7..d629eee907 100644 --- a/content/language/nodejs/run-tests.md +++ b/content/guides/language/nodejs/run-tests.md @@ -1,7 +1,11 @@ --- title: Run Node.js tests in a container +linkTitle: Run your tests +weight: 30 keywords: node.js, node, test description: Learn how to run your Node.js tests in a container. +aliases: +- /language/nodejs/run-tests/ --- ## Prerequisites diff --git a/content/language/php/_index.md b/content/guides/language/php/_index.md similarity index 95% rename from content/language/php/_index.md rename to content/guides/language/php/_index.md index c5f90fb38b..7fddb6306f 100644 --- a/content/language/php/_index.md +++ b/content/guides/language/php/_index.md @@ -1,9 +1,12 @@ --- +title: PHP language-specific guide +linkTitle: PHP description: Containerize and develop PHP apps using Docker keywords: getting started, php, composer -title: PHP language-specific guide toc_min: 1 toc_max: 2 +aliases: +- /language/php/ --- The PHP language-specific guide teaches you how to create a containerized PHP application using Docker. In this guide, you'll learn how to: diff --git a/content/language/php/configure-ci-cd.md b/content/guides/language/php/configure-ci-cd.md similarity index 98% rename from content/language/php/configure-ci-cd.md rename to content/guides/language/php/configure-ci-cd.md index 4fd0d7d0e4..83ea135ae8 100644 --- a/content/language/php/configure-ci-cd.md +++ b/content/guides/language/php/configure-ci-cd.md @@ -1,7 +1,11 @@ --- title: Configure CI/CD for your PHP application +linkTitle: Configure CI/CD +weight: 40 keywords: php, CI/CD description: Learn how to Configure CI/CD for your PHP application +aliases: +- /language/php/configure-ci-cd/ --- ## Prerequisites diff --git a/content/language/php/containerize.md b/content/guides/language/php/containerize.md similarity index 94% rename from content/language/php/containerize.md rename to content/guides/language/php/containerize.md index 715d0544e7..5361c2d8d8 100644 --- a/content/language/php/containerize.md +++ b/content/guides/language/php/containerize.md @@ -1,7 +1,11 @@ --- title: Containerize a PHP application +linkTitle: Containerize your app +weight: 10 keywords: php, containerize, initialize, apache, composer description: Learn how to containerize a PHP application. +aliases: +- /language/php/containerize/ --- ## Prerequisites @@ -76,8 +80,8 @@ directory. ``` To learn more about the files that `docker init` added, see the following: - - [Dockerfile](../../reference/dockerfile.md) - - [.dockerignore](../../reference/dockerfile.md#dockerignore-file) + - [Dockerfile](/reference/dockerfile.md) + - [.dockerignore](/reference/dockerfile.md#dockerignore-file) - [compose.yaml](/reference/compose-file/_index.md) ## Run the application @@ -120,7 +124,7 @@ In this section, you learned how you can containerize and run a simple PHP application using Docker. Related information: - - [docker init reference](../../reference/cli/docker/init.md) + - [docker init reference](/reference/cli/docker/init.md) ## Next steps diff --git a/content/language/php/deploy.md b/content/guides/language/php/deploy.md similarity index 98% rename from content/language/php/deploy.md rename to content/guides/language/php/deploy.md index 35974d75cb..e60dfb1fab 100644 --- a/content/language/php/deploy.md +++ b/content/guides/language/php/deploy.md @@ -1,7 +1,11 @@ --- title: Test your PHP deployment +linkTitle: Test your deployment +weight: 50 keywords: deploy, php, local, development description: Learn how to deploy your application +aliases: +- /language/php/deploy/ --- ## Prerequisites diff --git a/content/language/php/develop.md b/content/guides/language/php/develop.md similarity index 99% rename from content/language/php/develop.md rename to content/guides/language/php/develop.md index 50d63d7c20..8b01bde354 100644 --- a/content/language/php/develop.md +++ b/content/guides/language/php/develop.md @@ -1,7 +1,11 @@ --- title: Use containers for PHP development +linkTitle: Develop your app +weight: 20 keywords: php, development description: Learn how to develop your PHP application locally using containers. +aliases: +- /language/php/develop/ --- ## Prerequisites @@ -419,7 +423,7 @@ database and persist data. You also learned how to use Compose Watch to automati Related information: - [Compose file reference](/reference/compose-file/) - [Compose file watch](/manuals/compose/file-watch.md) - - [Dockerfile reference](../../reference/dockerfile.md) + - [Dockerfile reference](/reference/dockerfile.md) - [Official Docker Image for PHP](https://hub.docker.com/_/php) ## Next steps diff --git a/content/language/php/run-tests.md b/content/guides/language/php/run-tests.md similarity index 98% rename from content/language/php/run-tests.md rename to content/guides/language/php/run-tests.md index d6e18c8af2..41bb5695ad 100644 --- a/content/language/php/run-tests.md +++ b/content/guides/language/php/run-tests.md @@ -1,7 +1,11 @@ --- title: Run PHP tests in a container +linkTitle: Run your tests +weight: 30 keywords: php, test description: Learn how to run your PHP tests in a container. +aliases: +- /language/php/run-tests/ --- ## Prerequisites diff --git a/content/language/python/_index.md b/content/guides/language/python/_index.md similarity index 94% rename from content/language/python/_index.md rename to content/guides/language/python/_index.md index df5ca126cc..c93e625103 100644 --- a/content/language/python/_index.md +++ b/content/guides/language/python/_index.md @@ -1,9 +1,12 @@ --- +title: Python language-specific guide +linkTitle: Python description: Containerize Python apps using Docker keywords: Docker, getting started, Python, language -title: Python language-specific guide toc_min: 1 toc_max: 2 +aliases: +- /language/python/ --- The Python language-specific guide teaches you how to containerize a Python application using Docker. In this guide, you’ll learn how to: diff --git a/content/language/python/configure-ci-cd.md b/content/guides/language/python/configure-ci-cd.md similarity index 98% rename from content/language/python/configure-ci-cd.md rename to content/guides/language/python/configure-ci-cd.md index 6a9616e678..f8cfc897d3 100644 --- a/content/language/python/configure-ci-cd.md +++ b/content/guides/language/python/configure-ci-cd.md @@ -1,7 +1,11 @@ --- title: Configure CI/CD for your Python application +linkTitle: Configure CI/CD +weight: 40 keywords: ci/cd, github actions, python, flask description: Learn how to configure CI/CD using GitHub Actions for your Python application. +aliases: +- /language/python/configure-ci-cd/ --- ## Prerequisites diff --git a/content/language/python/containerize.md b/content/guides/language/python/containerize.md similarity index 97% rename from content/language/python/containerize.md rename to content/guides/language/python/containerize.md index c42a9cd678..92cdd169ac 100644 --- a/content/language/python/containerize.md +++ b/content/guides/language/python/containerize.md @@ -1,10 +1,13 @@ --- title: Containerize a Python application +linkTitle: Containerize your app +weight: 10 keywords: python, flask, containerize, initialize description: Learn how to containerize a Python application. aliases: - /language/python/build-images/ - /language/python/run-containers/ + - /language/python/containerize/ --- ## Prerequisites @@ -315,8 +318,8 @@ directory. ``` To learn more about the files, see the following: - - [Dockerfile](../../reference/dockerfile.md) - - [.dockerignore](../../reference/dockerfile.md#dockerignore-file) + - [Dockerfile](/reference/dockerfile.md) + - [.dockerignore](/reference/dockerfile.md#dockerignore-file) - [.gitignore](https://git-scm.com/docs/gitignore) - [compose.yaml](/reference/compose-file/_index.md) diff --git a/content/language/python/deploy.md b/content/guides/language/python/deploy.md similarity index 98% rename from content/language/python/deploy.md rename to content/guides/language/python/deploy.md index d33b439a3a..12ffeb5e4e 100644 --- a/content/language/python/deploy.md +++ b/content/guides/language/python/deploy.md @@ -1,7 +1,11 @@ --- title: Test your Python deployment +linkTitle: Test your deployment +weight: 50 keywords: deploy, kubernetes, python description: Learn how to develop locally using Kubernetes +aliases: +- /language/python/deploy/ --- ## Prerequisites diff --git a/content/language/python/develop.md b/content/guides/language/python/develop.md similarity index 99% rename from content/language/python/develop.md rename to content/guides/language/python/develop.md index 57449d3161..691259423c 100644 --- a/content/language/python/develop.md +++ b/content/guides/language/python/develop.md @@ -1,7 +1,11 @@ --- title: Use containers for Python development +linkTitle: Develop your app +weight: 20 keywords: python, local, development description: Learn how to develop your Python application locally. +aliases: +- /language/python/develop/ --- ## Prerequisites diff --git a/content/language/r/_index.md b/content/guides/language/r/_index.md similarity index 94% rename from content/language/r/_index.md rename to content/guides/language/r/_index.md index 63edb1a9b2..036b12a45e 100644 --- a/content/language/r/_index.md +++ b/content/guides/language/r/_index.md @@ -1,9 +1,12 @@ --- +title: R language-specific guide +linkTitle: R description: Containerize R apps using Docker keywords: Docker, getting started, R, language -title: R language-specific guide toc_min: 1 toc_max: 2 +aliases: +- /language/r/ --- The R language-specific guide teaches you how to containerize a R application using Docker. In this guide, you’ll learn how to: diff --git a/content/language/r/configure-ci-cd.md b/content/guides/language/r/configure-ci-cd.md similarity index 98% rename from content/language/r/configure-ci-cd.md rename to content/guides/language/r/configure-ci-cd.md index c517a41da2..6047d773ed 100644 --- a/content/language/r/configure-ci-cd.md +++ b/content/guides/language/r/configure-ci-cd.md @@ -1,7 +1,11 @@ --- title: Configure CI/CD for your R application +linkTitle: Configure CI/CD +weight: 40 keywords: ci/cd, github actions, R, shiny description: Learn how to configure CI/CD using GitHub Actions for your R application. +aliases: +- /language/r/configure-ci-cd/ --- ## Prerequisites diff --git a/content/language/r/containerize.md b/content/guides/language/r/containerize.md similarity index 93% rename from content/language/r/containerize.md rename to content/guides/language/r/containerize.md index 17ab6855a4..9407ba9d2a 100644 --- a/content/language/r/containerize.md +++ b/content/guides/language/r/containerize.md @@ -1,10 +1,13 @@ --- title: Containerize a R application +linkTitle: Containerize your app +weight: 10 keywords: R, containerize, initialize description: Learn how to containerize a R application. aliases: - /language/R/build-images/ - /language/R/run-containers/ + - /language/r/containerize/ --- ## Prerequisites @@ -40,8 +43,8 @@ directory. ``` To learn more about the files in the repository, see the following: - - [Dockerfile](../../reference/dockerfile.md) - - [.dockerignore](../../reference/dockerfile.md#dockerignore-file) + - [Dockerfile](/reference/dockerfile.md) + - [.dockerignore](/reference/dockerfile.md#dockerignore-file) - [compose.yaml](/reference/compose-file/_index.md) ## Run the application diff --git a/content/language/r/deploy.md b/content/guides/language/r/deploy.md similarity index 98% rename from content/language/r/deploy.md rename to content/guides/language/r/deploy.md index d33d5debbc..c70e602672 100644 --- a/content/language/r/deploy.md +++ b/content/guides/language/r/deploy.md @@ -1,7 +1,11 @@ --- title: Test your R deployment +linkTitle: Test your deployment +weight: 50 keywords: deploy, kubernetes, R description: Learn how to develop locally using Kubernetes +aliases: +- /language/r/deploy/ --- ## Prerequisites diff --git a/content/language/r/develop.md b/content/guides/language/r/develop.md similarity index 98% rename from content/language/r/develop.md rename to content/guides/language/r/develop.md index 1f96a706ad..5fde1668e7 100644 --- a/content/language/r/develop.md +++ b/content/guides/language/r/develop.md @@ -1,7 +1,11 @@ --- title: Use containers for R development +linkTitle: Develop your app +weight: 20 keywords: R, local, development description: Learn how to develop your R application locally. +aliases: +- /language/r/develop/ --- ## Prerequisites diff --git a/content/language/ruby/_index.md b/content/guides/language/ruby/_index.md similarity index 94% rename from content/language/ruby/_index.md rename to content/guides/language/ruby/_index.md index 2da18bcabb..9b1d8ba57b 100644 --- a/content/language/ruby/_index.md +++ b/content/guides/language/ruby/_index.md @@ -1,9 +1,12 @@ --- +title: Ruby on Rails language-specific guide +linkTitle: Ruby description: Containerize Ruby on Rails apps using Docker keywords: Docker, getting started, ruby, language -title: Ruby on Rails language-specific guide toc_min: 1 toc_max: 2 +aliases: +- /language/ruby/ --- The Ruby language-specific guide teaches you how to containerize a Ruby on Rails application using Docker. In this guide, you’ll learn how to: diff --git a/content/language/ruby/configure-ci-cd.md b/content/guides/language/ruby/configure-ci-cd.md similarity index 98% rename from content/language/ruby/configure-ci-cd.md rename to content/guides/language/ruby/configure-ci-cd.md index 1c1ff030e8..a7d8f13eee 100644 --- a/content/language/ruby/configure-ci-cd.md +++ b/content/guides/language/ruby/configure-ci-cd.md @@ -1,7 +1,11 @@ --- title: Configure CI/CD for your Ruby on Rails application +linkTitle: Configure CI/CD +weight: 40 keywords: ci/cd, github actions, ruby, flask description: Learn how to configure CI/CD using GitHub Actions for your Ruby on Rails application. +aliases: +- /language/ruby/configure-ci-cd/ --- ## Prerequisites diff --git a/content/language/ruby/containerize.md b/content/guides/language/ruby/containerize.md similarity index 98% rename from content/language/ruby/containerize.md rename to content/guides/language/ruby/containerize.md index fdbb835905..279783954e 100644 --- a/content/language/ruby/containerize.md +++ b/content/guides/language/ruby/containerize.md @@ -1,10 +1,13 @@ --- title: Containerize a Ruby on Rails application +linkTitle: Containerize your app +weight: 10 keywords: ruby, flask, containerize, initialize description: Learn how to containerize a Ruby on Rails application. aliases: - /language/ruby/build-images/ - /language/ruby/run-containers/ + - /language/ruby/containerize/ --- ## Prerequisites @@ -339,8 +342,8 @@ directory. To learn more about the files, see the following: - - [Dockerfile](../../reference/dockerfile.md) - - [.dockerignore](../../reference/dockerfile.md#dockerignore-file) + - [Dockerfile](/reference/dockerfile.md) + - [.dockerignore](/reference/dockerfile.md#dockerignore-file) - [compose.yaml](/reference/compose-file/_index.md) ## Run the application diff --git a/content/language/ruby/deploy.md b/content/guides/language/ruby/deploy.md similarity index 98% rename from content/language/ruby/deploy.md rename to content/guides/language/ruby/deploy.md index efe99aacd9..94ae9e4d96 100644 --- a/content/language/ruby/deploy.md +++ b/content/guides/language/ruby/deploy.md @@ -1,7 +1,11 @@ --- title: Test your Ruby on Rails deployment +linkTitle: Test your deployment +weight: 50 keywords: deploy, kubernetes, ruby description: Learn how to develop locally using Kubernetes +aliases: +- /language/ruby/deploy/ --- ## Prerequisites diff --git a/content/language/ruby/develop.md b/content/guides/language/ruby/develop.md similarity index 98% rename from content/language/ruby/develop.md rename to content/guides/language/ruby/develop.md index 6591a9f125..3c437c0a0b 100644 --- a/content/language/ruby/develop.md +++ b/content/guides/language/ruby/develop.md @@ -1,7 +1,11 @@ --- title: Use containers for Ruby on Rails development +linkTitle: Develop your app +weight: 20 keywords: ruby, local, development description: Learn how to develop your Ruby on Rails application locally. +aliases: +- /language/ruby/develop/ --- ## Prerequisites diff --git a/content/language/rust/_index.md b/content/guides/language/rust/_index.md similarity index 95% rename from content/language/rust/_index.md rename to content/guides/language/rust/_index.md index 19f9b81483..08c6ae38ad 100644 --- a/content/language/rust/_index.md +++ b/content/guides/language/rust/_index.md @@ -1,9 +1,12 @@ --- +title: Rust language-specific guide +linkTitle: Rust description: Containerize Rust apps using Docker keywords: Docker, getting started, Rust, language -title: Rust language-specific guide toc_min: 1 toc_max: 2 +aliases: +- /language/rust/ --- The Rust language-specific guide teaches you how to create a containerized Rust application using Docker. In this guide, you'll learn how to: diff --git a/content/language/rust/build-images.md b/content/guides/language/rust/build-images.md similarity index 92% rename from content/language/rust/build-images.md rename to content/guides/language/rust/build-images.md index 949ee7dae5..8ac2d15853 100644 --- a/content/language/rust/build-images.md +++ b/content/guides/language/rust/build-images.md @@ -1,7 +1,11 @@ --- title: Build your Rust image +linkTitle: Build images +weight: 5 keywords: rust, build, images, dockerfile description: Learn how to build your first Rust Docker image +aliases: +- /language/rust/build-images/ --- ## Prerequisites @@ -58,11 +62,11 @@ directory: For building an image, only the Dockerfile is necessary. Open the Dockerfile in your favorite IDE or text editor and see what it contains. To learn more -about Dockerfiles, see the [Dockerfile reference](../../reference/dockerfile.md). +about Dockerfiles, see the [Dockerfile reference](/reference/dockerfile.md). ## .dockerignore file -When you run `docker init`, it also creates a [`.dockerignore`](../../reference/dockerfile.md#dockerignore-file) file. Use the `.dockerignore` file to specify patterns and paths that you don't want copied into the image in order to keep the image as small as possible. Open up the `.dockerignore` file in your favorite IDE or text editor and see what's inside already. +When you run `docker init`, it also creates a [`.dockerignore`](/reference/dockerfile.md#dockerignore-file) file. Use the `.dockerignore` file to specify patterns and paths that you don't want copied into the image in order to keep the image as small as possible. Open up the `.dockerignore` file in your favorite IDE or text editor and see what's inside already. ## Build an image @@ -171,10 +175,10 @@ Docker removed the image tagged with `:v1.0.0`, but the `docker-rust-image:lates This section showed how you can use `docker init` to create a Dockerfile and .dockerignore file for a Rust application. It then showed you how to build an image. And finally, it showed you how to tag an image and list all images. Related information: - - [Dockerfile reference](../../reference/dockerfile.md) - - [.dockerignore file](../../reference/dockerfile.md#dockerignore-file) - - [docker init CLI reference](../../reference/cli/docker/init.md) - - [docker build CLI reference](../../reference/cli/docker/buildx/build.md) + - [Dockerfile reference](/reference/dockerfile.md) + - [.dockerignore file](/reference/dockerfile.md#dockerignore-file) + - [docker init CLI reference](/reference/cli/docker/init.md) + - [docker build CLI reference](/reference/cli/docker/buildx/build.md) ## Next steps diff --git a/content/language/rust/configure-ci-cd.md b/content/guides/language/rust/configure-ci-cd.md similarity index 98% rename from content/language/rust/configure-ci-cd.md rename to content/guides/language/rust/configure-ci-cd.md index 189a261f3a..4d66837f47 100644 --- a/content/language/rust/configure-ci-cd.md +++ b/content/guides/language/rust/configure-ci-cd.md @@ -1,7 +1,11 @@ --- title: Configure CI/CD for your Rust application +linkTitle: Configure CI/CD +weight: 40 keywords: rust, CI/CD, local, development description: Learn how to Configure CI/CD for your application +aliases: +- /language/rust/configure-ci-cd/ --- ## Prerequisites diff --git a/content/language/rust/deploy.md b/content/guides/language/rust/deploy.md similarity index 98% rename from content/language/rust/deploy.md rename to content/guides/language/rust/deploy.md index ebdf913b40..24186d915a 100644 --- a/content/language/rust/deploy.md +++ b/content/guides/language/rust/deploy.md @@ -1,7 +1,11 @@ --- title: Test your Rust deployment +linkTitle: Test your deployment +weight: 50 keywords: deploy, kubernetes, rust description: Learn how to test your Rust deployment locally using Kubernetes +aliases: +- /language/rust/deploy/ --- ## Prerequisites diff --git a/content/language/rust/develop.md b/content/guides/language/rust/develop.md similarity index 99% rename from content/language/rust/develop.md rename to content/guides/language/rust/develop.md index ba8ea5fae4..e3e2e884c8 100644 --- a/content/language/rust/develop.md +++ b/content/guides/language/rust/develop.md @@ -1,7 +1,11 @@ --- title: Develop your Rust application +linkTitle: Develop your app +weight: 20 keywords: rust, local, development, run, description: Learn how to develop your Rust application locally. +aliases: +- /language/rust/develop/ --- ## Prerequisites diff --git a/content/language/rust/run-containers.md b/content/guides/language/rust/run-containers.md similarity index 98% rename from content/language/rust/run-containers.md rename to content/guides/language/rust/run-containers.md index d7379cf450..4ebc1db1a2 100644 --- a/content/language/rust/run-containers.md +++ b/content/guides/language/rust/run-containers.md @@ -1,7 +1,11 @@ --- title: Run your Rust image as a container +linkTitle: Run containers +weight: 10 keywords: rust, run, image, container, description: Learn how to run your Rust image as a container. +aliases: +- /language/rust/run-containers/ --- ## Prerequisite @@ -192,7 +196,7 @@ That’s better! You can now easily identify your container based on the name. In this section, you took a look at running containers. You also took a look at managing containers by starting, stopping, and restarting them. And finally, you looked at naming your containers so they are more easily identifiable. Related information: - - [docker run CLI reference](../../reference/cli/docker/container/run.md) + - [docker run CLI reference](/reference/cli/docker/container/run.md) ## Next steps diff --git a/content/guides/use-case/_index.md b/content/guides/use-case/_index.md index e8f55f27fa..c360b7468a 100644 --- a/content/guides/use-case/_index.md +++ b/content/guides/use-case/_index.md @@ -1,5 +1,6 @@ --- title: Use-case guides +weight: 20 keywords: guide, use-case description: Learn how to accomplish tasks with Docker. notoc: true diff --git a/content/guides/use-case/genai-pdf-bot/_index.md b/content/guides/use-case/genai-pdf-bot/_index.md index bb4a09326a..f6e4ff22b9 100644 --- a/content/guides/use-case/genai-pdf-bot/_index.md +++ b/content/guides/use-case/genai-pdf-bot/_index.md @@ -1,7 +1,7 @@ --- +title: PDF analysis and chat description: Containerize generative AI (GenAI) apps using Docker keywords: python, generative ai, genai, llm, neo4j, ollama, langchain -title: Generative AI guide toc_min: 1 toc_max: 2 --- diff --git a/content/guides/use-case/genai-pdf-bot/containerize.md b/content/guides/use-case/genai-pdf-bot/containerize.md index 82c3eb4102..4aefec2384 100644 --- a/content/guides/use-case/genai-pdf-bot/containerize.md +++ b/content/guides/use-case/genai-pdf-bot/containerize.md @@ -1,5 +1,7 @@ --- title: Containerize a generative AI application +linkTitle: Containerize your app +weight: 10 keywords: python, generative ai, genai, llm, neo4j, ollama, containerize, intitialize, langchain, openai description: Learn how to containerize a generative AI (GenAI) application. --- diff --git a/content/guides/use-case/genai-pdf-bot/develop.md b/content/guides/use-case/genai-pdf-bot/develop.md index 3c7e164707..78ad0bb80b 100644 --- a/content/guides/use-case/genai-pdf-bot/develop.md +++ b/content/guides/use-case/genai-pdf-bot/develop.md @@ -1,5 +1,7 @@ --- title: Use containers for generative AI development +linkTitle: Develop your app +weight: 20 keywords: python, local, development, generative ai, genai, llm, neo4j, ollama, langchain, openai description: Learn how to develop your generative AI (GenAI) application locally. --- diff --git a/content/guides/use-case/genai-video-bot/_index.md b/content/guides/use-case/genai-video-bot/index.md similarity index 99% rename from content/guides/use-case/genai-video-bot/_index.md rename to content/guides/use-case/genai-video-bot/index.md index 0ce7f67b35..742cc91012 100644 --- a/content/guides/use-case/genai-video-bot/_index.md +++ b/content/guides/use-case/genai-video-bot/index.md @@ -1,7 +1,8 @@ --- +title: GenAI video transcription and chat +linkTitle: Video transcription and chat description: Explore a generative AI video analysis app that uses Docker, OpenAI, and Pinecone. keywords: python, generative ai, genai, llm, whisper, pinecone, openai, whisper -title: GenAI video transcription and chat --- ## Overview diff --git a/content/guides/use-case/nlp/_index.md b/content/guides/use-case/nlp/_index.md index 27a746a4d5..0759c97dcf 100644 --- a/content/guides/use-case/nlp/_index.md +++ b/content/guides/use-case/nlp/_index.md @@ -1,7 +1,8 @@ --- +title: Natural language processing guides +linkTitle: Natural language processing description: Learn how to build natural language processing (NLP) applications. keywords: nlp, natural language processing -title: Natural language processing guides --- The natural language processing (NLP) guides teach you how to build and run NLP diff --git a/content/guides/use-case/nlp/language-translation.md b/content/guides/use-case/nlp/language-translation.md index 6f496c3b93..56a58a111e 100644 --- a/content/guides/use-case/nlp/language-translation.md +++ b/content/guides/use-case/nlp/language-translation.md @@ -1,5 +1,6 @@ --- title: Build a language translation app +linkTitle: Language translation keywords: nlp, natural language processing, text summarization, python, language translation, googletrans description: Learn how to build and run a language translation application using Python, Googletrans, and Docker. --- diff --git a/content/guides/use-case/nlp/named-entity-recognition.md b/content/guides/use-case/nlp/named-entity-recognition.md index 439007beb1..af9d94c204 100644 --- a/content/guides/use-case/nlp/named-entity-recognition.md +++ b/content/guides/use-case/nlp/named-entity-recognition.md @@ -1,5 +1,6 @@ --- title: Build a named entity recognition app +linkTitle: Named entity recognition keywords: nlp, natural language processing, named entity recognition, python, spacy, ner description: Learn how to build and run a named entity recognition application using Python, spaCy, and Docker. --- diff --git a/content/guides/use-case/nlp/sentiment-analysis.md b/content/guides/use-case/nlp/sentiment-analysis.md index dfb9f4623c..61b8edc8eb 100644 --- a/content/guides/use-case/nlp/sentiment-analysis.md +++ b/content/guides/use-case/nlp/sentiment-analysis.md @@ -1,5 +1,6 @@ --- title: Build a sentiment analysis app +linkTitle: Sentiment analysis keywords: nlp, natural language processing, sentiment analysis, python, nltk description: Learn how to build and run a sentiment analysis application using Python, NLTK, and Docker. --- diff --git a/content/guides/use-case/nlp/text-classification.md b/content/guides/use-case/nlp/text-classification.md index 97e4eb87e5..ce67029754 100644 --- a/content/guides/use-case/nlp/text-classification.md +++ b/content/guides/use-case/nlp/text-classification.md @@ -1,5 +1,6 @@ --- title: Build a text recognition app +linkTitle: Text classification keywords: nlp, natural language processing, sentiment analysis, python, nltk, scikit-learn, text classification description: Learn how to build and run a text recognition application using Python, NLTK, scikit-learn, and Docker. --- diff --git a/content/guides/use-case/nlp/text-summarization.md b/content/guides/use-case/nlp/text-summarization.md index fea2452fc7..164a750b97 100644 --- a/content/guides/use-case/nlp/text-summarization.md +++ b/content/guides/use-case/nlp/text-summarization.md @@ -1,5 +1,6 @@ --- title: Build a text summarization app +linkTitle: Text summarization keywords: nlp, natural language processing, text summarization, python, bert extractive summarizer description: Learn how to build and run a text summarization application using Python, Bert Extractive Summarizer, and Docker. --- diff --git a/content/manuals/accounts/_index.md b/content/manuals/accounts/_index.md index b5857a05e4..ae9594d7ba 100644 --- a/content/manuals/accounts/_index.md +++ b/content/manuals/accounts/_index.md @@ -1,7 +1,9 @@ --- +title: Docker account overview +linkTitle: Docker accounts +weight: 200 description: Learn how to create and manage your Docker account. keywords: accounts, docker ID, account management, account settings, docker account, docker home -title: Docker account overview grid: - title: Create a Docker ID description: Get started with Docker and create an account. diff --git a/content/manuals/accounts/create-account.md b/content/manuals/accounts/create-account.md index 8f854ba206..1780b4ec13 100644 --- a/content/manuals/accounts/create-account.md +++ b/content/manuals/accounts/create-account.md @@ -1,8 +1,9 @@ --- +title: Create an account +weight: 10 description: Learn how to register for a Docker ID and sign in to your account keywords: accounts, docker ID, billing, paid plans, support, Hub, Store, Forums, knowledge base, beta access, email, activation, verification -title: Create an account aliases: - /docker-hub/accounts/ - /docker-id/ diff --git a/content/manuals/accounts/deactivate-user-account.md b/content/manuals/accounts/deactivate-user-account.md index 0bbfc97f69..245096200c 100644 --- a/content/manuals/accounts/deactivate-user-account.md +++ b/content/manuals/accounts/deactivate-user-account.md @@ -1,5 +1,6 @@ --- -title: Deactivating a user account +title: Deactivate an account +weight: 30 description: Learn how to deactivate a Docker user account. keywords: Docker Hub, delete, deactivate, account, account management --- diff --git a/content/manuals/accounts/manage-account.md b/content/manuals/accounts/manage-account.md index e74244fcce..554541f3bc 100644 --- a/content/manuals/accounts/manage-account.md +++ b/content/manuals/accounts/manage-account.md @@ -1,7 +1,8 @@ --- +title: Manage an account +weight: 20 description: Learn how to manage settings for your Docker account. keywords: accounts, docker ID, account settings, account management, docker home -title: Manage your Docker account --- You can centrally manage the settings for your Docker account. Here you can also take administrative actions for your account and manage your account security. diff --git a/content/manuals/admin/_index.md b/content/manuals/admin/_index.md index 64564e6e76..0779e2a8e0 100644 --- a/content/manuals/admin/_index.md +++ b/content/manuals/admin/_index.md @@ -1,7 +1,9 @@ --- +title: Administration overview +linkTitle: Administration +weight: 200 description: Discover manuals on administration for accounts, organizations, and companies. keywords: admin, administration, company, organization, Admin Console, user accounts, account management -title: Administration overview grid: - title: Company administration description: Explore how to manage a company. diff --git a/content/manuals/admin/company/_index.md b/content/manuals/admin/company/_index.md index 69e17ada95..42b2bb20a1 100644 --- a/content/manuals/admin/company/_index.md +++ b/content/manuals/admin/company/_index.md @@ -1,7 +1,8 @@ --- +title: Company administration +weight: 20 description: Learn how to manage multiple organizations using companies, including managing users, owners, and security. keywords: company, multiple organizations, manage companies -title: Company overview grid: - title: Create a company description: Get started by learning how to create a company. diff --git a/content/manuals/admin/faqs/_index.md b/content/manuals/admin/faqs/_index.md index b2d053f487..5bae20c90b 100644 --- a/content/manuals/admin/faqs/_index.md +++ b/content/manuals/admin/faqs/_index.md @@ -2,4 +2,5 @@ build: render: never title: Account and admin FAQ +weight: 30 --- diff --git a/content/manuals/admin/faqs/company-faqs.md b/content/manuals/admin/faqs/company-faqs.md index 57dfbf0fcf..d7e5e6cd57 100644 --- a/content/manuals/admin/faqs/company-faqs.md +++ b/content/manuals/admin/faqs/company-faqs.md @@ -1,7 +1,9 @@ --- +title: FAQs on companies +linkTitle: Company +weight: 30 description: Company FAQs keywords: Docker, Docker Hub, SSO FAQs, single sign-on, company, administration, company management -title: FAQs on companies tags: [FAQ] aliases: - /docker-hub/company-faqs/ diff --git a/content/manuals/admin/faqs/general-faqs.md b/content/manuals/admin/faqs/general-faqs.md index 0e3d93b56b..4efe6dcce2 100644 --- a/content/manuals/admin/faqs/general-faqs.md +++ b/content/manuals/admin/faqs/general-faqs.md @@ -1,5 +1,7 @@ --- title: General FAQs for Docker accounts +linkTitle: General +weight: 10 description: Frequently asked Docker account and administration questions keywords: onboarding, docker, teams, orgs, user accounts, organization accounts tags: [FAQ] diff --git a/content/manuals/admin/faqs/organization-faqs.md b/content/manuals/admin/faqs/organization-faqs.md index 137836f5dd..027615cbbf 100644 --- a/content/manuals/admin/faqs/organization-faqs.md +++ b/content/manuals/admin/faqs/organization-faqs.md @@ -1,5 +1,7 @@ --- description: Organization FAQs +linkTitle: Organization +weight: 20 keywords: Docker, Docker Hub, SSO FAQs, single sign-on, organizations, administration, Admin Console, members, organization management, manage orgs title: FAQs on organizations tags: [FAQ] diff --git a/content/manuals/admin/organization/_index.md b/content/manuals/admin/organization/_index.md index 6cd964324d..605c5eb269 100644 --- a/content/manuals/admin/organization/_index.md +++ b/content/manuals/admin/organization/_index.md @@ -1,7 +1,9 @@ --- +title: Organization administration overview +linkTitle: Organization administration +weight: 10 description: Learn about managing organizations in Docker including how they relate to teams, how to onboard, and more keywords: organizations, admin, overview -title: Organization administration overview grid: - title: Onboard your organization description: Learn how to onboard and secure your organization. diff --git a/content/manuals/admin/organization/activity-logs.md b/content/manuals/admin/organization/activity-logs.md index e83cceac64..11e596bb47 100644 --- a/content/manuals/admin/organization/activity-logs.md +++ b/content/manuals/admin/organization/activity-logs.md @@ -1,7 +1,8 @@ --- +title: Activity logs +weight: 50 description: Learn about activity logs. keywords: team, organization, activity, log, audit, activities -title: Activity logs aliases: - /docker-hub/audit-log/ --- diff --git a/content/manuals/admin/organization/general-settings.md b/content/manuals/admin/organization/general-settings.md index 39f0adab19..9b26bc8b0e 100644 --- a/content/manuals/admin/organization/general-settings.md +++ b/content/manuals/admin/organization/general-settings.md @@ -1,7 +1,8 @@ --- +title: Organization settings +weight: 60 description: Learn how to manage settings for organizations using Docker Admin Console. keywords: organization, settings, Admin Console -title: General organization settings --- {{< include "admin-early-access.md" >}} diff --git a/content/manuals/admin/organization/manage-a-team.md b/content/manuals/admin/organization/manage-a-team.md index 88a551ecc9..55fad01c3a 100644 --- a/content/manuals/admin/organization/manage-a-team.md +++ b/content/manuals/admin/organization/manage-a-team.md @@ -1,8 +1,9 @@ --- +title: Create and manage a team +weight: 40 description: Learn how to create and manage teams for your organization keywords: Docker, docker, registry, teams, organizations, plans, Dockerfile, Docker Hub, docs, documentation, repository permissions -title: Create and manage a team aliases: - /docker-hub/manage-a-team/ --- diff --git a/content/manuals/admin/organization/members.md b/content/manuals/admin/organization/members.md index 17edee17d3..275e306974 100644 --- a/content/manuals/admin/organization/members.md +++ b/content/manuals/admin/organization/members.md @@ -1,7 +1,8 @@ --- +title: Manage organization members +weight: 30 description: Learn how to manage organization members in Docker Hub and Docker Admin Console. keywords: members, teams, organizations, invite members, manage team members -title: Manage organization members aliases: - /docker-hub/members/ --- diff --git a/content/manuals/admin/organization/onboard.md b/content/manuals/admin/organization/onboard.md index d6b4cec3bd..b445002ba0 100644 --- a/content/manuals/admin/organization/onboard.md +++ b/content/manuals/admin/organization/onboard.md @@ -1,7 +1,8 @@ --- +title: Onboard your organization +weight: 20 description: Get started onboarding your Docker Team or Business organization. keywords: business, team, organizations, get started, onboarding -title: Onboard your organization toc_min: 1 toc_max: 2 aliases: diff --git a/content/manuals/admin/organization/orgs.md b/content/manuals/admin/organization/orgs.md index 1cb97f0035..6e8ad5357a 100644 --- a/content/manuals/admin/organization/orgs.md +++ b/content/manuals/admin/organization/orgs.md @@ -1,8 +1,9 @@ --- +title: Create your organization +weight: 10 description: Learn how to create an organization. keywords: Docker, docker, registry, teams, organizations, plans, Dockerfile, Docker Hub, docs, documentation -title: Create your organization aliases: - /docker-hub/orgs/ --- diff --git a/content/manuals/billing/_index.md b/content/manuals/billing/_index.md index 902bfb88a5..5a046e414a 100644 --- a/content/manuals/billing/_index.md +++ b/content/manuals/billing/_index.md @@ -1,5 +1,7 @@ --- title: Billing and payments +linkTitle: Billing +weight: 200 description: Discover information on billing and payment processes for Docker subscriptions. keywords: billing, invoice, payment, subscription grid_core: diff --git a/content/manuals/billing/core-billing/_index.md b/content/manuals/billing/core-billing/_index.md index 2694bf53eb..67af83b5de 100644 --- a/content/manuals/billing/core-billing/_index.md +++ b/content/manuals/billing/core-billing/_index.md @@ -2,4 +2,5 @@ build: render: never title: Docker Core billing +weight: 10 --- diff --git a/content/manuals/billing/core-billing/cycle.md b/content/manuals/billing/core-billing/cycle.md index 7096a6d421..c81d7bb3c4 100644 --- a/content/manuals/billing/core-billing/cycle.md +++ b/content/manuals/billing/core-billing/cycle.md @@ -1,5 +1,6 @@ --- title: Change your billing cycle +weight: 50 description: Learn to change your billing cycle for your Docker subscription keywords: billing, cycle, payments, subscription aliases: diff --git a/content/manuals/billing/core-billing/details.md b/content/manuals/billing/core-billing/details.md index b717a9fd20..f96e0883e4 100644 --- a/content/manuals/billing/core-billing/details.md +++ b/content/manuals/billing/core-billing/details.md @@ -1,5 +1,6 @@ --- title: Update the billing information +weight: 30 description: Learn how to update your billing information in Docker Hub keywords: payments, billing, subscription, invoices aliases: diff --git a/content/manuals/billing/core-billing/get-started-core.md b/content/manuals/billing/core-billing/get-started-core.md index f294d52637..af759cbe7b 100644 --- a/content/manuals/billing/core-billing/get-started-core.md +++ b/content/manuals/billing/core-billing/get-started-core.md @@ -1,5 +1,6 @@ --- title: Get started with Docker Core +weight: 10 description: Learn how to start your Docker Core subscription. keywords: payments, billing, subscription, invoices, docker core, subscribe --- diff --git a/content/manuals/billing/core-billing/history.md b/content/manuals/billing/core-billing/history.md index 8ffd74bc18..1f0e2624f9 100644 --- a/content/manuals/billing/core-billing/history.md +++ b/content/manuals/billing/core-billing/history.md @@ -1,5 +1,6 @@ --- title: View billing history +weight: 40 description: Discover how to view your billing history in Docker Hub keywords: payments, billing, subscription, invoices, renewals, invoice management, billing administration aliases: diff --git a/content/manuals/billing/core-billing/payment-method.md b/content/manuals/billing/core-billing/payment-method.md index e665dbef8b..813c339a3e 100644 --- a/content/manuals/billing/core-billing/payment-method.md +++ b/content/manuals/billing/core-billing/payment-method.md @@ -1,5 +1,6 @@ --- title: Add or update a payment method +weight: 20 description: Learn how to add or update a payment method in Docker Hub keywords: payments, billing, subscription, supported payment methods, failed payments, coupons billing: diff --git a/content/manuals/build-cloud/_index.md b/content/manuals/build-cloud/_index.md index 987d757681..adca1293e9 100644 --- a/content/manuals/build-cloud/_index.md +++ b/content/manuals/build-cloud/_index.md @@ -1,5 +1,6 @@ --- title: Docker Build Cloud +weight: 100 description: Find documentation on Docker Build Cloud to help you build your container images faster, both locally and in CI keywords: build, cloud, cloud build, remote builder aliases: diff --git a/content/manuals/build-cloud/ci.md b/content/manuals/build-cloud/ci.md index d1c12c08cf..f38ebdc40c 100644 --- a/content/manuals/build-cloud/ci.md +++ b/content/manuals/build-cloud/ci.md @@ -1,5 +1,7 @@ --- title: Use Docker Build Cloud in CI +linkTitle: Continuous integration +weight: 30 description: Speed up your continuous integration pipelines with Docker Build Cloud in CI keywords: build, cloud build, ci, gha, gitlab, buildkite, jenkins, circle ci aliases: diff --git a/content/manuals/build-cloud/optimization.md b/content/manuals/build-cloud/optimization.md index 5e5a5d3a5b..cde8112428 100644 --- a/content/manuals/build-cloud/optimization.md +++ b/content/manuals/build-cloud/optimization.md @@ -1,5 +1,7 @@ --- title: Optimize for building in the cloud +linkTitle: Optimization +weight: 40 description: Building remotely is different from building locally. Here's how to optimize for remote builders. keywords: build, cloud build, optimize, remote, local, cloud aliases: diff --git a/content/manuals/build-cloud/setup.md b/content/manuals/build-cloud/setup.md index 0687e95b11..cbf4098c7b 100644 --- a/content/manuals/build-cloud/setup.md +++ b/content/manuals/build-cloud/setup.md @@ -1,5 +1,7 @@ --- title: Docker Build Cloud setup +linkTitle: Setup +weight: 10 description: How to get started with Docker Build Cloud keywords: build, cloud build aliases: diff --git a/content/manuals/build-cloud/usage.md b/content/manuals/build-cloud/usage.md index fec50b05f2..83bdde6ed0 100644 --- a/content/manuals/build-cloud/usage.md +++ b/content/manuals/build-cloud/usage.md @@ -1,5 +1,7 @@ --- title: Building with Docker Build Cloud +linkTitle: Usage +weight: 20 description: Invoke your cloud builds with the Buildx CLI client keywords: build, cloud build, usage, cli, buildx, client aliases: diff --git a/content/manuals/build/_index.md b/content/manuals/build/_index.md index e552e5886a..5fbdec6cfe 100644 --- a/content/manuals/build/_index.md +++ b/content/manuals/build/_index.md @@ -1,5 +1,7 @@ --- title: Overview of Docker Build +linkTitle: Docker Build +weight: 100 description: Get an overview of Docker Build to package and bundle your code and ship it anywhere keywords: build, buildx, buildkit grid: diff --git a/content/manuals/build/bake/_index.md b/content/manuals/build/bake/_index.md index 17ec6eb4a8..92d86924e0 100644 --- a/content/manuals/build/bake/_index.md +++ b/content/manuals/build/bake/_index.md @@ -1,5 +1,6 @@ --- -title: Buildx Bake +title: Bake +weight: 50 keywords: build, buildx, bake, buildkit, hcl, json, compose aliases: - /build/customize/bake/ diff --git a/content/manuals/build/bake/contexts.md b/content/manuals/build/bake/contexts.md index 6fe94e5f1d..cf43b4aa45 100644 --- a/content/manuals/build/bake/contexts.md +++ b/content/manuals/build/bake/contexts.md @@ -1,5 +1,7 @@ --- title: Using Bake with additional contexts +linkTitle: Contexts +weight: 80 description: | Additional contexts are useful when you want to pin image versions, or reference the output of other targets diff --git a/content/manuals/build/bake/expressions.md b/content/manuals/build/bake/expressions.md index b486d5b36a..ded6d0eb50 100644 --- a/content/manuals/build/bake/expressions.md +++ b/content/manuals/build/bake/expressions.md @@ -1,5 +1,7 @@ --- title: Expression evaluation in Bake +linkTitle: Expressions +weight: 50 description: Learn about advanced Bake features, like user-defined functions keywords: build, buildx, bake, buildkit, hcl, expressions, evaluation, math, arithmetic, conditionals aliases: diff --git a/content/manuals/build/bake/funcs.md b/content/manuals/build/bake/funcs.md index 737db98671..76a39b2825 100644 --- a/content/manuals/build/bake/funcs.md +++ b/content/manuals/build/bake/funcs.md @@ -1,5 +1,6 @@ --- -title: HCL functions +title: Functions +weight: 60 description: Learn about built-in and user-defined HCL functions with Bake keywords: build, buildx, bake, buildkit, hcl, functions, user-defined, built-in, custom, gocty aliases: diff --git a/content/manuals/build/bake/inheritance.md b/content/manuals/build/bake/inheritance.md index c3556408fb..b07a56bcec 100644 --- a/content/manuals/build/bake/inheritance.md +++ b/content/manuals/build/bake/inheritance.md @@ -1,5 +1,7 @@ --- title: Inheritance in Bake +linkTitle: Inheritance +weight: 30 description: Learn how to inherit attributes from other targets in Bake keywords: buildx, buildkit, bake, inheritance, targets, attributes --- diff --git a/content/manuals/build/bake/introduction.md b/content/manuals/build/bake/introduction.md index 872c9da5b4..02c23ff673 100644 --- a/content/manuals/build/bake/introduction.md +++ b/content/manuals/build/bake/introduction.md @@ -1,5 +1,7 @@ --- title: Introduction to Bake +linkTitle: Introduction +weight: 10 description: Get started with using Bake to build your project keywords: bake, quickstart, build, project, introduction, getting started --- diff --git a/content/manuals/build/bake/matrices.md b/content/manuals/build/bake/matrices.md index f859550cd5..c4764132f4 100644 --- a/content/manuals/build/bake/matrices.md +++ b/content/manuals/build/bake/matrices.md @@ -1,5 +1,6 @@ --- title: Matrix targets +weight: 70 description: Learn how to define and use matrix targets in Bake to fork a single target into multiple different variants keywords: build, buildx, bake, buildkit, matrix, hcl, json --- diff --git a/content/manuals/build/bake/targets.md b/content/manuals/build/bake/targets.md index 122c879b08..64b74e2590 100644 --- a/content/manuals/build/bake/targets.md +++ b/content/manuals/build/bake/targets.md @@ -1,5 +1,7 @@ --- title: Bake targets +linkTitle: Targets +weight: 20 description: Learn how to define and use targets in Bake keywords: bake, target, targets, buildx, docker, buildkit, default --- diff --git a/content/manuals/build/bake/variables.md b/content/manuals/build/bake/variables.md index dff87195d8..1dfa803900 100644 --- a/content/manuals/build/bake/variables.md +++ b/content/manuals/build/bake/variables.md @@ -1,5 +1,7 @@ --- title: Variables in Bake +linkTitle: Variables +weight: 40 description: keywords: build, buildx, bake, buildkit, hcl, variables --- diff --git a/content/manuals/build/builders/_index.md b/content/manuals/build/builders/_index.md index eea8523bab..fbd77d6a68 100644 --- a/content/manuals/build/builders/_index.md +++ b/content/manuals/build/builders/_index.md @@ -1,5 +1,6 @@ --- title: Builders +weight: 40 keywords: build, buildx, builders, buildkit, drivers, backend description: Learn about builders and how to manage them --- diff --git a/content/manuals/build/building/_index.md b/content/manuals/build/building/_index.md index e2fed2d5aa..bf74fab552 100644 --- a/content/manuals/build/building/_index.md +++ b/content/manuals/build/building/_index.md @@ -2,4 +2,5 @@ build: render: never title: Building +weight: 20 --- diff --git a/content/manuals/build/building/base-images.md b/content/manuals/build/building/base-images.md index 7c99301e98..96174bd03d 100644 --- a/content/manuals/build/building/base-images.md +++ b/content/manuals/build/building/base-images.md @@ -1,5 +1,6 @@ --- title: Base images +weight: 70 description: Learn about base images and how they're created keywords: images, base image, examples aliases: diff --git a/content/manuals/build/building/best-practices.md b/content/manuals/build/building/best-practices.md index d03d1185d2..ef6c37960f 100644 --- a/content/manuals/build/building/best-practices.md +++ b/content/manuals/build/building/best-practices.md @@ -1,7 +1,9 @@ --- +title: Building best practices +linkTitle: Best practices +weight: 60 description: Hints, tips and guidelines for writing clean, reliable Dockerfiles keywords: base images, dockerfile, best practices, hub, official image -title: Building best practices tags: [Best practices] aliases: - /articles/dockerfile_best-practices/ diff --git a/content/manuals/build/building/export.md b/content/manuals/build/building/export.md index d208a59f9e..1b813c3f89 100644 --- a/content/manuals/build/building/export.md +++ b/content/manuals/build/building/export.md @@ -1,5 +1,6 @@ --- title: Export binaries +weight: 50 description: Using Docker builds to create and export executable binaries keywords: build, buildkit, buildx, guide, tutorial, build arguments, arg aliases: diff --git a/content/manuals/build/building/multi-platform.md b/content/manuals/build/building/multi-platform.md index f6454a264d..3046141ef6 100644 --- a/content/manuals/build/building/multi-platform.md +++ b/content/manuals/build/building/multi-platform.md @@ -1,5 +1,7 @@ --- title: Multi-platform builds +linkTitle: Multi-platform +weight: 40 description: Introduction to what multi-platform builds are and how to execute them using Docker Buildx. keywords: build, buildx, buildkit, multi-platform, cross-platform, cross-compilation, emulation, QEMU, ARM, x86, Windows, Linux, macOS aliases: diff --git a/content/manuals/build/building/multi-stage.md b/content/manuals/build/building/multi-stage.md index 449798db49..e96552de41 100644 --- a/content/manuals/build/building/multi-stage.md +++ b/content/manuals/build/building/multi-stage.md @@ -1,5 +1,7 @@ --- title: Multi-stage builds +linkTitle: Multi-stage +weight: 10 description: | Learn about multi-stage builds and how you can use them to improve your builds and get smaller images diff --git a/content/manuals/build/building/secrets.md b/content/manuals/build/building/secrets.md index 6cc6d5bfea..4e24146e08 100644 --- a/content/manuals/build/building/secrets.md +++ b/content/manuals/build/building/secrets.md @@ -1,5 +1,7 @@ --- title: Build secrets +linkTitle: Secrets +weight: 30 description: Manage credentials and other secrets securely keywords: build, secrets, credentials, passwords, tokens, ssh, git, auth, http tags: [Secrets] diff --git a/content/manuals/build/building/variables.md b/content/manuals/build/building/variables.md index 30c8e4780b..93a23ba211 100644 --- a/content/manuals/build/building/variables.md +++ b/content/manuals/build/building/variables.md @@ -1,5 +1,7 @@ --- title: Build variables +linkTitle: Variables +weight: 20 description: Using build arguments and environment variables to configure builds keywords: build, args, variables, parameters, env, environment variables, config aliases: diff --git a/content/manuals/build/buildkit/_index.md b/content/manuals/build/buildkit/_index.md index 7d0f6c4525..71927e5670 100644 --- a/content/manuals/build/buildkit/_index.md +++ b/content/manuals/build/buildkit/_index.md @@ -1,5 +1,6 @@ --- title: BuildKit +weight: 100 description: Introduction and overview of BuildKit keywords: build, buildkit --- diff --git a/content/manuals/build/cache/_index.md b/content/manuals/build/cache/_index.md index 5aa9168fa4..ed41bc7327 100644 --- a/content/manuals/build/cache/_index.md +++ b/content/manuals/build/cache/_index.md @@ -1,5 +1,7 @@ --- title: Docker build cache +linkTitle: Cache +weight: 60 description: Improve your build speed with effective use of the build cache keywords: build, buildx, buildkit, dockerfile, image layers, build instructions, build context aliases: diff --git a/content/manuals/build/checks.md b/content/manuals/build/checks.md index bd98768c96..3c4cb1b576 100644 --- a/content/manuals/build/checks.md +++ b/content/manuals/build/checks.md @@ -1,5 +1,7 @@ --- title: Checking your build configuration +linkTitle: Build checks {{< badge color="green" text="New" >}} +weight: 30 description: Learn how to use build checks to validate your build configuration. keywords: build, buildx, buildkit, checks, validate, configuration, lint --- diff --git a/content/manuals/build/ci/_index.md b/content/manuals/build/ci/_index.md index c77e6f625d..5dcf36b5fc 100644 --- a/content/manuals/build/ci/_index.md +++ b/content/manuals/build/ci/_index.md @@ -1,7 +1,9 @@ --- +title: Continuous integration with Docker +linkTitle: CI +weight: 70 description: Using Docker for continuous integration keywords: ci, build -title: Continuous integration with Docker aliases: - /ci-cd/best-practices/ --- diff --git a/content/manuals/build/ci/github-actions/_index.md b/content/manuals/build/ci/github-actions/_index.md index d11d4a7021..f9ade474f7 100644 --- a/content/manuals/build/ci/github-actions/_index.md +++ b/content/manuals/build/ci/github-actions/_index.md @@ -1,5 +1,6 @@ --- title: Introduction to GitHub Actions +linkTitle: GitHub Actions description: Docker maintains a set of official GitHub Actions for building Docker images. keywords: ci, github actions, gha, build, introduction, tutorial aliases: diff --git a/content/manuals/build/ci/github-actions/annotations.md b/content/manuals/build/ci/github-actions/annotations.md index 6b922ab9eb..713c452f47 100644 --- a/content/manuals/build/ci/github-actions/annotations.md +++ b/content/manuals/build/ci/github-actions/annotations.md @@ -1,5 +1,6 @@ --- title: Add image annotations with GitHub Actions +linkTitle: Annotations description: Add OCI annotations to image components using GitHub Actions keywords: ci, github actions, gha, buildkit, buildx, annotations, oci --- diff --git a/content/manuals/build/ci/github-actions/attestations.md b/content/manuals/build/ci/github-actions/attestations.md index 2897e49835..4e37da3df7 100644 --- a/content/manuals/build/ci/github-actions/attestations.md +++ b/content/manuals/build/ci/github-actions/attestations.md @@ -1,5 +1,6 @@ --- title: Add SBOM and provenance attestations with GitHub Actions +linkTitle: Attestations description: Add SBOM and provenance attestations to your images with GitHub Actions keywords: ci, github actions, gha, buildkit, buildx, attestations, sbom, provenance, slsa --- diff --git a/content/manuals/build/ci/github-actions/build-summary.md b/content/manuals/build/ci/github-actions/build-summary.md index d5d5c28467..841b486402 100644 --- a/content/manuals/build/ci/github-actions/build-summary.md +++ b/content/manuals/build/ci/github-actions/build-summary.md @@ -1,5 +1,6 @@ --- title: GitHub Actions build summary +linkTitle: Build summary descripion: Get an overview of your Docker Builds with GitHub Actions keywords: github actions, gha, build, summary, annotation --- diff --git a/content/manuals/build/ci/github-actions/cache.md b/content/manuals/build/ci/github-actions/cache.md index 10be7423c6..eb8d9d47d6 100644 --- a/content/manuals/build/ci/github-actions/cache.md +++ b/content/manuals/build/ci/github-actions/cache.md @@ -1,5 +1,6 @@ --- title: Cache management with GitHub Actions +linkTitle: Cache management keywords: ci, github actions, gha, buildkit, buildx, cache --- diff --git a/content/manuals/build/ci/github-actions/configure-builder.md b/content/manuals/build/ci/github-actions/configure-builder.md index 1320c31e0c..a02c83a80a 100644 --- a/content/manuals/build/ci/github-actions/configure-builder.md +++ b/content/manuals/build/ci/github-actions/configure-builder.md @@ -1,5 +1,6 @@ --- title: Configuring your GitHub Actions builder +linkTitle: BuildKit configuration description: Configuring BuildKit instances for building in CI with GitHub Actions keywords: ci, github actions, gha, buildkit, buildx --- diff --git a/content/manuals/build/ci/github-actions/copy-image-registries.md b/content/manuals/build/ci/github-actions/copy-image-registries.md index 11fb9fd26c..b66e9f6739 100644 --- a/content/manuals/build/ci/github-actions/copy-image-registries.md +++ b/content/manuals/build/ci/github-actions/copy-image-registries.md @@ -1,5 +1,6 @@ --- title: Copy image between registries with GitHub Actions +linkTitle: Copy image between registries description: Build multi-platform images and copy them between registries with GitHub Actions keywords: ci, github actions, gha, buildkit, buildx, registry --- diff --git a/content/manuals/build/ci/github-actions/export-docker.md b/content/manuals/build/ci/github-actions/export-docker.md index 91bbdc6b63..61489e886d 100644 --- a/content/manuals/build/ci/github-actions/export-docker.md +++ b/content/manuals/build/ci/github-actions/export-docker.md @@ -1,5 +1,6 @@ --- title: Export to Docker with GitHub Actions +linkTitle: Export to Docker description: Load the build results to the image store with GitHub Actions keywords: ci, github actions, gha, buildkit, buildx, docker, export, load --- diff --git a/content/manuals/build/ci/github-actions/local-registry.md b/content/manuals/build/ci/github-actions/local-registry.md index d881d60132..807b7e7c32 100644 --- a/content/manuals/build/ci/github-actions/local-registry.md +++ b/content/manuals/build/ci/github-actions/local-registry.md @@ -1,5 +1,6 @@ --- title: Local registry with GitHub Actions +linkTitle: Local registry description: Create and use a local OCI registry with GitHub Actions keywords: ci, github actions, gha, buildkit, buildx, registry --- diff --git a/content/manuals/build/ci/github-actions/manage-tags-labels.md b/content/manuals/build/ci/github-actions/manage-tags-labels.md index 8b90becef6..162536a63d 100644 --- a/content/manuals/build/ci/github-actions/manage-tags-labels.md +++ b/content/manuals/build/ci/github-actions/manage-tags-labels.md @@ -1,5 +1,6 @@ --- title: Manage tags and labels with GitHub Actions +linkTitle: Tags and labels description: Assign tags and labels to images automatically with GitHub Actions keywords: ci, github actions, gha, buildkit, buildx, tags, labels --- diff --git a/content/manuals/build/ci/github-actions/multi-platform.md b/content/manuals/build/ci/github-actions/multi-platform.md index 58ada96836..5fb013ed7e 100644 --- a/content/manuals/build/ci/github-actions/multi-platform.md +++ b/content/manuals/build/ci/github-actions/multi-platform.md @@ -1,5 +1,6 @@ --- title: Multi-platform image with GitHub Actions +linkTitle: Multi-platform image description: Build for multiple architectures with GitHub Actions using QEMU emulation or multiple native builders keywords: ci, github actions, gha, buildkit, buildx, multi-platform --- diff --git a/content/manuals/build/ci/github-actions/named-contexts.md b/content/manuals/build/ci/github-actions/named-contexts.md index 6506e8d0df..fe81c03e07 100644 --- a/content/manuals/build/ci/github-actions/named-contexts.md +++ b/content/manuals/build/ci/github-actions/named-contexts.md @@ -1,5 +1,6 @@ --- title: Named contexts with GitHub Actions +linkTitle: Named contexts description: Use additional contexts in multi-stage builds with GitHub Actions keywords: ci, github actions, gha, buildkit, buildx, context --- diff --git a/content/manuals/build/ci/github-actions/push-multi-registries.md b/content/manuals/build/ci/github-actions/push-multi-registries.md index 860eb64fe2..5b2cb4c184 100644 --- a/content/manuals/build/ci/github-actions/push-multi-registries.md +++ b/content/manuals/build/ci/github-actions/push-multi-registries.md @@ -1,5 +1,6 @@ --- title: Push to multiple registries with GitHub Actions +linkTitle: Push to multiple registries description: Push to multiple registries with GitHub Actions keywords: ci, github actions, gha, buildkit, buildx, registry --- diff --git a/content/manuals/build/ci/github-actions/reproducible-builds.md b/content/manuals/build/ci/github-actions/reproducible-builds.md index 86b9399283..a88cc019f6 100644 --- a/content/manuals/build/ci/github-actions/reproducible-builds.md +++ b/content/manuals/build/ci/github-actions/reproducible-builds.md @@ -1,5 +1,6 @@ --- title: Reproducible builds with GitHub Actions +linkTitle: Reproducible builds description: How to create reproducible builds in GitHub Actions using the SOURCE_EPOCH environment variable keywords: build, buildx, github actions, ci, gha, reproducible builds, SOURCE_DATE_EPOCH --- diff --git a/content/manuals/build/ci/github-actions/secrets.md b/content/manuals/build/ci/github-actions/secrets.md index 0dda2551ea..4d08136f7a 100644 --- a/content/manuals/build/ci/github-actions/secrets.md +++ b/content/manuals/build/ci/github-actions/secrets.md @@ -1,5 +1,6 @@ --- title: Using secrets with GitHub Actions +linkTitle: Build secrets description: Example using secret mounts with GitHub Actions keywords: ci, github actions, gha, buildkit, buildx, secret tags: [Secrets] diff --git a/content/manuals/build/ci/github-actions/share-image-jobs.md b/content/manuals/build/ci/github-actions/share-image-jobs.md index 3a2566aa4b..995dd08a89 100644 --- a/content/manuals/build/ci/github-actions/share-image-jobs.md +++ b/content/manuals/build/ci/github-actions/share-image-jobs.md @@ -1,5 +1,6 @@ --- title: Share built image between jobs with GitHub Actions +linkTitle: Share image between jobs description: Share an image between runners without pushing to a registry keywords: ci, github actions, gha, buildkit, buildx --- diff --git a/content/manuals/build/ci/github-actions/test-before-push.md b/content/manuals/build/ci/github-actions/test-before-push.md index a780e45cf0..064f45665c 100644 --- a/content/manuals/build/ci/github-actions/test-before-push.md +++ b/content/manuals/build/ci/github-actions/test-before-push.md @@ -1,5 +1,6 @@ --- title: Test before push with GitHub Actions +linkTitle: Test before push description: Here's how you can validate an image, before pushing it to a registry keywords: ci, github actions, gha, buildkit, buildx, test --- diff --git a/content/manuals/build/ci/github-actions/update-dockerhub-desc.md b/content/manuals/build/ci/github-actions/update-dockerhub-desc.md index 8ee4e36126..04ed5cc3a6 100644 --- a/content/manuals/build/ci/github-actions/update-dockerhub-desc.md +++ b/content/manuals/build/ci/github-actions/update-dockerhub-desc.md @@ -1,5 +1,6 @@ --- title: Update Docker Hub description with GitHub Actions +linkTitle: Update Docker Hub description description: How to update the repository README in Docker Hub using with GitHub Actions keywords: ci, github actions, gha, buildkit, buildx, docker hub --- diff --git a/content/manuals/build/concepts/_index.md b/content/manuals/build/concepts/_index.md index b7f1adaee8..caa8fc9bd3 100644 --- a/content/manuals/build/concepts/_index.md +++ b/content/manuals/build/concepts/_index.md @@ -2,4 +2,5 @@ build: render: never title: Core concepts +weight: 10 --- diff --git a/content/manuals/build/concepts/context.md b/content/manuals/build/concepts/context.md index 6b912445d9..cb5a41c4d4 100644 --- a/content/manuals/build/concepts/context.md +++ b/content/manuals/build/concepts/context.md @@ -1,5 +1,6 @@ --- title: Build context +weight: 30 description: Learn how to use the build context to access files from your Dockerfile keywords: build, buildx, buildkit, context, git, tarball, stdin aliases: diff --git a/content/manuals/build/concepts/dockerfile.md b/content/manuals/build/concepts/dockerfile.md index 1399b533ea..7643d3a22a 100644 --- a/content/manuals/build/concepts/dockerfile.md +++ b/content/manuals/build/concepts/dockerfile.md @@ -1,5 +1,6 @@ --- title: Dockerfile overview +weight: 20 description: Learn about Dockerfiles and how to use them with Docker Images to build and package your software keywords: build, buildx, buildkit, getting started, dockerfile aliases: diff --git a/content/manuals/build/concepts/overview.md b/content/manuals/build/concepts/overview.md index bdda042c47..8b30d38540 100644 --- a/content/manuals/build/concepts/overview.md +++ b/content/manuals/build/concepts/overview.md @@ -1,5 +1,6 @@ --- title: Docker Build Overview +weight: 10 description: Learn about Docker Build and its components. keywords: build, buildkit, buildx, architecture aliases: diff --git a/content/manuals/build/debug/_index.md b/content/manuals/build/debug/_index.md index 4455e4cd54..b3e7f5b081 100644 --- a/content/manuals/build/debug/_index.md +++ b/content/manuals/build/debug/_index.md @@ -2,4 +2,5 @@ build: render: never title: Debugging +weight: 110 --- diff --git a/content/manuals/build/exporters/_index.md b/content/manuals/build/exporters/_index.md index f5433a4e88..e5dc78fbc0 100644 --- a/content/manuals/build/exporters/_index.md +++ b/content/manuals/build/exporters/_index.md @@ -1,5 +1,7 @@ --- title: Exporters overview +linkTitle: Exporters +weight: 90 description: Build exporters define the output format of your build result keywords: build, buildx, buildkit, exporter, image, registry, local, tar, oci, docker, cacheonly aliases: diff --git a/content/manuals/build/metadata/_index.md b/content/manuals/build/metadata/_index.md index a14bcb54ff..05370d42dd 100644 --- a/content/manuals/build/metadata/_index.md +++ b/content/manuals/build/metadata/_index.md @@ -2,4 +2,5 @@ build: render: never title: Metadata +weight: 80 --- diff --git a/content/manuals/build/release-notes.md b/content/manuals/build/release-notes.md index 6a0218d9a3..8ef6281344 100644 --- a/content/manuals/build/release-notes.md +++ b/content/manuals/build/release-notes.md @@ -1,5 +1,6 @@ --- title: Build release notes +weight: 120 description: Learn about the new features, bug fixes, and breaking changes for the newest Buildx release keywords: build, buildx, buildkit, release notes tags: [Release notes] diff --git a/content/manuals/cloud/_index.md b/content/manuals/cloud/index.md similarity index 100% rename from content/manuals/cloud/_index.md rename to content/manuals/cloud/index.md diff --git a/content/manuals/compose/_index.md b/content/manuals/compose/_index.md index 144b89cac8..0e649f37f5 100644 --- a/content/manuals/compose/_index.md +++ b/content/manuals/compose/_index.md @@ -1,10 +1,12 @@ --- +title: Docker Compose overview +linkTitle: Docker Compose +weight: 100 description: Learn how to use Docker Compose to define and run multi-container applications with this detailed introduction to the tool. keywords: docker compose, docker-compose, docker compose command, docker compose files, docker compose documentation, using docker compose, compose container, docker compose service -title: Docker Compose overview grid: - title: Why use Compose? description: Understand Docker Compose's key benefits diff --git a/content/manuals/compose/bridge/_index.md b/content/manuals/compose/bridge/_index.md index 015c91ce05..1f5d12cae5 100644 --- a/content/manuals/compose/bridge/_index.md +++ b/content/manuals/compose/bridge/_index.md @@ -2,6 +2,8 @@ description: Understand what Compose Bridge is and how it can be useful keywords: compose, orchestration, kubernetes, bridge title: Overview of Compose Bridge +linkTitle: Compose Bridge +weight: 180 --- {{< include "compose-bridge-experimental.md" >}} diff --git a/content/manuals/compose/bridge/advanced-integration.md b/content/manuals/compose/bridge/advanced-integration.md index a0ec52f2cc..e83e38939f 100644 --- a/content/manuals/compose/bridge/advanced-integration.md +++ b/content/manuals/compose/bridge/advanced-integration.md @@ -1,5 +1,7 @@ --- title: Advanced integration +linkTitle: Advanced +weight: 30 description: Learn about how Compose Bridge can function a kubectl plugin keywords: kubernetes, compose, compose bridge, plugin, advanced --- diff --git a/content/manuals/compose/bridge/customize.md b/content/manuals/compose/bridge/customize.md index 03432b161a..f56a0d0445 100644 --- a/content/manuals/compose/bridge/customize.md +++ b/content/manuals/compose/bridge/customize.md @@ -1,5 +1,7 @@ --- title: Customize Compose Bridge +linkTitle: Customize +weight: 20 description: Learn about the Compose Bridge templates syntax keywords: compose, bridge, templates --- diff --git a/content/manuals/compose/bridge/usage.md b/content/manuals/compose/bridge/usage.md index 463f36043d..ee425cf8f6 100644 --- a/content/manuals/compose/bridge/usage.md +++ b/content/manuals/compose/bridge/usage.md @@ -1,5 +1,7 @@ --- title: Use the default Compose Bridge transformation +linkTitle: Usage +weight: 10 description: Learn about and use the Compose Bridge default transformation keywords: compose, bridge, kubernetes --- diff --git a/content/manuals/compose/compose-application-model.md b/content/manuals/compose/compose-application-model.md index fec47c74e7..8458de5e28 100644 --- a/content/manuals/compose/compose-application-model.md +++ b/content/manuals/compose/compose-application-model.md @@ -1,5 +1,6 @@ --- title: How Compose works +weight: 30 description: Understand how Compose works and the Compose application model with an illustrative example keywords: compose, docker compose, compose specification, compose model aliases: diff --git a/content/manuals/compose/environment-variables/_index.md b/content/manuals/compose/environment-variables/_index.md index 19ea021101..27b802c81a 100644 --- a/content/manuals/compose/environment-variables/_index.md +++ b/content/manuals/compose/environment-variables/_index.md @@ -1,5 +1,7 @@ --- -title: Overview +title: Environment variables in Compose +linkTitle: Environment variables +weight: 60 description: Explainer on the ways to set, use and manage environment variables in Compose keywords: compose, orchestration, environment, env file diff --git a/content/manuals/compose/environment-variables/best-practices.md b/content/manuals/compose/environment-variables/best-practices.md index d2dbb7cade..c7ceb42a90 100644 --- a/content/manuals/compose/environment-variables/best-practices.md +++ b/content/manuals/compose/environment-variables/best-practices.md @@ -1,5 +1,6 @@ --- title: Best practices for working with environment variables in Docker Compose +linkTitle: Best practices description: Explainer on the best ways to set, use, and manage environment variables in Compose keywords: compose, orchestration, environment, env file, environment variables diff --git a/content/manuals/compose/environment-variables/envvars-precedence.md b/content/manuals/compose/environment-variables/envvars-precedence.md index 031819d174..914756cd8a 100644 --- a/content/manuals/compose/environment-variables/envvars-precedence.md +++ b/content/manuals/compose/environment-variables/envvars-precedence.md @@ -1,5 +1,6 @@ --- title: Environment variables precedence in Docker Compose +linkTitle: Environment variables precedence description: Scenario overview illustrating how environment variables are resolved in Compose keywords: compose, environment, env file diff --git a/content/manuals/compose/environment-variables/envvars.md b/content/manuals/compose/environment-variables/envvars.md index 9fee8c09a5..879856517a 100644 --- a/content/manuals/compose/environment-variables/envvars.md +++ b/content/manuals/compose/environment-variables/envvars.md @@ -2,6 +2,7 @@ description: Compose pre-defined environment variables keywords: fig, composition, compose, docker, orchestration, cli, reference title: Set or change pre-defined environment variables in Docker Compose +linkTitle: Pre-defined environment variables aliases: - /compose/reference/envvars/ --- diff --git a/content/manuals/compose/environment-variables/set-environment-variables.md b/content/manuals/compose/environment-variables/set-environment-variables.md index c931593117..e2ea244b62 100644 --- a/content/manuals/compose/environment-variables/set-environment-variables.md +++ b/content/manuals/compose/environment-variables/set-environment-variables.md @@ -1,5 +1,7 @@ --- title: Set environment variables within your container's environment +linkTitle: Set environment variables +weight: 10 description: How to set, use, and manage environment variables with Compose keywords: compose, orchestration, environment, environment variables, container environment variables aliases: diff --git a/content/manuals/compose/environment-variables/variable-interpolation.md b/content/manuals/compose/environment-variables/variable-interpolation.md index d1464b529a..e7d2a32e31 100644 --- a/content/manuals/compose/environment-variables/variable-interpolation.md +++ b/content/manuals/compose/environment-variables/variable-interpolation.md @@ -1,5 +1,6 @@ --- title: Set, use, and manage variables in a Compose file with interpolation +linkTitle: Interpolation description: How to set, use, and manage variables in your Compose file with interpolation keywords: compose, orchestration, environment, variables, interpolation aliases: diff --git a/content/manuals/compose/faq.md b/content/manuals/compose/faq.md index 8153bd060d..e9ebef24a2 100644 --- a/content/manuals/compose/faq.md +++ b/content/manuals/compose/faq.md @@ -2,6 +2,7 @@ description: Frequently asked questions for Docker Compose keywords: documentation, docs, docker, compose, faq, docker compose vs docker-compose title: Compose FAQs +weight: 170 tags: [FAQ] --- diff --git a/content/manuals/compose/feedback.md b/content/manuals/compose/feedback.md index dea5dee1ed..49d86c3640 100644 --- a/content/manuals/compose/feedback.md +++ b/content/manuals/compose/feedback.md @@ -2,6 +2,7 @@ description: Find a way to provide feedback on Docker Compose that's right for you keywords: Feedback, Docker Compose, Community forum, bugs, problems, issues title: Give feedback +weight: 150 --- There are many ways you can provide feedback on Docker Compose. diff --git a/content/manuals/compose/file-watch.md b/content/manuals/compose/file-watch.md index cb4e40582f..e216f5bbe1 100644 --- a/content/manuals/compose/file-watch.md +++ b/content/manuals/compose/file-watch.md @@ -2,6 +2,7 @@ description: Use File watch to automatically update running services as you work keywords: compose, file watch, experimental title: Use Compose Watch +weight: 80 --- {{< introduced compose 2.22.0 "release-notes.md#2220" >}} diff --git a/content/manuals/compose/gettingstarted.md b/content/manuals/compose/gettingstarted.md index 2f26e67f47..a1e075f355 100644 --- a/content/manuals/compose/gettingstarted.md +++ b/content/manuals/compose/gettingstarted.md @@ -6,6 +6,8 @@ keywords: docker compose example, docker compose tutorial, how to use docker com compose command example, run docker compose file, how to create a docker compose file, run a docker compose file title: Docker Compose Quickstart +linkTitle: Quickstart +weight: 40 --- This tutorial aims to introduce fundamental concepts of Docker Compose by guiding you through the development of a basic Python web application. diff --git a/content/manuals/compose/gpu-support.md b/content/manuals/compose/gpu-support.md index 3beedfe079..4bbdbf966b 100644 --- a/content/manuals/compose/gpu-support.md +++ b/content/manuals/compose/gpu-support.md @@ -2,6 +2,8 @@ description: Understand GPU support in Docker Compose keywords: documentation, docs, docker, compose, GPU access, NVIDIA, samples title: Turn on GPU access with Docker Compose +linkTitle: GPU support +weight: 120 --- Compose services can define GPU device reservations if the Docker host contains such devices and the Docker Daemon is set accordingly. For this, make sure you install the [prerequisites](/manuals/engine/containers/resource_constraints.md#gpu) if you haven't already done so. diff --git a/content/manuals/compose/install/_index.md b/content/manuals/compose/install/_index.md index 7ef4c2772c..ae58b2fecc 100644 --- a/content/manuals/compose/install/_index.md +++ b/content/manuals/compose/install/_index.md @@ -5,6 +5,8 @@ keywords: install docker compose, docker compose install, install docker compose installing docker compose, docker compose download, docker compose not found, docker compose windows, how to install docker compose title: Overview of installing Docker Compose +linkTitle: Install +weight: 20 toc_max: 3 aliases: - /compose/compose-desktop/ diff --git a/content/manuals/compose/intro/_index.md b/content/manuals/compose/intro/_index.md index a18a57d7e5..2fb13c9f5f 100644 --- a/content/manuals/compose/intro/_index.md +++ b/content/manuals/compose/intro/_index.md @@ -2,4 +2,5 @@ build: render: never title: Introduction to Compose +weight: 10 --- diff --git a/content/manuals/compose/migrate.md b/content/manuals/compose/migrate.md index 3d96f4b071..4d74cc6a60 100644 --- a/content/manuals/compose/migrate.md +++ b/content/manuals/compose/migrate.md @@ -1,5 +1,6 @@ --- title: Migrate to Compose V2 +weight: 160 description: How to migrate from Compose V1 to V2 keywords: compose, upgrade, migration, v1, v2, docker compose vs docker-compose aliases: diff --git a/content/manuals/compose/multiple-compose-files/_index.md b/content/manuals/compose/multiple-compose-files/_index.md index 944403e86d..78de91e26f 100644 --- a/content/manuals/compose/multiple-compose-files/_index.md +++ b/content/manuals/compose/multiple-compose-files/_index.md @@ -2,7 +2,8 @@ description: General overview for the different ways you can work with multiple compose files in Docker Compose keywords: compose, compose file, merge, extends, include, docker compose, -f flag -title: Overview +linkTitle: Working with multiple Compose files +weight: 110 --- This section contains information on the ways you can work with multiple Compose files. diff --git a/content/manuals/compose/multiple-compose-files/extends.md b/content/manuals/compose/multiple-compose-files/extends.md index b3207402cd..edf180cbf7 100644 --- a/content/manuals/compose/multiple-compose-files/extends.md +++ b/content/manuals/compose/multiple-compose-files/extends.md @@ -3,6 +3,7 @@ description: How to use Docker Compose's extends keyword to share configuration files and projects keywords: fig, composition, compose, docker, orchestration, documentation, docs title: Extend your Compose file +linkTitle: Extend aliases: - /compose/extends/ --- diff --git a/content/manuals/compose/multiple-compose-files/include.md b/content/manuals/compose/multiple-compose-files/include.md index 5130dded2b..cf7302cc95 100644 --- a/content/manuals/compose/multiple-compose-files/include.md +++ b/content/manuals/compose/multiple-compose-files/include.md @@ -2,6 +2,7 @@ description: How to use Docker Compose's include top-level element keywords: compose, docker, include, compose file title: Include +linkTitle: Include --- {{< introduced compose 2.20.3 "../release-notes.md#2203" >}} diff --git a/content/manuals/compose/multiple-compose-files/merge.md b/content/manuals/compose/multiple-compose-files/merge.md index 5485abd3f7..7841e29b09 100644 --- a/content/manuals/compose/multiple-compose-files/merge.md +++ b/content/manuals/compose/multiple-compose-files/merge.md @@ -2,6 +2,7 @@ description: How merging Compose files works keywords: compose, docker, merge, compose file title: Merge Compose files +linkTitle: Merge --- Docker Compose lets you merge and override a set of Compose files together to create a composite Compose file. diff --git a/content/manuals/compose/networking.md b/content/manuals/compose/networking.md index 5ca8e1421b..9c5ceb3934 100644 --- a/content/manuals/compose/networking.md +++ b/content/manuals/compose/networking.md @@ -2,6 +2,8 @@ description: How Docker Compose sets up networking between containers keywords: documentation, docs, docker, compose, orchestration, containers, networking title: Networking in Compose +linkTitle: Networking +weight: 130 --- {{< include "compose-eol.md" >}} diff --git a/content/manuals/compose/production.md b/content/manuals/compose/production.md index 009f00c698..54cfd1112b 100644 --- a/content/manuals/compose/production.md +++ b/content/manuals/compose/production.md @@ -1,7 +1,8 @@ --- description: Guide to using Docker Compose in production keywords: compose, orchestration, containers, production -title: Use Compose in production +title: Compose in production +weight: 90 --- When you define your app with Compose in development, you can use this diff --git a/content/manuals/compose/profiles.md b/content/manuals/compose/profiles.md index 6769790b8a..e9bcff0ba8 100644 --- a/content/manuals/compose/profiles.md +++ b/content/manuals/compose/profiles.md @@ -1,5 +1,7 @@ --- title: Using profiles with Compose +linkTitle: Use service profiles +weight: 70 desription: How to use profiles with Docker Compose keywords: cli, compose, profile, profiles reference --- diff --git a/content/manuals/compose/project-name.md b/content/manuals/compose/project-name.md index 73c6097e16..fa9138fc65 100644 --- a/content/manuals/compose/project-name.md +++ b/content/manuals/compose/project-name.md @@ -1,5 +1,6 @@ --- title: Specify a project name +weight: 50 description: Understand the different ways you can set a project name in Compose and what the precedence is. keywords: name, compose, project, -p flag, name top-level element --- diff --git a/content/manuals/compose/release-notes.md b/content/manuals/compose/release-notes.md index 3d835a302e..8d046f95e7 100644 --- a/content/manuals/compose/release-notes.md +++ b/content/manuals/compose/release-notes.md @@ -1,5 +1,6 @@ --- title: Docker Compose release notes +weight: 999 description: Learn about the new features, bug fixes, and breaking changes for the newest Docker Compose release keywords: release notes, compose tags: [Release notes] diff --git a/content/manuals/compose/samples-for-compose.md b/content/manuals/compose/samples-for-compose.md index 653ecbd94e..efed0f5d4c 100644 --- a/content/manuals/compose/samples-for-compose.md +++ b/content/manuals/compose/samples-for-compose.md @@ -2,6 +2,8 @@ description: Summary of samples related to Compose keywords: documentation, docs, docker, compose, samples title: Sample apps with Compose +linkTitle: Sample apps +weight: 140 --- The following samples show the various aspects of how to work with Docker diff --git a/content/manuals/compose/startup-order.md b/content/manuals/compose/startup-order.md index 920958cfbf..9b01b8b09f 100644 --- a/content/manuals/compose/startup-order.md +++ b/content/manuals/compose/startup-order.md @@ -2,6 +2,8 @@ description: How to control service startup and shutdown order in Docker Compose keywords: documentation, docs, docker, compose, startup, shutdown, order title: Control startup and shutdown order in Compose +linkTitle: Control startup order +weight: 120 notoc: true --- diff --git a/content/manuals/compose/use-secrets.md b/content/manuals/compose/use-secrets.md index 2df461a87a..cc869a1b4c 100644 --- a/content/manuals/compose/use-secrets.md +++ b/content/manuals/compose/use-secrets.md @@ -1,5 +1,7 @@ --- title: How to use secrets in Docker Compose +linkTitle: Secrets in Compose +weight: 100 description: How to use secrets in Compose and their benefits keywords: secrets, compose, security, environment variables tags: [Secrets] diff --git a/content/manuals/copilot/index.md b/content/manuals/copilot/index.md index 567467c6e9..aeb2e4387c 100644 --- a/content/manuals/copilot/index.md +++ b/content/manuals/copilot/index.md @@ -1,5 +1,7 @@ --- title: Docker for GitHub Copilot +linkTitle: Docker for GitHub Copilot {{< badge color="violet" text="Early Access" >}} +weight: 100 description: Learn how to use the Docker Extension for GitHub Copilot to streamline Docker-related tasks. keywords: Docker, GitHub Copilot, extension, Visual Studio Code, chat, ai, containerization --- diff --git a/content/manuals/desktop/_index.md b/content/manuals/desktop/_index.md index 770ef62df0..64e33093cc 100644 --- a/content/manuals/desktop/_index.md +++ b/content/manuals/desktop/_index.md @@ -1,8 +1,10 @@ --- +title: Overview of Docker Desktop +linkTitle: Docker Desktop +weight: 100 description: Explore Docker Desktop, what it has to offer, and its key features. Take the next step by downloading or find additional resources keywords: how to use docker desktop, what is docker desktop used for, what does docker desktop do, using docker desktop -title: Overview of Docker Desktop grid: - title: Install Docker Desktop description: | diff --git a/content/manuals/desktop/containerd.md b/content/manuals/desktop/containerd.md index b054b99659..35ed7c4d76 100644 --- a/content/manuals/desktop/containerd.md +++ b/content/manuals/desktop/containerd.md @@ -1,5 +1,6 @@ --- title: containerd image store +weight: 40 description: How to activate the containerd integration feature in Docker Desktop keywords: Docker, containerd, engine, image store, lazy-pull toc_max: 3 diff --git a/content/manuals/desktop/dev-environments/_index.md b/content/manuals/desktop/dev-environments/_index.md index 88e476d1d0..6c3d9e4811 100644 --- a/content/manuals/desktop/dev-environments/_index.md +++ b/content/manuals/desktop/dev-environments/_index.md @@ -2,6 +2,8 @@ description: Dev Environments keywords: Dev Environments, share, local, Compose title: Overview of Dev Environments +linkTitle: Dev Environments (Beta) +weight: 30 --- {{< include "dev-envs-changing.md" >}} diff --git a/content/manuals/desktop/get-started.md b/content/manuals/desktop/get-started.md index bc5471c77d..031c7a35ea 100644 --- a/content/manuals/desktop/get-started.md +++ b/content/manuals/desktop/get-started.md @@ -4,6 +4,8 @@ description: Explore the Learning center and understand the benefits of signing keywords: Docker Dashboard, manage, containers, gui, dashboard, images, user manual, learning center, guide, sign in title: Sign in to Docker Desktop +linkTitle: Sign in +weight: 20 aliases: - /desktop/linux/ - /desktop/linux/index/ diff --git a/content/manuals/desktop/gpu.md b/content/manuals/desktop/gpu.md index 66b519a3cc..d107604707 100644 --- a/content/manuals/desktop/gpu.md +++ b/content/manuals/desktop/gpu.md @@ -1,5 +1,7 @@ --- title: GPU support in Docker Desktop +linkTitle: GPU support +weight: 80 description: How to use GPU in Docker Desktop keywords: gpu, gpu support, nvidia, wsl2, docker desktop, windows toc_max: 3 diff --git a/content/manuals/desktop/install/_index.md b/content/manuals/desktop/install/_index.md index f2a2e8422a..186d97b05d 100644 --- a/content/manuals/desktop/install/_index.md +++ b/content/manuals/desktop/install/_index.md @@ -2,4 +2,5 @@ build: render: never title: Install +weight: 10 --- diff --git a/content/manuals/desktop/install/archlinux.md b/content/manuals/desktop/install/archlinux.md index e2975165b8..aab7c69c64 100644 --- a/content/manuals/desktop/install/archlinux.md +++ b/content/manuals/desktop/install/archlinux.md @@ -4,6 +4,8 @@ description: Instructions for installing Docker Desktop Arch package. Mostly mea keywords: Arch Linux, install, uninstall, upgrade, update, linux, desktop, docker desktop, docker desktop for linux, dd4l title: Install Docker Desktop on Arch-based distributions +linkTitle: Arch +weight: 80 aliases: - /desktop/linux/install/archlinux/ --- diff --git a/content/manuals/desktop/install/debian.md b/content/manuals/desktop/install/debian.md index da72a862ba..74ecf041cc 100644 --- a/content/manuals/desktop/install/debian.md +++ b/content/manuals/desktop/install/debian.md @@ -3,6 +3,8 @@ description: Instructions for installing Docker Desktop on Debian keywords: debian, install, uninstall, upgrade, update, linux, desktop, docker desktop, docker desktop for linux, dd4l title: Install Docker Desktop on Debian +linkTitle: Debian +weight: 60 toc_max: 4 aliases: - /desktop/linux/install/debian/ diff --git a/content/manuals/desktop/install/fedora.md b/content/manuals/desktop/install/fedora.md index 2082c55f91..c9a0da6b44 100644 --- a/content/manuals/desktop/install/fedora.md +++ b/content/manuals/desktop/install/fedora.md @@ -3,6 +3,8 @@ description: Instructions for installing Docker Desktop on Fedora keywords: fedora, rpm, update install, uninstall, upgrade, update, linux, desktop, docker desktop, docker desktop for linux, dd4l title: Install Docker Desktop on Fedora +linkTitle: Fedora +weight: 70 toc_max: 4 aliases: - /desktop/linux/install/fedora/ diff --git a/content/manuals/desktop/install/linux-install.md b/content/manuals/desktop/install/linux-install.md index 640317e718..4f093f811c 100644 --- a/content/manuals/desktop/install/linux-install.md +++ b/content/manuals/desktop/install/linux-install.md @@ -5,10 +5,10 @@ keywords: linux, docker linux install, docker linux, linux docker installation, for linux, docker desktop for linux, installing docker on linux, docker download linux, how to install docker on linux, linux vs docker engine, switch docker contexts title: Install Docker Desktop on Linux +linkTitle: Linux +weight: 40 aliases: - /desktop/linux/install/ -'yes': '{: .inline style="height: 14px; margin: - 0 auto"}' --- > **Docker Desktop terms** diff --git a/content/manuals/desktop/install/mac-install.md b/content/manuals/desktop/install/mac-install.md index 047d2e4686..76b0a421ce 100644 --- a/content/manuals/desktop/install/mac-install.md +++ b/content/manuals/desktop/install/mac-install.md @@ -5,6 +5,8 @@ keywords: docker for mac, install docker macos, docker mac, docker mac install, install macos, install docker on mac, install docker macbook, docker desktop for mac, how to install docker on mac, setup docker on mac title: Install Docker Desktop on Mac +linkTitle: Mac +weight: 10 aliases: - /desktop/mac/install/ - /docker-for-mac/install/ diff --git a/content/manuals/desktop/install/msi/_index.md b/content/manuals/desktop/install/msi/_index.md index 88f49103b5..ca528c4f36 100644 --- a/content/manuals/desktop/install/msi/_index.md +++ b/content/manuals/desktop/install/msi/_index.md @@ -1,5 +1,7 @@ --- title: Deploy with Microsoft installer +linkTitle: Use the MSI installer +weight: 30 description: If you're an IT admin, learn how to deploy Docker Desktop with Microsoft installer keywords: msi, docker desktop, windows, installation --- diff --git a/content/manuals/desktop/install/rhel.md b/content/manuals/desktop/install/rhel.md index 3daeed64eb..60e0dc16bc 100644 --- a/content/manuals/desktop/install/rhel.md +++ b/content/manuals/desktop/install/rhel.md @@ -4,6 +4,8 @@ keywords: red hat, red hat enterprise linux, rhel, rpm, update install, uninstall, upgrade, update, linux, desktop, docker desktop, docker desktop for linux, dd4l title: Install Docker Desktop on RHEL +linkTitle: RHEL +weight: 90 toc_max: 4 download-url-base: https://download.docker.com/linux/rhel --- diff --git a/content/manuals/desktop/install/ubuntu.md b/content/manuals/desktop/install/ubuntu.md index 01975dd739..b6161161b4 100644 --- a/content/manuals/desktop/install/ubuntu.md +++ b/content/manuals/desktop/install/ubuntu.md @@ -6,6 +6,8 @@ keywords: install docker ubuntu, ubuntu install docker, install docker on ubuntu installation on ubuntu, docker ubuntu install, docker installing ubuntu, installing docker on ubuntu, docker desktop for ubuntu title: Install Docker Desktop on Ubuntu +linkTitle: Ubuntu +weight: 50 toc_max: 4 aliases: - /desktop/linux/install/ubuntu/ diff --git a/content/manuals/desktop/install/windows-install.md b/content/manuals/desktop/install/windows-install.md index 527de32245..e754ae53d9 100644 --- a/content/manuals/desktop/install/windows-install.md +++ b/content/manuals/desktop/install/windows-install.md @@ -5,6 +5,8 @@ keywords: docker for windows, docker windows, docker desktop for windows, docker windows, install docker windows, install docker on windows, docker windows 10, docker run on windows, installing docker for windows, windows containers, wsl, hyper-v title: Install Docker Desktop on Windows +linkTitle: Windows +weight: 20 aliases: - /desktop/windows/install/ - /docker-ee-for-windows/install/ diff --git a/content/manuals/desktop/synchronized-file-sharing.md b/content/manuals/desktop/synchronized-file-sharing.md index f7cfd6b3d5..76dfed8860 100644 --- a/content/manuals/desktop/synchronized-file-sharing.md +++ b/content/manuals/desktop/synchronized-file-sharing.md @@ -1,5 +1,6 @@ --- title: Synchronized file shares +weight: 60 description: Get started with Synchronized file shares on Docker Desktop. keyword: mutagen, file sharing, docker desktop, bind mounts --- diff --git a/content/manuals/desktop/use-desktop/_index.md b/content/manuals/desktop/use-desktop/_index.md index ef66559c80..c3a6697759 100644 --- a/content/manuals/desktop/use-desktop/_index.md +++ b/content/manuals/desktop/use-desktop/_index.md @@ -3,6 +3,7 @@ description: Learn how to use the Docker Dashboard within Docker Desktop, includ keywords: Docker Dashboard, manage, containers, gui, dashboard, images, user manual, whale menu title: Explore Docker Desktop +weight: 30 aliases: - /desktop/dashboard/ --- diff --git a/content/manuals/desktop/wasm.md b/content/manuals/desktop/wasm.md index b15041c271..004bd23f33 100644 --- a/content/manuals/desktop/wasm.md +++ b/content/manuals/desktop/wasm.md @@ -1,5 +1,6 @@ --- title: Wasm workloads (Beta) +weight: 50 description: How to run Wasm workloads with Docker Desktop keywords: Docker, WebAssembly, wasm, containerd, engine toc_max: 3 diff --git a/content/manuals/desktop/wsl/_index.md b/content/manuals/desktop/wsl/_index.md index c0043796b9..5d2a2424da 100644 --- a/content/manuals/desktop/wsl/_index.md +++ b/content/manuals/desktop/wsl/_index.md @@ -4,6 +4,8 @@ description: Turn on the Docker WSL 2 backend and get to work using best practic keywords: wsl, wsl2, installing wsl2, wsl installation, docker wsl2, wsl docker, wsl2 tech preview, wsl install docker, install docker wsl, how to install docker in wsl title: Docker Desktop WSL 2 backend on Windows +linkTitle: WSL +weight: 70 aliases: - /docker-for-windows/wsl/ - /docker-for-windows/wsl-tech-preview/ diff --git a/content/manuals/docker-hub/_index.md b/content/manuals/docker-hub/_index.md index bbf23fb754..cb1a6f49ae 100644 --- a/content/manuals/docker-hub/_index.md +++ b/content/manuals/docker-hub/_index.md @@ -2,6 +2,8 @@ description: Find a comprehensive overview of Docker Hub, including its features, administrative settings, how to get started quickly, and more keywords: Docker, docker, docker hub, hub, repositories, docker account title: Overview of Docker Hub +linkTitle: Docker Hub +weight: 100 grid: - title: Quickstart description: Step-by-step instructions on getting started on Docker Hub. diff --git a/content/manuals/docker-hub/builds/_index.md b/content/manuals/docker-hub/builds/_index.md index f8f76c7d79..653711586e 100644 --- a/content/manuals/docker-hub/builds/_index.md +++ b/content/manuals/docker-hub/builds/_index.md @@ -2,6 +2,8 @@ description: Set up Automated builds keywords: automated, build, images, Docker Hub title: Set up Automated Builds +linkTitle: Automated builds +weight: 60 aliases: - /docker-hub/builds/automated-build/ - /docker-hub/builds/classic/ diff --git a/content/manuals/docker-hub/download-rate-limit.md b/content/manuals/docker-hub/download-rate-limit.md index 4298e999d2..9ff90cf95b 100644 --- a/content/manuals/docker-hub/download-rate-limit.md +++ b/content/manuals/docker-hub/download-rate-limit.md @@ -2,6 +2,8 @@ description: Learn about usage and rate limits for Docker Hub. keywords: Docker Hub, pulls, download, limit, usage title: Docker Hub usage and rate limits +linkTitle: Usage and rate limits +weight: 30 --- Understanding your Docker Hub usage and rate limits helps you manage your and diff --git a/content/manuals/docker-hub/mirror.md b/content/manuals/docker-hub/mirror.md index 07fb3ff843..501c0ad7dd 100644 --- a/content/manuals/docker-hub/mirror.md +++ b/content/manuals/docker-hub/mirror.md @@ -3,6 +3,8 @@ description: Setting-up a local mirror for Docker Hub images keywords: registry, on-prem, images, tags, repository, distribution, mirror, Hub, recipe, advanced title: Registry as a pull through cache +linkTitle: Mirroring +weight: 80 aliases: - /engine/admin/registry_mirror/ - /registry/recipes/mirror/ diff --git a/content/manuals/docker-hub/oci-artifacts.md b/content/manuals/docker-hub/oci-artifacts.md index b1d9f4b87e..8688ac1687 100644 --- a/content/manuals/docker-hub/oci-artifacts.md +++ b/content/manuals/docker-hub/oci-artifacts.md @@ -1,9 +1,9 @@ --- title: OCI artifacts on Docker Hub +linkTitle: OCI artifacts +weight: 100 keywords: oci, artifacts, docker hub -description: 'You can use Docker Hub to store software artifacts packaged as OCI artifacts. - - ' +description: You can use Docker Hub to store software artifacts packaged as OCI artifacts. --- You can use Docker Hub to store any kind of software artifact, not just diff --git a/content/manuals/docker-hub/quickstart.md b/content/manuals/docker-hub/quickstart.md index ace1d46200..e389fc63ae 100644 --- a/content/manuals/docker-hub/quickstart.md +++ b/content/manuals/docker-hub/quickstart.md @@ -3,6 +3,8 @@ description: Learn how to get started using Docker Hub keywords: Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, accounts, organizations, repositories, groups, teams title: Docker Hub quickstart +linkTitle: Quickstart +weight: 10 --- The following section contains step-by-step instructions on how to get started with Docker Hub. diff --git a/content/manuals/docker-hub/release-notes.md b/content/manuals/docker-hub/release-notes.md index e0f0abcced..d6752c579f 100644 --- a/content/manuals/docker-hub/release-notes.md +++ b/content/manuals/docker-hub/release-notes.md @@ -1,5 +1,7 @@ --- title: Docker Hub release notes +linkTitle: Release notes +weight: 999 description: Learn about the new features, bug fixes, and breaking changes for Docker Hub keywords: docker hub, whats new, release notes diff --git a/content/manuals/docker-hub/repos/_index.md b/content/manuals/docker-hub/repos/_index.md index e97f9dcead..868bbfb897 100644 --- a/content/manuals/docker-hub/repos/_index.md +++ b/content/manuals/docker-hub/repos/_index.md @@ -3,6 +3,7 @@ description: Learn how to manage repositories on Docker Hub keywords: Docker, docker, trusted, registry, accounts, plans, Dockerfile, Docker Hub, webhooks, docs, documentation, manage, repos title: Manage repositories +weight: 20 aliases: - /engine/tutorials/dockerrepos/ --- diff --git a/content/manuals/docker-hub/service-accounts.md b/content/manuals/docker-hub/service-accounts.md index 18e3a2ea34..0e393b9452 100644 --- a/content/manuals/docker-hub/service-accounts.md +++ b/content/manuals/docker-hub/service-accounts.md @@ -2,6 +2,7 @@ description: Docker Service accounts keywords: Docker, service, accounts, Docker Hub title: Service accounts +weight: 50 --- > [!NOTE] diff --git a/content/manuals/docker-hub/vulnerability-scanning.md b/content/manuals/docker-hub/vulnerability-scanning.md index 4674694e00..da0d280496 100644 --- a/content/manuals/docker-hub/vulnerability-scanning.md +++ b/content/manuals/docker-hub/vulnerability-scanning.md @@ -2,6 +2,7 @@ description: Static vulnerability scanning in Docker Hub keywords: scanning, vulnerabilities, Hub, static title: Static vulnerability scanning +weight: 70 --- > [!NOTE] diff --git a/content/manuals/docker-hub/webhooks.md b/content/manuals/docker-hub/webhooks.md index 4322048692..7eed021aee 100644 --- a/content/manuals/docker-hub/webhooks.md +++ b/content/manuals/docker-hub/webhooks.md @@ -2,6 +2,7 @@ description: Docker Hub Webhooks keywords: Docker, webhooks, hub, builds title: Webhooks +weight: 40 --- You can use webhooks to cause an action in another service in response to a push event in the repository. Webhooks are POST requests sent to a URL you define in Docker Hub. diff --git a/content/manuals/engine/_index.md b/content/manuals/engine/_index.md index e5e9a0218b..689e64f4fe 100644 --- a/content/manuals/engine/_index.md +++ b/content/manuals/engine/_index.md @@ -1,7 +1,9 @@ --- +title: Docker Engine overview +linkTitle: Docker Engine +weight: 100 description: Find a comprehensive overview of Docker Engine, including how to install, storage details, networking, and more keywords: Engine -title: Docker Engine overview grid: - title: Install Docker Engine description: Learn how to install the open source Docker Engine for your distribution. diff --git a/content/manuals/engine/cli/_index.md b/content/manuals/engine/cli/_index.md index a58b756f49..38620c9e7f 100644 --- a/content/manuals/engine/cli/_index.md +++ b/content/manuals/engine/cli/_index.md @@ -2,4 +2,5 @@ build: render: never title: CLI +weight: 50 --- diff --git a/content/manuals/engine/cli/completion.md b/content/manuals/engine/cli/completion.md index d3edd45bd8..6c0f2c5916 100644 --- a/content/manuals/engine/cli/completion.md +++ b/content/manuals/engine/cli/completion.md @@ -1,5 +1,6 @@ --- -title: CLI completion +title: Completion +weight: 10 description: Set up your shell to get autocomplete for Docker commands and flags keywords: cli, shell, fish, bash, zsh, completion, options aliases: diff --git a/content/manuals/engine/cli/filter.md b/content/manuals/engine/cli/filter.md index 484273baec..e51fb63347 100644 --- a/content/manuals/engine/cli/filter.md +++ b/content/manuals/engine/cli/filter.md @@ -1,5 +1,6 @@ --- title: Filter commands +weight: 30 description: | Use the filtering function in the CLI to selectively include resources that match the pattern you define. diff --git a/content/manuals/engine/cli/formatting.md b/content/manuals/engine/cli/formatting.md index 09a475f940..e7b0c27934 100644 --- a/content/manuals/engine/cli/formatting.md +++ b/content/manuals/engine/cli/formatting.md @@ -2,6 +2,7 @@ description: CLI and log output formatting reference keywords: format, formatting, output, templates, log title: Format command and log output +weight: 40 aliases: - /engine/admin/formatting/ - /config/formatting/ diff --git a/content/manuals/engine/cli/proxy.md b/content/manuals/engine/cli/proxy.md index eb81c1b4df..54a1e1972b 100644 --- a/content/manuals/engine/cli/proxy.md +++ b/content/manuals/engine/cli/proxy.md @@ -1,5 +1,7 @@ --- title: Use a proxy server with the Docker CLI +linkTitle: Proxy configuration +weight: 20 description: How to configure the Docker client CLI to use a proxy server keywords: network, networking, proxy, client aliases: diff --git a/content/manuals/engine/containers/_index.md b/content/manuals/engine/containers/_index.md index 341dae5e0b..17bc97237e 100644 --- a/content/manuals/engine/containers/_index.md +++ b/content/manuals/engine/containers/_index.md @@ -1,5 +1,6 @@ --- +title: Containers build: render: never - title: Containers +weight: 40 --- diff --git a/content/manuals/engine/containers/multi-service_container.md b/content/manuals/engine/containers/multi-service_container.md index c99fbd4202..5a2007ba2c 100644 --- a/content/manuals/engine/containers/multi-service_container.md +++ b/content/manuals/engine/containers/multi-service_container.md @@ -2,6 +2,7 @@ description: Learn how to run more than one process in a single container keywords: docker, supervisor, process management title: Run multiple processes in a container +weight: 20 aliases: - /articles/using_supervisord/ - /engine/admin/multi-service_container/ diff --git a/content/manuals/engine/containers/resource_constraints.md b/content/manuals/engine/containers/resource_constraints.md index 50618414d0..09e04a4a37 100644 --- a/content/manuals/engine/containers/resource_constraints.md +++ b/content/manuals/engine/containers/resource_constraints.md @@ -1,5 +1,6 @@ --- -title: Runtime options with Memory, CPUs, and GPUs +title: Resource constraints +weight: 30 description: Specify the runtime options for a container keywords: docker, daemon, configuration, runtime aliases: diff --git a/content/manuals/engine/containers/runmetrics.md b/content/manuals/engine/containers/runmetrics.md index 6761580cf8..d16b06be93 100644 --- a/content/manuals/engine/containers/runmetrics.md +++ b/content/manuals/engine/containers/runmetrics.md @@ -2,6 +2,7 @@ description: Learn how to measure running containers, and about the different metrics keywords: docker, metrics, CPU, memory, disk, IO, run, runtime, stats title: Runtime metrics +weight: 50 aliases: - /articles/runmetrics/ - /engine/articles/run_metrics/ diff --git a/content/manuals/engine/containers/start-containers-automatically.md b/content/manuals/engine/containers/start-containers-automatically.md index 2b53914141..213ae635c5 100644 --- a/content/manuals/engine/containers/start-containers-automatically.md +++ b/content/manuals/engine/containers/start-containers-automatically.md @@ -2,6 +2,7 @@ description: How to start containers automatically keywords: containers, restart, policies, automation, administration title: Start containers automatically +weight: 10 aliases: - /engine/articles/host_integration/ - /engine/admin/host_integration/ diff --git a/content/manuals/engine/daemon/_index.md b/content/manuals/engine/daemon/_index.md index a08281155a..d1536cfb2b 100644 --- a/content/manuals/engine/daemon/_index.md +++ b/content/manuals/engine/daemon/_index.md @@ -2,6 +2,8 @@ description: Configuring the Docker daemon keywords: docker, daemon, configuration title: Docker daemon configuration overview +linkTitle: Daemon +weight: 60 aliases: - /articles/chef/ - /articles/configuring/ diff --git a/content/manuals/engine/daemon/ipv6.md b/content/manuals/engine/daemon/ipv6.md index 0b4eebf8aa..1ed5ca00b0 100644 --- a/content/manuals/engine/daemon/ipv6.md +++ b/content/manuals/engine/daemon/ipv6.md @@ -1,5 +1,6 @@ --- -title: Enable IPv6 support +title: Use IPv6 networking +weight: 20 description: How to enable IPv6 support in the Docker daemon keywords: daemon, network, networking, ipv6 aliases: diff --git a/content/manuals/engine/containers/live-restore.md b/content/manuals/engine/daemon/live-restore.md similarity index 99% rename from content/manuals/engine/containers/live-restore.md rename to content/manuals/engine/daemon/live-restore.md index 92ec56e68e..264afacf5c 100644 --- a/content/manuals/engine/containers/live-restore.md +++ b/content/manuals/engine/daemon/live-restore.md @@ -2,6 +2,7 @@ description: Learn how to keep containers running when the daemon isn't available keywords: docker, upgrade, daemon, dockerd, live-restore, daemonless container title: Live restore +weight: 40 aliases: - /engine/admin/live-restore/ - /config/containers/live-restore/ diff --git a/content/manuals/engine/daemon/proxy.md b/content/manuals/engine/daemon/proxy.md index 190a1161b9..2166665e9b 100644 --- a/content/manuals/engine/daemon/proxy.md +++ b/content/manuals/engine/daemon/proxy.md @@ -1,7 +1,8 @@ --- description: Learn how to configure the Docker daemon to use an HTTP proxy keywords: dockerd, daemon, configuration, proxy, networking, http_proxy, https_proxy, no_proxy, systemd, environment variables -title: Configure the daemon to use a proxy +title: Daemon proxy configuration +weight: 30 aliases: - /articles/host_integration/ - /articles/systemd/ diff --git a/content/manuals/engine/daemon/start.md b/content/manuals/engine/daemon/start.md index adbdfbb0ac..b653419c57 100644 --- a/content/manuals/engine/daemon/start.md +++ b/content/manuals/engine/daemon/start.md @@ -1,5 +1,6 @@ --- title: Start the daemon +weight: 10 description: Starting the Docker daemon manually keywords: docker, daemon, configuration, troubleshooting aliases: diff --git a/content/manuals/engine/install/_index.md b/content/manuals/engine/install/_index.md index aaa1285efe..69c73c8ab7 100644 --- a/content/manuals/engine/install/_index.md +++ b/content/manuals/engine/install/_index.md @@ -1,5 +1,7 @@ --- title: Install Docker Engine +linkTitle: Install +weight: 10 description: Learn how to choose the best method for you to install Docker Engine. This client-server application is available on Linux, Mac, Windows, and as a static binary. keywords: install engine, docker engine install, install docker engine, docker engine diff --git a/content/manuals/engine/install/binaries.md b/content/manuals/engine/install/binaries.md index cfdc382bab..4d870ed0ae 100644 --- a/content/manuals/engine/install/binaries.md +++ b/content/manuals/engine/install/binaries.md @@ -2,6 +2,8 @@ description: Learn how to install Docker as a binary. These instructions are most suitable for testing purposes. keywords: binaries, installation, docker, documentation, linux, install docker engine title: Install Docker Engine from binaries +linkTitle: Binaries +weight: 80 aliases: - /engine/installation/binaries/ - /engine/installation/linux/docker-ce/binaries/ diff --git a/content/manuals/engine/install/centos.md b/content/manuals/engine/install/centos.md index 357fbccadc..61ecd8296b 100644 --- a/content/manuals/engine/install/centos.md +++ b/content/manuals/engine/install/centos.md @@ -3,6 +3,8 @@ description: Learn how to install Docker Engine on CentOS. These instructions co the different installation methods, how to uninstall, and next steps. keywords: requirements, yum, installation, centos, install, uninstall, docker engine, upgrade, update title: Install Docker Engine on CentOS +linkTitle: CentOS +weight: 60 toc_max: 4 aliases: - /ee/docker-ee/centos/ diff --git a/content/manuals/engine/install/debian.md b/content/manuals/engine/install/debian.md index 0c14175709..ea97a30a2d 100644 --- a/content/manuals/engine/install/debian.md +++ b/content/manuals/engine/install/debian.md @@ -3,6 +3,8 @@ description: Learn how to install Docker Engine on Debian. These instructions co the different installation methods, how to uninstall, and next steps. keywords: requirements, apt, installation, debian, install, uninstall, install debian, docker engine, install docker engine, upgrade, update title: Install Docker Engine on Debian +linkTitle: Debian +weight: 20 toc_max: 4 aliases: - /engine/installation/debian/ diff --git a/content/manuals/engine/install/fedora.md b/content/manuals/engine/install/fedora.md index a4472d72d1..5e3b501c37 100644 --- a/content/manuals/engine/install/fedora.md +++ b/content/manuals/engine/install/fedora.md @@ -4,6 +4,8 @@ description: Learn how to install Docker Engine on Fedora. These instructions co keywords: requirements, apt, installation, fedora, install fedora, install docker engine, rpm, install, uninstall, upgrade, update title: Install Docker Engine on Fedora +linkTitle: Fedora +weight: 40 toc_max: 4 aliases: - /engine/installation/fedora/ diff --git a/content/manuals/engine/install/linux-postinstall.md b/content/manuals/engine/install/linux-postinstall.md index 6935dde675..2b8c462625 100644 --- a/content/manuals/engine/install/linux-postinstall.md +++ b/content/manuals/engine/install/linux-postinstall.md @@ -5,6 +5,8 @@ keywords: run docker without sudo, docker running as root, docker post install, post installation, run docker as non root, docker non root user, how to run docker in linux, how to run docker linux, how to start docker in linux, run docker on linux title: Linux post-installation steps for Docker Engine +linkTitle: Post-installation steps +weight: 90 aliases: - /engine/installation/linux/docker-ee/linux-postinstall/ - /engine/installation/linux/linux-postinstall/ diff --git a/content/manuals/engine/install/raspberry-pi-os.md b/content/manuals/engine/install/raspberry-pi-os.md index 62fc62f686..5393727207 100644 --- a/content/manuals/engine/install/raspberry-pi-os.md +++ b/content/manuals/engine/install/raspberry-pi-os.md @@ -4,6 +4,8 @@ description: Learn how to install Docker Engine on a 32-bit Raspberry Pi OS syst keywords: requirements, apt, installation, install docker engine, Raspberry Pi OS, install, uninstall, upgrade, update title: Install Docker Engine on Raspberry Pi OS (32-bit) +linkTitle: Raspberry Pi OS (32-bit) +weight: 50 toc_max: 4 aliases: - /engine/installation/linux/raspbian/ diff --git a/content/manuals/engine/install/rhel.md b/content/manuals/engine/install/rhel.md index 6ff058f9f8..3928f85904 100644 --- a/content/manuals/engine/install/rhel.md +++ b/content/manuals/engine/install/rhel.md @@ -4,6 +4,8 @@ description: Learn how to install Docker Engine on RHEL. These instructions cove keywords: requirements, apt, installation, rhel, rpm, install, install docker engine, uninstall, upgrade, update title: Install Docker Engine on RHEL +linkTitle: RHEL +weight: 30 toc_max: 4 aliases: - /ee/docker-ee/rhel/ diff --git a/content/manuals/engine/install/sles.md b/content/manuals/engine/install/sles.md index 2d3a237793..b0735454a2 100644 --- a/content/manuals/engine/install/sles.md +++ b/content/manuals/engine/install/sles.md @@ -4,6 +4,8 @@ description: Learn how to install Docker Engine on SLES. These instructions cove keywords: requirements, apt, installation, install docker engine, centos, rpm, sles, install, uninstall, upgrade, update, s390x, ibm-z title: Install Docker Engine on SLES (s390x) +linkTitle: SLES (s390x) +weight: 70 toc_max: 4 aliases: - /ee/docker-ee/sles/ diff --git a/content/manuals/engine/install/ubuntu.md b/content/manuals/engine/install/ubuntu.md index 0772e7a6f7..7778a1ccab 100644 --- a/content/manuals/engine/install/ubuntu.md +++ b/content/manuals/engine/install/ubuntu.md @@ -5,6 +5,8 @@ keywords: docker install script, ubuntu docker server, ubuntu server docker, ins docker engine ubuntu, install docker on ubuntu server, ubuntu 22.04 docker-ce, install docker engine on ubuntu, ubuntu install docker ce, ubuntu install docker engine title: Install Docker Engine on Ubuntu +linkTitle: Ubuntu +weight: 10 toc_max: 4 aliases: - /ee/docker-ee/ubuntu/ diff --git a/content/manuals/engine/logging/_index.md b/content/manuals/engine/logging/_index.md index a367c64b85..e949460036 100644 --- a/content/manuals/engine/logging/_index.md +++ b/content/manuals/engine/logging/_index.md @@ -2,6 +2,8 @@ description: Learn how to write to, view, and configure a container's logs keywords: docker, logging title: View container logs +linkTitle: Logs and metrics +weight: 70 aliases: - /engine/admin/logging/ - /engine/admin/logging/view_container_logs/ diff --git a/content/manuals/engine/manage-resources/_index.md b/content/manuals/engine/manage-resources/_index.md index 9e6c7a4974..19e42e086e 100644 --- a/content/manuals/engine/manage-resources/_index.md +++ b/content/manuals/engine/manage-resources/_index.md @@ -2,4 +2,5 @@ build: render: never title: Manage resources +weight: 60 --- diff --git a/content/manuals/engine/network/_index.md b/content/manuals/engine/network/_index.md index 418a6ae8b7..0ffc841b59 100644 --- a/content/manuals/engine/network/_index.md +++ b/content/manuals/engine/network/_index.md @@ -1,5 +1,7 @@ --- title: Networking overview +linkTitle: Networking +weight: 30 description: Learn how networking works from the container's point of view keywords: networking, container, standalone, IP address, DNS resolution aliases: diff --git a/content/manuals/engine/network/drivers/_index.md b/content/manuals/engine/network/drivers/_index.md index 8a765c52d5..7177011634 100644 --- a/content/manuals/engine/network/drivers/_index.md +++ b/content/manuals/engine/network/drivers/_index.md @@ -1,5 +1,6 @@ --- -title: Network drivers overview +title: Network drivers +weight: 20 description: Learn the basics of Docker network drivers keywords: networking, drivers, bridge, routing, routing mesh, overlay, ports --- diff --git a/content/manuals/engine/network/packet-filtering-firewalls.md b/content/manuals/engine/network/packet-filtering-firewalls.md index 63bcbc4071..b770419658 100644 --- a/content/manuals/engine/network/packet-filtering-firewalls.md +++ b/content/manuals/engine/network/packet-filtering-firewalls.md @@ -1,5 +1,6 @@ --- title: Packet filtering and firewalls +weight: 10 description: How Docker works with packet filtering, iptables, and firewalls keywords: network, iptables, firewall aliases: diff --git a/content/manuals/engine/network/tutorials/_index.md b/content/manuals/engine/network/tutorials/_index.md index 80f505ca59..9b3fccaf42 100644 --- a/content/manuals/engine/network/tutorials/_index.md +++ b/content/manuals/engine/network/tutorials/_index.md @@ -1,5 +1,6 @@ --- build: render: never -title: Networking tutorials +title: Tutorials +weight: 30 --- diff --git a/content/manuals/engine/release-notes/17.11.md b/content/manuals/engine/release-notes/17.11.md index 20dfd1f536..3d057ab5af 100644 --- a/content/manuals/engine/release-notes/17.11.md +++ b/content/manuals/engine/release-notes/17.11.md @@ -7,15 +7,14 @@ toc_max: 2 ## 17.11.0-ce 2017-11-20 -> [!IMPORTANT]: Docker CE 17.11 is the first Docker release based on -[containerd 1.0 beta](https://github.com/containerd/containerd/releases/tag/v1.0.0-beta.2). -Docker CE 17.11 and later don't recognize containers started with -previous Docker versions. If using -[Live Restore](/manuals/engine/containers/live-restore.md), -you must stop all containers before upgrading to Docker CE 17.11. -If you don't, any containers started by Docker versions that predate -17.11 aren't recognized by Docker after the upgrade and keep -running, un-managed, on the system. +> [!IMPORTANT] +> Docker CE 17.11 is the first Docker release based on +> [containerd 1.0 beta](https://github.com/containerd/containerd/releases/tag/v1.0.0-beta.2). +> Docker CE 17.11 and later don't recognize containers started with previous +> Docker versions. If you use Live Restore, you must stop all containers before +> upgrading to Docker CE 17.11. If you don't, any containers started by Docker +> versions that predate 17.11 aren't recognized by Docker after the upgrade and +> keep running, un-managed, on the system. ### Builder diff --git a/content/manuals/engine/security/_index.md b/content/manuals/engine/security/_index.md index b0bd9b0cc8..197ce706d9 100644 --- a/content/manuals/engine/security/_index.md +++ b/content/manuals/engine/security/_index.md @@ -1,7 +1,9 @@ --- description: Review of the Docker Daemon attack surface keywords: Docker, Docker documentation, security -title: Docker security +title: Docker Engine security +linkTitle: Security +weight: 80 aliases: - /articles/security/ - /engine/articles/security/ diff --git a/content/manuals/engine/security/rootless.md b/content/manuals/engine/security/rootless.md index 98fc043d08..54247d6a26 100644 --- a/content/manuals/engine/security/rootless.md +++ b/content/manuals/engine/security/rootless.md @@ -1,7 +1,8 @@ --- description: Run the Docker daemon as a non-root user (Rootless mode) keywords: security, namespaces, rootless -title: Run the Docker daemon as a non-root user (Rootless mode) +title: Rootless mode +weight: 10 --- Rootless mode allows running the Docker daemon and containers as a non-root diff --git a/content/manuals/engine/storage/_index.md b/content/manuals/engine/storage/_index.md index 42719f5849..255d796dbf 100644 --- a/content/manuals/engine/storage/_index.md +++ b/content/manuals/engine/storage/_index.md @@ -1,6 +1,7 @@ --- description: Overview of persisting data in containers -title: Manage data in Docker +title: Storage +weight: 20 keywords: storage, persistence, data persistence, volumes, mounts, bind mounts, tmpfs aliases: - /engine/admin/volumes/ diff --git a/content/manuals/engine/storage/bind-mounts.md b/content/manuals/engine/storage/bind-mounts.md index 4414e1dd3c..8681bada27 100644 --- a/content/manuals/engine/storage/bind-mounts.md +++ b/content/manuals/engine/storage/bind-mounts.md @@ -1,6 +1,7 @@ --- description: Using bind mounts title: Bind mounts +weight: 20 keywords: storage, persistence, data persistence, mounts, bind mounts aliases: - /engine/admin/volumes/bind-mounts/ diff --git a/content/manuals/engine/storage/containerd.md b/content/manuals/engine/storage/containerd.md index f62ef54ec6..e77858c4e5 100644 --- a/content/manuals/engine/storage/containerd.md +++ b/content/manuals/engine/storage/containerd.md @@ -1,5 +1,7 @@ --- title: containerd image store with Docker Engine +linkTitle: containerd image store +weight: 50 keywords: containerd, snapshotters, image store, docker engine description: Learn how to enable the containerd image store on Docker Engine aliases: diff --git a/content/manuals/engine/storage/drivers/_index.md b/content/manuals/engine/storage/drivers/_index.md index e0441a841c..07ad123cfa 100644 --- a/content/manuals/engine/storage/drivers/_index.md +++ b/content/manuals/engine/storage/drivers/_index.md @@ -1,7 +1,8 @@ --- description: Learn the technologies that support storage drivers. keywords: container, storage, driver, btrfs, overlayfs, vfs, zfs -title: About storage drivers +title: Storage drivers +weight: 40 aliases: - /storage/storagedriver/imagesandcontainers/ - /storage/storagedriver/ diff --git a/content/manuals/engine/storage/drivers/aufs-driver.md b/content/manuals/engine/storage/drivers/aufs-driver.md index 36368fb073..dccad394e9 100644 --- a/content/manuals/engine/storage/drivers/aufs-driver.md +++ b/content/manuals/engine/storage/drivers/aufs-driver.md @@ -1,7 +1,7 @@ --- description: Learn how to optimize your use of AUFS driver. keywords: 'container, storage, driver, AUFS ' -title: Use the AUFS storage driver +title: AUFS storage driver sitemap: false aliases: - /storage/storagedriver/aufs-driver/ diff --git a/content/manuals/engine/storage/drivers/btrfs-driver.md b/content/manuals/engine/storage/drivers/btrfs-driver.md index 91d46af949..720f6d59be 100644 --- a/content/manuals/engine/storage/drivers/btrfs-driver.md +++ b/content/manuals/engine/storage/drivers/btrfs-driver.md @@ -1,7 +1,7 @@ --- description: Learn how to optimize your use of Btrfs driver. keywords: container, storage, driver, Btrfs -title: Use the BTRFS storage driver +title: BTRFS storage driver aliases: - /storage/storagedriver/btrfs-driver/ --- diff --git a/content/manuals/engine/storage/drivers/device-mapper-driver.md b/content/manuals/engine/storage/drivers/device-mapper-driver.md index 0704d9c742..d87da68950 100644 --- a/content/manuals/engine/storage/drivers/device-mapper-driver.md +++ b/content/manuals/engine/storage/drivers/device-mapper-driver.md @@ -1,7 +1,7 @@ --- description: Learn how to optimize your use of device mapper driver. keywords: container, storage, driver, device mapper -title: Use the Device Mapper storage driver (deprecated) +title: Device Mapper storage driver (deprecated) aliases: - /storage/storagedriver/device-mapper-driver/ --- diff --git a/content/manuals/engine/storage/drivers/overlayfs-driver.md b/content/manuals/engine/storage/drivers/overlayfs-driver.md index d15d9f6026..2d28af9308 100644 --- a/content/manuals/engine/storage/drivers/overlayfs-driver.md +++ b/content/manuals/engine/storage/drivers/overlayfs-driver.md @@ -1,7 +1,7 @@ --- description: Learn how to optimize your use of OverlayFS driver. keywords: container, storage, driver, OverlayFS, overlay2, overlay -title: Use the OverlayFS storage driver +title: OverlayFS storage driver aliases: - /storage/storagedriver/overlayfs-driver/ --- diff --git a/content/manuals/engine/storage/drivers/select-storage-driver.md b/content/manuals/engine/storage/drivers/select-storage-driver.md index 175ae85a1a..b0f5dc38c1 100644 --- a/content/manuals/engine/storage/drivers/select-storage-driver.md +++ b/content/manuals/engine/storage/drivers/select-storage-driver.md @@ -1,5 +1,6 @@ --- -title: Docker storage drivers +title: Select a storage driver +weight: 10 description: Learn how to select the proper storage driver for your container. keywords: container, storage, driver, btrfs, zfs, overlay, overlay2 aliases: diff --git a/content/manuals/engine/storage/drivers/vfs-driver.md b/content/manuals/engine/storage/drivers/vfs-driver.md index 406798251c..154463745d 100644 --- a/content/manuals/engine/storage/drivers/vfs-driver.md +++ b/content/manuals/engine/storage/drivers/vfs-driver.md @@ -1,7 +1,7 @@ --- description: Learn how to optimize your use of VFS driver. keywords: container, storage, driver, vfs -title: Use the VFS storage driver +title: VFS storage driver aliases: - /storage/storagedriver/vfs-driver/ --- diff --git a/content/manuals/engine/storage/drivers/zfs-driver.md b/content/manuals/engine/storage/drivers/zfs-driver.md index da0fd8f1f6..cf22f58348 100644 --- a/content/manuals/engine/storage/drivers/zfs-driver.md +++ b/content/manuals/engine/storage/drivers/zfs-driver.md @@ -1,7 +1,7 @@ --- description: Learn how to optimize your use of ZFS driver. keywords: 'container, storage, driver, ZFS ' -title: Use the ZFS storage driver +title: ZFS storage driver aliases: - /storage/storagedriver/zfs-driver/ --- diff --git a/content/manuals/engine/storage/tmpfs.md b/content/manuals/engine/storage/tmpfs.md index 04355affc5..7c124a371a 100644 --- a/content/manuals/engine/storage/tmpfs.md +++ b/content/manuals/engine/storage/tmpfs.md @@ -1,6 +1,7 @@ --- description: Using tmpfs mounts title: tmpfs mounts +weight: 30 keywords: storage, persistence, data persistence, tmpfs aliases: - /engine/admin/volumes/tmpfs/ diff --git a/content/manuals/engine/storage/volumes.md b/content/manuals/engine/storage/volumes.md index 038d36661b..d682e4300e 100644 --- a/content/manuals/engine/storage/volumes.md +++ b/content/manuals/engine/storage/volumes.md @@ -2,6 +2,7 @@ description: Learn how to create, manage, and use volumes instead of bind mounts for persisting data generated and used by Docker. title: Volumes +weight: 10 keywords: docker compose volumes, docker volumes, docker compose volume, docker volume mount, docker mount volume, docker volume create, docker volume location aliases: diff --git a/content/manuals/engine/swarm/_index.md b/content/manuals/engine/swarm/_index.md index 6b989dfe4c..3676283245 100644 --- a/content/manuals/engine/swarm/_index.md +++ b/content/manuals/engine/swarm/_index.md @@ -1,7 +1,8 @@ --- description: Docker Engine Swarm mode overview keywords: docker, container, cluster, swarm, docker engine -title: Swarm mode overview +title: Swarm mode +weight: 80 aliases: - /api/swarm-api/ - /engine/userguide/networking/overlay-standalone-swarm/ diff --git a/content/manuals/engine/swarm/how-swarm-mode-works/nodes.md b/content/manuals/engine/swarm/how-swarm-mode-works/nodes.md index e971724765..7640f59171 100644 --- a/content/manuals/engine/swarm/how-swarm-mode-works/nodes.md +++ b/content/manuals/engine/swarm/how-swarm-mode-works/nodes.md @@ -2,6 +2,7 @@ description: How swarm nodes work keywords: docker, container, cluster, swarm mode, node title: How nodes work +weight: 10 aliases: - /engine/swarm/how-swarm-mode-works/ --- diff --git a/content/manuals/engine/swarm/how-swarm-mode-works/services.md b/content/manuals/engine/swarm/how-swarm-mode-works/services.md index 1392e8a9bf..1e75b9d112 100644 --- a/content/manuals/engine/swarm/how-swarm-mode-works/services.md +++ b/content/manuals/engine/swarm/how-swarm-mode-works/services.md @@ -2,6 +2,7 @@ description: How swarm mode services work keywords: docker, container, cluster, swarm mode, node title: How services work +weight: 20 --- To deploy an application image when Docker Engine is in Swarm mode, you create a diff --git a/content/manuals/engine/swarm/swarm-tutorial/add-nodes.md b/content/manuals/engine/swarm/swarm-tutorial/add-nodes.md index f77411d755..cfd3e2ee5d 100644 --- a/content/manuals/engine/swarm/swarm-tutorial/add-nodes.md +++ b/content/manuals/engine/swarm/swarm-tutorial/add-nodes.md @@ -2,6 +2,7 @@ description: Add nodes to the swarm keywords: tutorial, cluster management, swarm, get started title: Add nodes to the swarm +weight: 20 notoc: true --- diff --git a/content/manuals/engine/swarm/swarm-tutorial/create-swarm.md b/content/manuals/engine/swarm/swarm-tutorial/create-swarm.md index dcf5ca5f33..3da6685694 100644 --- a/content/manuals/engine/swarm/swarm-tutorial/create-swarm.md +++ b/content/manuals/engine/swarm/swarm-tutorial/create-swarm.md @@ -2,6 +2,7 @@ description: Initialize the swarm keywords: tutorial, cluster management, swarm mode, get started, docker engine title: Create a swarm +weight: 10 notoc: true --- diff --git a/content/manuals/engine/swarm/swarm-tutorial/delete-service.md b/content/manuals/engine/swarm/swarm-tutorial/delete-service.md index ff3b71bd36..c1baa63afe 100644 --- a/content/manuals/engine/swarm/swarm-tutorial/delete-service.md +++ b/content/manuals/engine/swarm/swarm-tutorial/delete-service.md @@ -2,6 +2,7 @@ description: Remove the service from the swarm keywords: tutorial, cluster management, swarm, service, get started title: Delete the service running on the swarm +weight: 60 notoc: true --- diff --git a/content/manuals/engine/swarm/swarm-tutorial/deploy-service.md b/content/manuals/engine/swarm/swarm-tutorial/deploy-service.md index 010d543413..6e8e6675aa 100644 --- a/content/manuals/engine/swarm/swarm-tutorial/deploy-service.md +++ b/content/manuals/engine/swarm/swarm-tutorial/deploy-service.md @@ -2,6 +2,7 @@ description: Deploy a service to the swarm keywords: tutorial, cluster management, swarm mode, get started title: Deploy a service to the swarm +weight: 30 notoc: true --- diff --git a/content/manuals/engine/swarm/swarm-tutorial/drain-node.md b/content/manuals/engine/swarm/swarm-tutorial/drain-node.md index b13c10be68..74a596a5e0 100644 --- a/content/manuals/engine/swarm/swarm-tutorial/drain-node.md +++ b/content/manuals/engine/swarm/swarm-tutorial/drain-node.md @@ -2,6 +2,7 @@ description: Drain nodes on the swarm keywords: tutorial, cluster management, swarm, service, drain, get started title: Drain a node on the swarm +weight: 80 notoc: true --- diff --git a/content/manuals/engine/swarm/swarm-tutorial/inspect-service.md b/content/manuals/engine/swarm/swarm-tutorial/inspect-service.md index af1412d00b..2288c7c37b 100644 --- a/content/manuals/engine/swarm/swarm-tutorial/inspect-service.md +++ b/content/manuals/engine/swarm/swarm-tutorial/inspect-service.md @@ -2,6 +2,7 @@ description: Inspect the application keywords: tutorial, cluster management, swarm mode, get started title: Inspect a service on the swarm +weight: 40 notoc: true --- diff --git a/content/manuals/engine/swarm/swarm-tutorial/rolling-update.md b/content/manuals/engine/swarm/swarm-tutorial/rolling-update.md index 246718b564..49676e49e5 100644 --- a/content/manuals/engine/swarm/swarm-tutorial/rolling-update.md +++ b/content/manuals/engine/swarm/swarm-tutorial/rolling-update.md @@ -2,6 +2,7 @@ description: Apply rolling updates to a service on the swarm keywords: tutorial, cluster management, swarm, service, rolling-update title: Apply rolling updates to a service +weight: 70 notoc: true --- diff --git a/content/manuals/engine/swarm/swarm-tutorial/scale-service.md b/content/manuals/engine/swarm/swarm-tutorial/scale-service.md index 7d4a2a0191..90e048e544 100644 --- a/content/manuals/engine/swarm/swarm-tutorial/scale-service.md +++ b/content/manuals/engine/swarm/swarm-tutorial/scale-service.md @@ -2,6 +2,7 @@ description: Scale the service running in the swarm keywords: tutorial, cluster management, swarm mode, scale, get started title: Scale the service in the swarm +weight: 50 notoc: true --- diff --git a/content/manuals/engine/tutorials/_index.md b/content/manuals/engine/tutorials/_index.md deleted file mode 100644 index 47c5da7978..0000000000 --- a/content/manuals/engine/tutorials/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -description: Explains how to work with containers -keywords: docker, introduction, documentation, about, technology, docker.io, user, - guide, user's, manual, platform, framework, home, intro -title: Engine tutorials -aliases: -- /engine/userguide/containers/ ---- - -Learn by example: - -* [Network containers](networkingcontainers.md) -* [Manage data in containers](/manuals/engine/storage/volumes.md) -* [Get Started](/get-started/introduction/_index.md) diff --git a/content/manuals/engine/tutorials/bridge1.png b/content/manuals/engine/tutorials/bridge1.png deleted file mode 100644 index 70b3128b2d82acb2e24168396d9b008a35028181..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 30498 zcmeIbWmr~Q*EWm+NDG2=cXwZalyrCJ1zdE8l+qp2p)^V(($d{6DIwh{UEjjJ?|pN} zete(zdw2gsdf+hcks9Cdn1(N<4Y&(Oh2D;$}Rg5>V+-U{>WubJueW59xy&X
z$eFO+sJNAKgM2D4_Is*FR*K#p%q3S3ie#rR+GaAKBV=QXku(kRYu&C~B2(q8WO5$>
z<;vg$8eo0%nqLYd;0UsULD4@+b*paZ% VyaI96|Wh21W2_e29U%!
zbS>jaFCFP9zNGeFdS#5T`?8l5us>t;njgIAA&ZXk-?~h@sDPgMP{t+;hNSvzd9R*w
z$oR%r5@>g3aS>#Es=@6%Vnz(62f~1Vtc;qApy(Y0G{1In)X?pR%I ~^ATC~KJMXI3rrJRqr+m-rW?l$~%F)Cbq{ZAcC9leUEF#B_WOkEg=as{2sd6Fg
zY>T#^4hMQj@6Dn}VhnO>p9HKdMGSpuU0!G)VOsxXf#wvrgENns(QqtE6Gk~f5)21y
z>zoIP3WwoqiaIY6oh0*wNhrAhU$g)_sz>n-6E-gz_DWJ_8GtQ}$!%a147*sARtWg7
zPgu$3zwpoxP!$tAuFRlUzne%!TYV
z{2~2Bd3?24KlD&uc36;hIw)`7GjV>i