Search results for query: docker

  1. Espionage724

    What is your setup for "develop on macOS, deploy on FreeBSD?"

    ...some config; Linux is similar, but Windows I download zips from upstream instead of a package manager (all manual/no convenience like XAMPP or Docker). Same PHP extensions though every OS and similar nginx.conf and PHP settings; I have my wiki up and a secure webserver that can process PHP in...
  2. cracauer@

    What is your setup for "develop on macOS, deploy on FreeBSD?"

    Deploying what things? Database involved? If yes, how does the database hold up in Docker? I typically ssh directly into the target platform and develop there. Regardless of what my terminal is.
  3. J

    What is your setup for "develop on macOS, deploy on FreeBSD?"

    ...life easier) and would like to run my server environment locally for development purposes. If I deploy on Debian the usual answer is "use Docker/Podman/etc." I know macOS is pretty popular with FreeBSD folks so I'm curious what setup you're using to emulate a FreeBSD server locally? Getting...
  4. M

    An introduction to OCI Containers on FreeBSD

    ...freebsd-version 14.3-RELEASE That was easy! Let’s test a Linux container: $ doas podman run --rm --os=linux docker.io/alpine cat /etc/os-release | head -1 NAME="Alpine Linux" Again, that was really easy. You can find FreeBSD OCI images on GitHub and Docker Hub. But we imagine many...
  5. 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...
  6. 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...
  7. 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...
  8. natterangell

    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.
  9. 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...
  10. rbranco

    FreeBSD development seems lost

    Rootless containers don't need Systemd at all. You can run rootless Podman & Docker on Alpine Linux.
  11. 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...
  12. 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.
  13. 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...
  14. 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...
  15. 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.
  16. 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?
  17. rbranco

    general/other Linux docker & docker compose in 2025

    Haven't tried Docker yet, but OCI Linux images on Podman work just fine.
  18. 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...
  19. 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...
  20. 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...
Back
Top