lxc / go-lxc

Go bindings for liblxc
https://linuxcontainers.org/lxc
Other
431 stars 76 forks source link

remove isDefined constraint on many functions #36

Closed hallyn closed 9 years ago

hallyn commented 9 years ago

For all operations on running containers, allow them to run on containers with no config file.

Destroy, snapshot, and clone do require the container to be defined (which is enforced by the C api calls as well).

Signed-off-by: Serge Hallyn serge.hallyn@ubuntu.com

caglar10ur commented 9 years ago

Thanks again Serge!