Containers failed to create
rkbennett opened this issue · 4 comments
rkbennett commented
OS: Ubuntu
LXC: 1.10
When running" the-internet start input/Northsec 15" command I receive
Failed to create container: : no root device could be found.
For each container it attempts to create
stgraber commented
Yeah, you'll need to make sure that the internet-base
profile is functional as it's used as the profile of all routers that are created.
rkbennett commented
I can create a container with that image and exec to get a shell into it, is there another specific check I need to do to verify that?
stgraber commented
lxc launch FINGERPINT blah -p internet-base
, if that works, then the-internet should work
rkbennett commented
Copy, that fixed it. Thanks for the help