Search results for query: docker

  1. 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.
  2. 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...
  3. 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...
  4. 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.
  5. 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?
  6. rbranco

    general/other Linux docker & docker compose in 2025

    Haven't tried Docker yet, but OCI Linux images on Podman work just fine.
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. Dereckson

    Docker alternatives for a Go/Kotlin developer

    Probably best to target jails if you're the solution author. You can get a behavior similar to Dockerfile by starting with a base system ZFS snapshot and a .sh script to run the commands to deploy your software on it. Also, if you're using C and Zig, you don't have a lot of dependencies to...
  15. D

    Docker alternatives for a Go/Kotlin developer

    https://wiki.freebsd.org/Docker
  16. N

    Docker alternatives for a Go/Kotlin developer

    Hello all, What are you doing to run Docker images in FreeBSD? I'm in the process from Linux to FreeBSD, the only "issue" that I found was how to run Docker images, which is required by my work. Personal projects, usually in C, Zig, are good. My Docker dependencies here are more infra-related...
  17. R

    What if Oracle hadn't bought Sun ?

    ...servers costs them $1K. They recompile their code every few hours, and probably put it into some sort of containerization system such as Docker. They have some sort of complex scheduling system, which distributes millions of tasks onto millions of servers, and tasks get restarted regularly...
  18. L

    Jellyfin fails to start in FreeBSD 13.5‑RELEASE‑p3 jail – “Bad system call”

    ...error. Without trying to abuse your goodwill, do you see any potential workarounds for this issue? I'm looking to avoid placing Jellyfin into a Docker container on Linux, but I'm having trouble finding a solution to bypass this compatibility problem. Any insights would be greatly appreciated!
  19. R

    What if Oracle hadn't bought Sun ?

    ...will work the same. Just don't copy a compiled executable from one machine to the other (unless it's Java). With packaging systems such as Docker and scheduling systems such as Kubernetes, it is relatively easy to use a clustered computer system where different CPUs have different instruction...
  20. Espionage724

    What would you like to see over the next few FreeBSD versions?

    I only entertain bare-metal, but FreeBSD could use more compatibility with whatever Node does. Joomla CMS uses it, and some module didn't install on 14.3 (couldn't run one of my websites). bun.js also doesn't have a native FreeBSD build (can't run up-to-date 2004Scape/have to use an older build...
Back
Top