Documentation
¶
Overview ¶
Package cmd contains all the cobra commands for the CLI application.
Package cmd contains all the cobra commands for the CLI application.
Package cmd contains all the cobra commands for the CLI application.
Package cmd contains all the cobra commands for the CLI application.
Package cmd contains all the cobra commands for the CLI application.
Package cmd contains all the cobra commands for the CLI application.
Package cmd contains all the cobra commands for the CLI application.
Package cmd contains all the cobra commands for the CLI application.
Package cmd contains all the cobra commands for the CLI application.
Package cmd contains all the cobra commands for the CLI application.
Package cmd contains all the cobra commands for the CLI application.
Package cmd contains all the cobra commands for the CLI application.
Package cmd contains all the cobra commands for the CLI application.
Package cmd contains all the cobra commands for the CLI application.
Package cmd contains all the cobra commands for the CLI application.
Package cmd contains all the cobra commands for the CLI application.
Package cmd contains all the cobra commands for the CLI application.
Package cmd contains all the cobra commands for the CLI application.
Index ¶
- Constants
- func NewCpCommand() *cobra.Command
- func NewCreateCommand() *cobra.Command
- func NewEnterCommand() *cobra.Command
- func NewExecCommand() *cobra.Command
- func NewImagesCommand() *cobra.Command
- func NewInspectCommand() *cobra.Command
- func NewLogsCommand() *cobra.Command
- func NewPsCommand() *cobra.Command
- func NewPullCommand() *cobra.Command
- func NewRenameCommand() *cobra.Command
- func NewRmCommand() *cobra.Command
- func NewRmiCommand() *cobra.Command
- func NewRootlessHelperCommand() *cobra.Command
- func NewRunCommand() *cobra.Command
- func NewStartCommand() *cobra.Command
- func NewStopCommand() *cobra.Command
- func NewUpdateCommand() *cobra.Command
- func NewVersionCommand() *cobra.Command
Constants ¶
const EnvKey = "ROOTLESS_HELPER_CHILD"
EnvKey is the environment variable name that we set to distinguish if we're the parent or child during this operation.
Variables ¶
This section is empty.
Functions ¶
func NewCpCommand ¶
NewCpCommand will copy a file to or from a container.
func NewCreateCommand ¶
NewCreateCommand will create a new container environment ready to use.
func NewEnterCommand ¶
NewEnterCommand will enter target container environment.
func NewExecCommand ¶
NewExecCommand will execute a command inside a running container.
func NewImagesCommand ¶
NewImagesCommand will list downloaded images with disk usage of each.
func NewInspectCommand ¶
NewInspectCommand will give information about a container or an image.
func NewLogsCommand ¶
NewLogsCommand will output all logs of a target container.
func NewPsCommand ¶
NewPsCommand will list running containers optionally with disk usage of each.
func NewPullCommand ¶
NewPullCommand will pull a new OCI image from a registry.
func NewRenameCommand ¶
NewRenameCommand will copy a file to or from a container.
func NewRmCommand ¶
NewRmCommand removes one or more containers from the host.
func NewRmiCommand ¶
NewRmiCommand will delete an OCI image in the configured DIR.
func NewRootlessHelperCommand ¶
NewRootlessHelperCommand will delete an OCI image in the configured DIR.
func NewRunCommand ¶
NewRunCommand will run a new container environment ready to use.
func NewStartCommand ¶
NewStartCommand will start one or more containers in input with default entrypoint command.
func NewStopCommand ¶
NewStopCommand will find all the processes in given container and will stop them.
func NewUpdateCommand ¶
NewUpdateCommand will update a new container environment ready to use.
func NewVersionCommand ¶
NewVersionCommand will delete an OCI image in the configured DIR.
Types ¶
This section is empty.