I'm excited to see that Docker for FreeBSD hosts can run FreeBSD and GNU Linux containers! Could we add support to Docker for alternate libc containers? Sadly, the alpine (musl) and busybox:uclibc containers fail in Docker for FreeBSD:
$ docker run library/alpine echo "Hello World"
ELF binary...
The Docker package for FreeBSD requires some manual configuration in order to work:
* The ca_root_nss package is necessary, but for some reason the docker package does not currently mark ca_root_nss as a dependency.
* The Docker service is not enabled by default. Would be nice for...
I'm trying to run Docker (must be within a FreeBSD jail)
How do I create this:
--
You will need to create a ZFS dataset on /usr/docker
# zfs create -o mountpoint=/usr/docker <zroot>/docker
--
when zfs list shows "no datasets available" ?
The jail name is "testing" and it seems that is trying...
Hi everybody,
I have planned to make the devilbox work on FreeBSD.
I not really aware about the current state of docker and docker-compose support on FreeBSD. Does it generally work or are there any big stoppers?
If it does work already, is somebody willing to give a quick try on the devilbox...
Hi Guys,
I was looking at the video release of FreeNAS Coral last nigth and realise that the team at Freenas as stopped using native FreeBSD jail in favour of docker...
Our server is curently using CBSD and does a good job with Bhyve..
So question:
is docker safer then jail?
I am not planning...
we are running some jails in FreeBSD 10 and the decision has been made to decommission the FreeBSD server and migrate all the jails to Linux environment Red Hat 6 or 7.
Is there a straight forward way of migrating BSD jails to linux -- as containers that can be run via docker
or any other way...
I've been trying to install Discourse on a FreeBSD VM without any success.
According to discourse installation guide the only supported platform is Docker, although it is possible to install it without Docker. Since I have to install two Discourse instance, going without Docker is not an option...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.