Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ IgnoreAltEmpty: true
IgnoreEmptyHref: true
IgnoreDirectoryMissingTrailingSlash: true
IgnoreURLs:
- "^/docker-hub/api/latest/.*$"
- "^/engine/api/v.+/#.*$"
- "^/glossary/.*$"
- "^/reference/api/hub/.*$"
- "^/reference/api/engine/v.+/#.*$"
IgnoreDirs:
- "engine/api"
- "registry/configuration"
- "compose/compose-file" # temporarily ignore until upstream is fixed
CacheExpires: "6h"
2 changes: 1 addition & 1 deletion content/desktop/faqs/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $ export DOCKER_HOST=unix:///var/run/docker.sock
Docker Desktop Windows users can connect to the Docker Engine through a **named pipe**: `npipe:////./pipe/docker_engine`, or **TCP socket** at this URL:
`tcp://localhost:2375`.

For details, see [Docker Engine API](../../engine/api/index.md).
For details, see [Docker Engine API](/reference/api/engine/_index.md).

### How do I connect from a container to a service on the host?

Expand Down
2 changes: 1 addition & 1 deletion content/docker-hub/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GitHub and Bitbucket and push them to Docker Hub.
* [Webhooks](webhooks.md): Trigger actions after a successful push
to a repository to integrate Docker Hub with other services.
* [Docker Hub CLI](https://github.com/docker/hub-tool#readme) tool (currently experimental) and an API that allows you to interact with Docker Hub.
* Browse through the [Docker Hub API](/docker-hub/api/latest/) documentation to explore the supported endpoints.
* Browse through the [Docker Hub API](/reference/api/hub/latest/) documentation to explore the supported endpoints.
{{< /tab >}}
{{< tab name="What administrative tasks can I perform in Docker Hub?" >}}
* [Create and manage teams and organizations](orgs.md)
Expand Down
2 changes: 1 addition & 1 deletion content/docker-hub/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The updated [Docker Subscription Service Agreement](https://www.docker.com/legal

When managing the content of your repositories, you can now filter the results based on the currentness of the tags and more easily identify your untagged images.

For Docker Hub API documentation, see [Docker Hub API Reference](api/latest.md#operation/GetNamespacesRepositoriesImages).
For Docker Hub API documentation, see [Docker Hub API Reference](/reference/api/hub/latest.md#operation/GetNamespacesRepositoriesImages).

## 2021-04-13

Expand Down
2 changes: 1 addition & 1 deletion content/engine/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ application with:
- A command line interface (CLI) client
[`docker`](/reference/cli/docker/).

The CLI uses [Docker APIs](api/index.md) to control or interact with the Docker
The CLI uses [Docker APIs](/reference/api/engine/_index.md) to control or interact with the Docker
daemon through scripting or direct CLI commands. Many other Docker applications
use the underlying API and CLI. The daemon creates and manages Docker objects,
such as images, containers, networks, and volumes.
Expand Down
166 changes: 0 additions & 166 deletions content/engine/api/_index.md

This file was deleted.

6 changes: 0 additions & 6 deletions content/engine/api/latest/index.html

This file was deleted.

5 changes: 0 additions & 5 deletions content/engine/api/v1.25.md

This file was deleted.

5 changes: 0 additions & 5 deletions content/engine/api/v1.26.md

This file was deleted.

5 changes: 0 additions & 5 deletions content/engine/api/v1.27.md

This file was deleted.

5 changes: 0 additions & 5 deletions content/engine/api/v1.28.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.29.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.30.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.31.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.32.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.33.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.34.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.35.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.36.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.37.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.38.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.39.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.40.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.41.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.42.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.43.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.44.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.45.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/engine/api/v1.46.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/engine/release-notes/23.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This page describes the latest changes, additions, known issues, and fixes for D
For more information about:

- Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md).
- Changes to the Engine API, see [Engine API version history](../api/version-history.md).
- Changes to the Engine API, see [Engine API version history](/reference/api/engine/version-history.md).

Starting with the 23.0.0 release, Docker Engine moves away from using CalVer versioning,
and starts using the [SemVer versioning format](https://semver.org/).
Expand Down
2 changes: 1 addition & 1 deletion content/engine/release-notes/24.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This page describes the latest changes, additions, known issues, and fixes for D
For more information about:

- Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md).
- Changes to the Engine API, see [Engine API version history](../api/version-history.md).
- Changes to the Engine API, see [Engine API version history](/reference/api/engine/version-history.md).

## 24.0.9

Expand Down
2 changes: 1 addition & 1 deletion content/engine/release-notes/25.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This page describes the latest changes, additions, known issues, and fixes for D
For more information about:

- Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md).
- Changes to the Engine API, see [Engine API version history](../api/version-history.md).
- Changes to the Engine API, see [Engine API version history](/reference/api/engine/version-history.md).

## 25.0.5

Expand Down
2 changes: 1 addition & 1 deletion content/engine/release-notes/26.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This page describes the latest changes, additions, known issues, and fixes for D
For more information about:

- Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md).
- Changes to the Engine API, see [Engine API version history](../api/version-history.md).
- Changes to the Engine API, see [Engine API version history](/reference/api/engine/version-history.md).

## 26.0.2

Expand Down
2 changes: 1 addition & 1 deletion content/engine/release-notes/26.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This page describes the latest changes, additions, known issues, and fixes for D
For more information about:

- Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md).
- Changes to the Engine API, see [Engine API version history](../api/version-history.md).
- Changes to the Engine API, see [Engine API version history](/reference/api/engine/version-history.md).

## 26.1.4

Expand Down
2 changes: 1 addition & 1 deletion content/engine/release-notes/27.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This page describes the latest changes, additions, known issues, and fixes for D
For more information about:

- Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md).
- Changes to the Engine API, see [Engine API version history](../api/version-history.md).
- Changes to the Engine API, see [Engine API version history](/reference/api/engine/version-history.md).

## 27.0.3

Expand Down
2 changes: 1 addition & 1 deletion content/engine/release-notes/27.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This page describes the latest changes, additions, known issues, and fixes for D
For more information about:

- Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md).
- Changes to the Engine API, see [Engine API version history](../api/version-history.md).
- Changes to the Engine API, see [Engine API version history](/reference/api/engine/version-history.md).

## 27.1.2

Expand Down
2 changes: 1 addition & 1 deletion content/engine/swarm/admin_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ worker nodes that do not meet these requirements cannot run these tasks.

You can monitor the health of manager nodes by querying the docker `nodes` API
in JSON format through the `/nodes` HTTP endpoint. Refer to the
[nodes API documentation](/engine/api/v1.25/#tag/Node)
[nodes API documentation](/reference/api/engine/v1.25/#tag/Node)
for more information.

From the command line, run `docker node inspect <id-node>` to query the nodes.
Expand Down
Loading