Search results for query: docker

  1. X

    general/other Linux docker & docker compose in 2025

    ...some hands-on experience with that :) Or at least, some theory, like, for example: sysrc linux_enable="YES" service linux start pkg install docker docker-compose debootstrap # I'm incompatible with RedHat's stuff debootstrap jammy /compat/ubuntu # not sure if it's needed for Docker? cd...
  2. rbranco

    general/other Linux docker & docker compose in 2025

    podman supports docker-compose. Haven't tried it on FreeBSD, though.
  3. M

    general/other Linux docker & docker compose in 2025

    pkg search docker shows "docker -18.09", docker-compose, docker-machine plus a few more
  4. X

    general/other Linux docker & docker compose in 2025

    I was (and still) looking for the way to run any docker service. That is the biggest benefit of Docker - for the cases when you don't care and you just need that something to be running - it is perfect. And I have quite plenty of those things. So my perfect solution would be, if possible, to...
  5. SirDice

    general/other Linux docker & docker compose in 2025

    Instead of trying to crowbar docker services into FreeBSD, why not just install those services directly on FreeBSD? Don't know which services you need but they might run natively on FreeBSD.
  6. X

    general/other Linux docker & docker compose in 2025

    Hey, I wanted to understand what is the state of Linux dockers execution and docker's compose.yaml on FreeBSD. I've tried to read various articles and that forum thread, but I'm still not sure I understand if there is some easy way to start ready to use Linux Dockers? Ideally, by re-utilizing...
  7. T

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

    ...and all the other benefits hypervisors brought us were available in FreeBSD all along. Now it was 2014 and everyone was talking about Docker, Kubernates, and micro services; but again, the benefits of these systems were already available in the BSD world. So after experimenting with jails...
  8. K

    Appimage

    So the idea was that dynamic libraries are loaded *once* and shared by multiple processes. Only if they are the same version. AppImage/Snaps/Docker/etc provide different instances of the same dynamic library, of different versions. So in many ways this has proven that static linking (as is done...
  9. rbranco

    Appimage

    This is what Golang & Docker did. But static & shared have all their pros and cons. And we're also talking about interpreted languages dependencies. Packaging Python dependencies is a nightmare.
  10. K

    Appimage

    ...propose instead of the usual suspects that their junior developers (really just analysts with python knowledge) were leaning towards (AppImage/Docker/Snaps). But luckily they moved away from Linux entirely. So ultimately, even if no static linkage; just bundle the damn libs and run that in a...
  11. tuaris

    Appimage

    ...linked libraries and package managers do. I always found that very odd, how the same people critical of static linking are fine pushing Docker. They claim it's bad, difficult to update, inefficient, and insecure to build the binaries in that way. Yet it's totally fine to ship a copy of...
  12. LoganGreystone

    Appimage

    You can run vulnerable software in jails: it is not as convenient because you have to create the jail and compile the application, but it is more isolated. I had not read it, so everyone was happy, :) .
  13. cracauer@

    Appimage

    Correct me if I'm wrong but a sandboxed AppImage still has access to the user's home directory, no? That makes the isolation mostly useless. That makes occasionally living with vulnerable libraries a chore. Let's say libfoo-1.0 is vulnerable and libfoo-1.1 is fixed. You start out with 6 copies...
  14. DanielBowman

    Appimage

    ...more easily and then you don't even have to have those (maybe one day) vulnerable libraries installed in the system at all. And if the AppImage is not run as service (*cough* docker *cough*) I can live with running the vulnerable libraries from time to time from inside an image, maybe even...
  15. O

    Uninstalling / deleting "pkg" in jails

    ...(I installed 14.3-RELEASE), I'm exploring jails (through bastille), to see if I can replicate my home server setup that I have with Linux and docker. So far so good, most everything is setup and working, but I have a very tiny question. I'm installing software through "pkg" in my jails. I...
  16. msplsh

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

    Whatever it takes to get Docker support. A good sound system Linux would steal. Send two of the three firewalls to ports.
  17. F

    FreeBSD packages dashboard

    ...search? A: Although I referenced the design from CachyOS packages search, I entirely wrote the code myself. The original uses Next.js on Docker while retrieving package information from its dedicated api endpoint, whereas this project uses SvelteKit with Vercel for hosting and Neon for...
  18. M

    FreeBSD Jails are Simple and Easy

    ...the system’s exposure, wouldn’t it? Enter jails. The lightweight answer to containerisation, that’s been around for a long time before Docker became trendy. Setting up a Jail As with everything in the tech industry, there are at least half a dozen different ways to achieve the same...
  19. DanielBowman

    is it true that freebsd15 get kde as default?

    ...bloats and clutters on system level (systemd, package management, snaps, flatpacks). But ultimately client/end device future belongs to microkernels - if only for ease of using myriad of drivers. Server will belong to FreeBSD....once the Docker phase implodes, thanks to it's poor security design.
  20. R

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

    ...would have one of his famous hissy fits. And the FAANG don't care, their scale is such that an individual OS node is no longer important enough to worry about; they instead build much larger systems (for an example, look at gRPC, MapReduce and Borg, which created Hadoop, Docker and Kubernetes).
Back
Top