dicer instance
Manage instances
dicer instance [flags]Options
-h, --help help for instanceOptions inherited from parent commands
-D, --debug Trace every call to the daemon on stderr (or set $DICER_DEBUG)
-r, --remote string Daemon to talk to: a remote's name, or an address (unix:///PATH or HOST:PORT) (default $DICER_REMOTE, then the current remote, then local)
--timeout duration Give up on a call to the daemon after this long, e.g. 30s (0: never; streams such as logs -f and exec are not bounded)SEE ALSO
- dicer - Run virtual machines from container images
- dicer instance cp - Copy files between this machine and a running instance
- dicer instance create - Define an instance without starting it
- dicer instance delete - Delete one or more instances
- dicer instance exec - Run a command inside a running instance
- dicer instance list - List instances
- dicer instance logs - Show an instance’s console output
- dicer instance pause - Pause one or more running instances
- dicer instance rename - Rename a stopped instance
- dicer instance restart - Stop one or more instances if they are running, then start them
- dicer instance resume - Resume one or more paused instances
- dicer instance run - Create an instance from an image and start it
- dicer instance show - Show everything about one or more instances
- dicer instance snapshot - Freeze instances to disk and put them back
- dicer instance start - Start one or more defined instances
- dicer instance stop - Stop one or more running instances, keeping their definitions and disks
- dicer instance update - Change a stopped instance’s definition
- dicer instance wait - Wait until an instance stops, and exit with its status