Search results for query: docker

  1. vmb

    FreeBSD OCI Containers

    ...from those that built these tools so that others can improve the documentation after they have gained a working knowledge. https://hub.docker.com/u/freebsd The previous image descriptions are described in https://freebsdfoundation.org/freebsd-container-images/ . The image sizes are a clue...
  2. OpenFreeNet

    How to set ServerName on home network

    ...I liked FreeBSD, because in case of problems it is simpler to debug. I prefer to check what is not working in the jails, than debugging Docker containers; or systemd configurations. Also Guix, despite it is Scheme, it is not so easy to debug in case of problems in the configuration code...
  3. vmb

    HELP! EXPERTS NEEDED! Xorg and any DE or related thing Hard crashes not just FreeBSD, but makes my PC fail to P.O.S.T and I have to turn off my PSU.

    ...client/old PC connecting with a browser or X11 forwarding. Choose whatever OS is right for the additional hardware. I probably do this too often as I have a lot of old machines dedicated to specific applications that are gradually being migrated to FreeBSD jails or Void/Alpine Docker containers.
  4. Espionage724

    Headless installation (w/o monitor and keyboard, over ssh)

    Making stuff easier for appeal is what had Wayland years-early, systemd, and Docker-reliance everywhere :p I have the opinion learning should be encouraged with self-interest; I wanted FreeBSD, looked into it, and had it on my server and laptop within a few days after years of Linux. If a...
  5. B

    TrueNAS build system will become closed source

    When I played with it, it worked fine but I haven't used it seriously. I recommend giving it a try.
  6. Alain De Vos

    TrueNAS build system will become closed source

    You could run an Ubuntu on Bhyve , and run Linux-Docker-Containers in it. And even have, video-card & usb passthrough. But that looks more virtualization of Linux on FreeBSD. It's not my knowledge but "downloadable linux-docker-files" don't exist for FreeBSD OS.
  7. M

    TrueNAS build system will become closed source

    "Functionally" a single executable running in a docker container is a "static executable, sandboxed". I think you can really limit a docker container interaction with host. maybe some hardware passthrus but mostly networking exposed. So is that functionally different from a jail/bhyve? Not...
  8. Alain De Vos

    TrueNAS build system will become closed source

    In FreeBSD you create a jail. In one jail you can run firefox in other jail a webserver in an other a database. Which applications are you thinking of that need "docker" type features ? The freebsd way of working is you install a server and you edit yourself the config file.
  9. S

    TrueNAS build system will become closed source

    Real containers in the form of jails docker is just a bunch of abstraction layers over namespaces and a lot of wishful thinking.
  10. victort

    TrueNAS build system will become closed source

    Many applications that are in docker containers have no real way of running on FreeBSD unless built from source. And many do not have docs for that. One example is Audiobookshelf. Apps like Immich are fairly difficult to get working, though some people have done it. It just takes time...
  11. Emrion

    TrueNAS build system will become closed source

    I don't know what "docker applications" implies exactly. It sounds like a linux distribution could be convenient as an alternative. As for FreeBSD, all can be done with it, except maybe docker apps, though there are jails for that purpose.
  12. chrislongros

    TrueNAS build system will become closed source

    Is Podman a reliable alternative to Docker containers? I have docker apps such as FreshRSS, Immich, qBitorrent etc
  13. chrislongros

    TrueNAS build system will become closed source

    So apparently the build system of TrueNAS will be in the near future not open source. I consider moving my home server entirely into FreeBSD. However I have many docker applications... What alternatives does FreeBSD provide? View: https://www.youtube.com/watch?v=X28dH8crYGo
  14. R

    Help me ! I'm going to make a mistake... migrate to GNU/Linux ...

    > Most of the time, they are intended to be installed with a “dockerfile”... and that's it ! It is a bi-state solution. On the long-term, either you go with the flow and use everything from dockers, or run everything with jails. Except, you can, as seems the direction is considered, run a...
  15. epower53

    Musings of a noob as I migrate from Windows to FreeBSD in my homelab

    ...spoke to devices in the mesh and communicated to MQTT, but the GUI wouldn't work and that became a deal breaker. So... I doubled down on my docker adventure and built a new HA device on an rpi with my 4 containers (z2m, zwave, MQTT, Node-Red) running on it. The painful part was moving over...
  16. cracauer@

    general/other seeking Linuxulator tips and tricks

    Java. Write once, run everywhere. Sure :)
  17. fahrenheit

    general/other seeking Linuxulator tips and tricks

    ...are network/crypto libraries (like netty, bouncycastle) which also use shared libraries. Because I work with these constrains a lot (plus docker requirements), I've exploited/hacked /linux/compat and linuxlator a lot. On the plus side I can confirm that it's more than up to the task and...
  18. SirDice

    jails jailed services: what's the standard practice? (noob questions :-) )

    ...have their login shell set to /usr/sbin/nologin. Why would you allow an account like www to login via ssh? You seem to be confused with docker, the entire jail runs within its own namespace on the kernel. The root account inside the jail is NOT the same as root on the host. Think of it...
  19. R

    Running Podman sets net.link.bridge.pfil_member to 1

    Yeah frustrating, I also just saw the issue when running the podman run --rm docker.io/dougrabson/hello command from https://podman.io/docs/installation#installing-on-freebsd. I have to sysctl net.link.bridge.pfil_member=0 to set it back and then service jail restart for my jails to pick up the...
  20. Socks

    Is anyone successfully using Jellyfin?

    I have Jellyfin 10.11.6 running in a docker container on an Asustor NAS with no drama. The device OS is a proprietary modification of Debian Linux. The device hardware uses a very humble dual core celeron @ 2.0 ghz, 16Gb ram, 2 x 4Tb 2.5" hdd's shucked from external USB enclosures. I chose these...
Back
Top