Earlier quoted context omitted.
Do you happen to have a link to the XPC port? I just did a cursory search but couldn't find anything.
It's in Kip Macy's work branch: https://github.com/kmacy/NextBSD /lib/lib[asl, dispatch, launch, mach, osxsupport, xpc]. The XPC stuff is mostly Jakub Klama's work, I think.
Docker on FreeBSD
41–50 of 69 posts
Re: Docker on FreeBSD
#42Re: Docker on FreeBSD
#43I moved from FreeBSD on a server two days ago , because it lacked Docker-support. Kicking myself in the foot right now...
Probably a good idea for a production server. From FreeBSD: Docker on FreeBSD should be considered experimental.
There ...fixed that for you
Re: Docker on FreeBSD
#44I just assumed we would not do docker because we have had jails for so long. In fact, ZFS and jail is docker no? I admit no familiarity with docker (played with LXC years ago and thought - gosh it's like jail! :-)
Re: Docker on FreeBSD
#45Earlier quoted context omitted.
It's in Kip Macy's work branch: https://github.com/kmacy/NextBSD /lib/lib[asl, dispatch, launch, mach, osxsupport, xpc]. The XPC stuff is mostly Jakub Klama's work, I think.
Kip is allowed to use a computer in prison? Or was he recently released?
Re: Docker on FreeBSD
#46I just assumed we would not do docker because we have had jails for so long. In fact, ZFS and jail is docker no? I admit no familiarity with docker (played with LXC years ago and thought - gosh it's like jail! :-)
Docker is not a "jails" clone. (Linux has had "jail" like containers, called LXC, for almost 10 years now.)
Re: Docker on FreeBSD
#47Re: Docker on FreeBSD
#48Re: Docker on FreeBSD
#49Earlier quoted context omitted.
Docker is not a "jails" clone. (Linux has had "jail" like containers, called LXC, for almost 10 years now.)
Docker runs on top of lxc if I am not mistaken.
Re: Docker on FreeBSD
#50Does this mean we'll expect a native port on Mac OS X soon? :)