mirror of https://github.com/docker/docs.git
Fix a few 404s (#2785)
This commit is contained in:
parent
e9925ad79c
commit
de1df1319b
|
@ -44,7 +44,7 @@ Continue reading, or go straight to [API and CLI](#api-and-cli),
|
||||||
|
|
||||||
##### API and CLI
|
##### API and CLI
|
||||||
|
|
||||||
- Add [version 1.28](/edge/engine/reference/api/v1.28/) of the Docker API.
|
- Add [version 1.28](/engine/reference/api/v1.28/) of the Docker API.
|
||||||
|
|
||||||
- Add `--device-cgroup-rule` flag to give containers access to devices that appear
|
- Add `--device-cgroup-rule` flag to give containers access to devices that appear
|
||||||
after the container is started. {% include github-pr.md pr="22563" %}
|
after the container is started. {% include github-pr.md pr="22563" %}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
description: Configure logging driver.
|
description: Configure logging driver.
|
||||||
keywords: docker, logging, driver, Fluentd
|
keywords: docker, logging, driver, Fluentd
|
||||||
redirect_from:
|
redirect_from:
|
||||||
|
- /engine/reference/logging/overview/
|
||||||
title: Configure logging drivers
|
title: Configure logging drivers
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ description: Controlling and configuring Docker using systemd
|
||||||
keywords: docker, daemon, systemd, configuration
|
keywords: docker, daemon, systemd, configuration
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /engine/articles/systemd/
|
- /engine/articles/systemd/
|
||||||
|
- /articles/systemd/
|
||||||
title: Control and configure Docker with systemd
|
title: Control and configure Docker with systemd
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Get started with the Docker API
|
title: Get started with the Docker API
|
||||||
keywords: developing, api, sdk, developers, rest, curl, python, go
|
keywords: developing, api, sdk, developers, rest, curl, python, go
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /engine/api/getting-started.md
|
- /engine/api/getting-started/
|
||||||
---
|
---
|
||||||
|
|
||||||
After you
|
After you
|
||||||
|
|
Loading…
Reference in New Issue