Replace old oci specs import with runtime-specs

Fixes #25804

The upstream repo changed the import paths.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2016-08-17 09:38:34 -07:00 committed by Tibor Vass
parent ab24559a62
commit 1ec3668e69
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ options for `zfs` start with `zfs` and options for `btrfs` start with `btrfs`.
## Docker runtime execution options
The Docker daemon relies on a
[OCI](https://github.com/opencontainers/specs) compliant runtime
[OCI](https://github.com/opencontainers/runtime-spec) compliant runtime
(invoked via the `containerd` daemon) as its interface to the Linux
kernel `namespaces`, `cgroups`, and `SELinux`.