= Name
docker-env
- Manage docker for mac qcow images
= SYNOPSIS
docker-env [global options] command [command options] [arguments...]
= VERSION 0.1.0
= GLOBAL OPTIONS
--help - Show this message -v, --[no-]verbose - be more verbose --version - Display the program version
= COMMANDS
current - Show current image help - Shows a list of commands or help for one command init - setup by moving Docker.qcow2 to "image_name" and linking back list, ls - list available qcow images (.../Docker.qcow2.{name}) new - create new qcow image rm - Delete "image" use - Link to "image""
= NOTES ON new
new
removes the current link so that the next time docker starts, it will create a new empty image file. The (slightly long) steps to follow:
-
Stop Docker.app
-
Run this command (
docker-env new
) -
Restart Docker.app
-
Stop Docker.app
-
Run
docker-env init {name}
to name the new image and create the symlink