Docker for FreeBSD 10.2

Linux images complain that the kernel is too old, not sure if that's just because it's checking for 11-CURRENT or whether there are still some features missing
No, it's checking the 'emulated' Linux kernel version. Which is 2.something.
 
I've been using it on 10.3-RELEASE with some issues. For example, a CentOS-7.x image won't install httpd with an error about unpacking the cpio. Googling a bit, this turns out to be an issue with CentOS-7.x containers on Debian as well.

For very basic docker stuff, it seems to work without problems. A couple of commands didn't work, possibly "import", but I really don't remember.

DISCLAIMER. I don't use it for anything needed, at present, I've just been playing with it a little bit, trying to get more familiar with it.
 
Yup, I can confirm I can run docker containers without too much issues on 10.3-RELEASE. The docker daemon itself crashed while pulling a pretty large image, but other than it it seems to work!
 
Back
Top