package oci

import "github.com/containerd/containerd/cmd/ctr/commands/oci"

Index

Variables

var Command = cli.Command{
	Name:  "oci",
	Usage: "OCI tools",
	Subcommands: []cli.Command{
		defaultSpecCommand,
	},
}

Command is the parent for all OCI related tools under 'oci'

Source Files

oci.go

Version
v1.6.11
Published
Dec 6, 2022
Platform
linux/amd64
Imports
5 packages
Last checked
2 minutes ago

Tools for package owners.