Skip to content

Instantly share code, notes, and snippets.

@cloudnull
Last active August 29, 2015 14:10
Show Gist options
  • Save cloudnull/a44653573b83d8e4736c to your computer and use it in GitHub Desktop.
Save cloudnull/a44653573b83d8e4736c to your computer and use it in GitHub Desktop.
container create
import lxc
c = lxc.Container('test_ubuntu')
c.create('ubuntu', args={'bdev': 'lvm'})
getopt: unrecognized option '--bdev'
lxc_container: container creation template for test_ubuntu failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment