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>
Upstream-commit: 1ec3668e69
Component: cli
This commit is contained in:
Michael Crosby
2017-06-02 00:10:05 +00:00
committed by Tibor Vass
parent af4a044ed4
commit b9bcb6dad4
@@ -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`.