Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created April 15, 2014 20:30
Show Gist options
  • Save hub-cap/10770018 to your computer and use it in GitHub Desktop.
Save hub-cap/10770018 to your computer and use it in GitHub Desktop.
--root path
Sets the path to root directory (VE_ROOT) for this container. This is essentially a mount point for container’s root directory. Argument can contain literal string $VEID, which will be substituted with the numeric CT ID.
--private path
Sets the path to private directory (VE_PRIVATE) for this container. This is a directory in which all the container’s files are stored. Argument can contain literal string $VEID, which will be substituted with the numeric CT ID.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment