Fix a few 404s (#2785)

This commit is contained in:
Misty Stanley-Jones 2017-04-14 10:28:54 -07:00 committed by GitHub
parent e9925ad79c
commit de1df1319b
4 changed files with 5 additions and 3 deletions

View File

@ -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" %}

View File

@ -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
--- ---

View File

@ -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
--- ---
@ -24,7 +25,7 @@ do not have `systemctl`, use the `service` command.
``` ```
- **`service`**: - **`service`**:
```bash ```bash
$ sudo service docker start $ sudo service docker start
``` ```

View File

@ -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