Search results for query: docker

  1. rbranco

    The upcoming death of setuid/setgid on Linux

    Group passwords are really neat. Before rootless Docker became possible on Linux, you had 2 options: either run docker through sudo or assign yourself to the docker group, which is dangerous. I chose a 3rd option that they adopted in their documentation...
  2. gotnull

    jails Thick jails: Creation instructions changed?

    Honestly I don't think that anything really changed, both methods existed before pkgbase IIRC the handbook already described them before, it's just two different way to accomplish the same thing, just pick the one you prefer. To create pkgbase jails it's different, the handbook is a bit behind...
  3. pfate

    Introduce yourself, tell us who you are and why you chose FreeBSD

    ...all of my setup re-created in the FreeBSD space, the big change here I am looking forward to is looking at using jails and bhyve in place of Docker and libvirt. As we extensively use LXC/Proxmox in teaching labs, I am really curious after watching progress on the development of Sylve on...
  4. OpenFreeNet

    general/other daemonless - Native FreeBSD OCI Containers

    I never used s6 and daemonless, but probably the answer is in s6-overlay, the s6 based service manager for Docker containers. They say
  5. 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...
  6. 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...
  7. 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.
  8. 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...
  9. 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.
  10. 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.
  11. 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...
  12. 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.
  13. 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.
  14. 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...
  15. 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.
  16. 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
  17. 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
  18. 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...
  19. 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...
  20. cracauer@

    general/other seeking Linuxulator tips and tricks

    Java. Write once, run everywhere. Sure :)
Back
Top