Closed anirudh-goyal closed 3 years ago
Looks good, can you rebase the branch into a single commit and make sure you have a blank line between title and Signed-off-by (Github gets a bit confused otherwise :))!
Done, thank you!
Btw, for some reason, my python3-lxc just keeps returning False
every time I try to create a container, even with the busybox template. I tried poking around but couldn't figure out the root cause. As a result, I haven't been able to test this fix.
@anirudh-goyal are you running it as root?
Looks good to me and seems to work here. Thanks!
[Work in progress PR]
Fixes #16
Changes:
create()
callssave_config()
if the container is not defineddestroy()
callsclear_config()
on successSigned-off-by: Anirudh Goyal anirudhgoyal@utexas.edu