docker

  1. Andrew Pennebaker

    Better default experience with Docker from FreeBSD hosts

    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...
  2. I

    How to create a ZFS dataset within a jail?

    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...
  3. cytopia

    docker/docker-compose and devilbox

    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...
  4. fred974

    Solved FreeBSD and Docker

    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...
  5. S

    migrate FreeBSD jails to linux

    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...
  6. NuLL3rr0r

    Troubleshooting docker info and discourse

    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...
Back
Top