Getting help
You can get help for any command by using the--help flag:
Common options
Most commands support a--debug flag that provides additional diagnostic output:
Command categories
Core commands
container run- Run a container from an imagecontainer build- Build an OCI image from a Dockerfile
Container management
container create- Create a container without starting itcontainer start- Start a stopped containercontainer stop- Stop running containers gracefullycontainer kill- Immediately kill running containerscontainer delete(rm) - Delete containerscontainer list(ls) - List containerscontainer exec- Execute a command in a running containercontainer logs- Fetch container logscontainer inspect- Display detailed container informationcontainer stats- Display real-time resource usage statisticscontainer prune- Remove stopped containers
Image management
container image list(ls) - List local imagescontainer image pull- Pull an image from a registrycontainer image push- Push an image to a registrycontainer image save- Save an image to a tar archivecontainer image load- Load an image from a tar archivecontainer image tag- Tag an imagecontainer image delete(rm) - Delete imagescontainer image prune- Remove unused imagescontainer image inspect- Display detailed image information
Builder management
container builder start- Start the BuildKit buildercontainer builder status- Show builder statuscontainer builder stop- Stop the BuildKit buildercontainer builder delete(rm) - Delete the BuildKit builder
Network management (macOS 26+)
container network create- Create a networkcontainer network delete(rm) - Delete networkscontainer network prune- Remove unused networkscontainer network list(ls) - List networkscontainer network inspect- Display detailed network information
Volume management
container volume create- Create a volumecontainer volume delete(rm) - Delete volumescontainer volume prune- Remove unused volumescontainer volume list(ls) - List volumescontainer volume inspect- Display detailed volume information
Registry management
container registry login- Authenticate with a registrycontainer registry logout- Log out of a registrycontainer registry list- List registry logins
System management (macOS)
container system start- Start container servicescontainer system stop- Stop container servicescontainer system status- Check service statuscontainer system version- Show version informationcontainer system logs- Display system logscontainer system df- Show disk usagecontainer system dns- Manage local DNS domainscontainer system kernel- Manage the Linux kernelcontainer system property- Manage system properties