From f22230a79d5fd6ae5dde6733c133f9bc262ead9a Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Fri, 16 Dec 2016 14:04:50 +0800 Subject: [PATCH] rename ocitools to oci-runtime-tool Signed-off-by: Ma Shimiao --- man/runc-spec.8.md | 6 +++--- spec.go | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/man/runc-spec.8.md b/man/runc-spec.8.md index f1861393..3c69e231 100644 --- a/man/runc-spec.8.md +++ b/man/runc-spec.8.md @@ -35,9 +35,9 @@ In the start command above, "container1" is the name for the instance of the container that you are starting. The name you provide for the container instance must be unique on your host. -An alternative for generating a customized spec config is to use "ocitools", the -sub-command "ocitools generate" has lots of options that can be used to do any -customizations as you want, see [ocitools](https://github.com/opencontainers/ocitools) +An alternative for generating a customized spec config is to use "oci-runtime-tool", the +sub-command "oci-runtime-tool generate" has lots of options that can be used to do any +customizations as you want, see [runtime-tools](https://github.com/opencontainers/runtime-tools) to get more information. When starting a container through runc, runc needs root privilege. If not diff --git a/spec.go b/spec.go index 617d99ea..83311914 100644 --- a/spec.go +++ b/spec.go @@ -48,9 +48,9 @@ In the run command above, "container1" is the name for the instance of the container that you are starting. The name you provide for the container instance must be unique on your host. -An alternative for generating a customized spec config is to use "ocitools", the -sub-command "ocitools generate" has lots of options that can be used to do any -customizations as you want, see [ocitools](https://github.com/opencontainers/ocitools) +An alternative for generating a customized spec config is to use "oci-runtime-tool", the +sub-command "oci-runtime-tool generate" has lots of options that can be used to do any +customizations as you want, see [runtime-tools](https://github.com/opencontainers/runtime-tools) to get more information. When starting a container through runc, runc needs root privilege. If not