User Tools

Site Tools


vctl

Table of Contents

vctl

vctl Highlights

USAGE:

vctl COMMAND [OPTIONS]

COMMANDS:

  • build - Build a container image from a Dockerfile.
  • create - Create a new container from a container image.
  • describe - Show details of a container.
  • exec - Execute a command within a running container.
  • execvm - Execute a command within a running virtual machine that hosts container.
  • help - Help about any command.
  • images - List container images.
  • inspect - Return low-level information on objects.
  • kind - Get system environment ready for vctl-based KIND.
  • login - Log in to a registry.
  • logout - Log out from a registry.
  • ps - List containers.
  • pull - Pull a container image from a registry.
  • push - Push a container image to a registry.
  • rm - Remove one or more containers.
  • rmi - Remove one or more container images.
  • run - Run a new container from a container image.
  • start - Start an existing container.
  • stop - Stop a container.
  • system - Manage the container engine.
  • tag - Tag container images.
  • version - Print the version of vctl.
  • volume - Manage volumes.

Run 'vctl COMMAND –help' for more information on a command.

OPTIONS:

-h, –help Help for vctl

vctl.txt · Last modified: 2024/04/28 03:25 (external edit)