Can I run FreeBSD inside Docker?

I searched the Docker FreeBSD image, but cannot find out if FreeBSD can run inside dockers? If not, why not?

+6
source share
1 answer

Technically, yes, but this requires a FreeBSD host, and Docker is now β€œa bit unstable” in FreeBSD. There is a fork from Docker 1.7 that can technically run containers, but you don't want to use anything for real. Jetpack, I hope, will be completed for FreeBSD 11 and will provide a much better solution here.

https://wiki.freebsd.org/Docker contains information. You can get it to work on fully updated 10.3, but expect a lot of weirdness.

+5
source

All Articles