Jonathan
Jonathan

Reputation: 5117

How to start an LXC container inside a Docker container

How do I start a LXC container inside of a docker container - end to end - with shared networking? Ideally I'd like to do this with Debian or Ubuntu. Some problems I found when trying to do this:

Upvotes: 7

Views: 4966

Answers (1)

Michael
Michael

Reputation: 10474

Take a look at the --privileged flag to your docker container docs

Upvotes: 0

Related Questions