Search results for query: docker

  1. susannej

    zVault question ...

    ...Scale and it's nice. But it's not anymore FreeBSD based. :-( at least, it has ZFS. However, there's one thing, which I like a lot, running docker-container. And now, after this whole story-telling to explain, that I missed the new bells and whistles in Truenas-core 13.x. And here's my...
  2. Dereckson

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

    ...using FreeBSD as OS for core services (devserver, mail, DNS, databases), with some Linux to use with containers (CentOS Stream for development Docker server, Rocky for production). Happy to work with Linux servers at work. Still taking a lot of care to avoid linuxism and share with others the...
  3. T

    bhyve Current state of bhyve Nvidia passthrough?

    As far as I heard, Linux didn't support Bhyve as VM host, thus, didn't recognize "Bhyve Bhyve" as VM fingerprint. This is said that there are no technical / marketting advantage for Linux to support Bhyve. But supporting more than 255 vCPUs on Bhyve seems to be considered as technical merit to...
  4. N

    bhyve Current state of bhyve Nvidia passthrough?

    ...but I fail to understand how that is really relevant. This is a server with a regular mATX motherboard with a Ryzen 3600, I have no need for support for "more than 255 vCPUs". Maybe I should have specified that (my bad). In any case, I could settle for Ubuntu 24.04 or RHEL for the docker host.
  5. cy@

    FreeBSD development seems lost

    If running by hand, yes. All my users expect their pods be started at boot. To enable this we must, usermod -a -G systemd-journal users_service_account Then allow the service the pod runs under to linger after the users logs out: loginctl enable-linger user_service_account To run the pod...
  6. rbranco

    FreeBSD development seems lost

    Rootless containers don't need Systemd at all. You can run rootless Podman & Docker on Alpine Linux.
  7. Zare

    general/other Linux docker & docker compose in 2025

    ...Linux alltogether...so all of this written here + a metric ton of other 'nice tech' like Kubernetes. There is absolutely nothing like Docker in FreeBSD native world. It's not about the specifics of technology but the ecosystem built around it. For a simple software project you may have a...
  8. rbranco

    FreeBSD development seems lost

    This is the right attitude. I feel the same. Agree. We have podman. We only need the rootless capability part.
  9. bored2tears

    FreeBSD development seems lost

    ...is this 😂. By the way, now FreeBSD can properly rival Linux tech in terms of running small(!) "containers" -- with pkgbase you can create OCI/Docker-like jail environments with only an app and it's dependencies without doing heavy work with recompiling the OS or resorting to hacks like it...
  10. rbranco

    FreeBSD development seems lost

    It's the other way around: Podman supports systemd. I myself don't use quadlets and prefer docker-compose, which podman can use. Userspace networking is a mess. At first podman relied on the CNI plugins but CNI decided to do stuff for Kubernetes only and podman had to migrate to passt. You...
  11. rbranco

    general/other Linux docker & docker compose in 2025

    OCI is the standard based on the work made by Docker and donated to the Open Container Initiative. There's no practical difference now. My job is to literally test both so I use both.
  12. X

    general/other Linux docker & docker compose in 2025

    Is there any difference between OCI Linux images and Docker? If no - what is your usual software set / software you are running?
  13. rbranco

    general/other Linux docker & docker compose in 2025

    Haven't tried Docker yet, but OCI Linux images on Podman work just fine.
  14. X

    general/other Linux docker & docker compose in 2025

    ...for the delay in getting back here and I thanks everyone commented and shared they experience! I've had a chance to raise the question on docker images on EuroBSDCon and got a response that I thought might be of help for anyone interested: > Linux's docker images on FreeBSD works. Until...
  15. nxjoseph@

    ProtonMail with Evolution email app with Hydroxide bridge

    ...in below. imap: localhost:1143, no ssl security or something smtp: localhost:1025, same as above IIRC, there is another bridge but requires docker. The long password must be hashed version of your actual password and it needs to be registered to the hydroxide's database. If you use the...
  16. SirDice

    Poudriere options is the bottleneck

    ...OPTIONS_SET+= OPTIMIZED_CFLAGS devel_cmake_UNSET= DOCS devel_git_UNSET= GITWEB SEND_EMAIL devel_log4cplus_UNSET= DOCS devel_py-molecule_SET= DOCKER editors_neovim_SET= PYNVIM java_openjdk8_UNSET= CUPS X11 java_openjdk11_UNSET= CUPS math_gmp_SET= CPU_OPTS net_samba416_SET= MDNSRESPONDER...
  17. S

    Install a package to a different location

    ...hack) in linux-world where they mix and mash all kind of library versions (which *will* cause chaos at some point, hence why linux folks need docker for everything nowadays...) or if you manually move them around. You *could* build the port of the new version with another PREFIX defined in...
  18. SirDice

    Keeping ports updated.

    ...OPTIONS_SET+= OPTIMIZED_CFLAGS devel_cmake_UNSET= DOCS devel_git_UNSET= GITWEB SEND_EMAIL devel_log4cplus_UNSET= DOCS devel_py-molecule_SET= DOCKER editors_neovim_SET= PYNVIM java_openjdk8_UNSET= CUPS X11 java_openjdk11_UNSET= CUPS math_gmp_SET= CPU_OPTS net_samba416_SET= MDNSRESPONDER...
  19. bored2tears

    Minimal pkgbase jails / chroots (Docker\OCI-like)

    Hello everyone! After some time around playing with pkgbase, I've found a way for making minimal OCI\Podman\Docker-like chroot environments where theres only an app (could be many of them, though) and its dependencies inside a chroot environment. No need for managing 500+MB bases or having...
  20. msplsh

    from DaemonForums

    ...vs Qubes OS (Xen) being Type 1. Perhaps an important distinction for people. FreeBSD not being able to run OCI containers (no native Docker) seems like the largest problem this guy has with BSD-based solutions. He already had momentum to switch to something, so this decision makes a lot of...
Back
Top