Hacker News new | ask | show | jobs
by metanull 1508 days ago
Hello! Cool project. Wonder why you need the —privileged for?
1 comments

Thanks!

`--privileged` is needed to run the container inside a container.

e.g. https://www.docker.com/blog/docker-can-now-run-within-docker...

This is particularly useful for using Kubernetes to manage a cluster of instances.