Skip to content

Commit f22230a

Browse files
author
Ma Shimiao
committed
rename ocitools to oci-runtime-tool
Signed-off-by: Ma Shimiao <[email protected]>
1 parent 083933f commit f22230a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

man/runc-spec.8.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ In the start command above, "container1" is the name for the instance of the
3535
container that you are starting. The name you provide for the container instance
3636
must be unique on your host.
3737

38-
An alternative for generating a customized spec config is to use "ocitools", the
39-
sub-command "ocitools generate" has lots of options that can be used to do any
40-
customizations as you want, see [ocitools](https://github.com/opencontainers/ocitools)
38+
An alternative for generating a customized spec config is to use "oci-runtime-tool", the
39+
sub-command "oci-runtime-tool generate" has lots of options that can be used to do any
40+
customizations as you want, see [runtime-tools](https://github.com/opencontainers/runtime-tools)
4141
to get more information.
4242

4343
When starting a container through runc, runc needs root privilege. If not

spec.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ In the run command above, "container1" is the name for the instance of the
4848
container that you are starting. The name you provide for the container instance
4949
must be unique on your host.
5050
51-
An alternative for generating a customized spec config is to use "ocitools", the
52-
sub-command "ocitools generate" has lots of options that can be used to do any
53-
customizations as you want, see [ocitools](https://github.com/opencontainers/ocitools)
51+
An alternative for generating a customized spec config is to use "oci-runtime-tool", the
52+
sub-command "oci-runtime-tool generate" has lots of options that can be used to do any
53+
customizations as you want, see [runtime-tools](https://github.com/opencontainers/runtime-tools)
5454
to get more information.
5555
5656
When starting a container through runc, runc needs root privilege. If not

0 commit comments

Comments
 (0)