Skip to content

Commit 2018844

Browse files
committedAug 22, 2024·
chore: move engine API to /reference
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent d969391 commit 2018844

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+344
-307
lines changed
 

‎.htmltest.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ IgnoreEmptyHref: true
88
IgnoreDirectoryMissingTrailingSlash: true
99
IgnoreURLs:
1010
- "^/reference/api/hub/.*$"
11-
- "^/engine/api/v.+/#.*$"
11+
- "^/reference/api/engine/v.+/#.*$"
1212
IgnoreDirs:
13-
- "engine/api"
1413
- "registry/configuration"
1514
- "compose/compose-file" # temporarily ignore until upstream is fixed
1615
CacheExpires: "6h"

‎content/desktop/faqs/general.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $ export DOCKER_HOST=unix:///var/run/docker.sock
4949
Docker Desktop Windows users can connect to the Docker Engine through a **named pipe**: `npipe:////./pipe/docker_engine`, or **TCP socket** at this URL:
5050
`tcp://localhost:2375`.
5151

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.