Search results for query: docker

  1. P

    Excitement and opportunity for the future of FBSD

    Exactly. That raises questions about trusting unknown blobs. That is not what I want to use.
  2. K

    Excitement and opportunity for the future of FBSD

    Its mainly so people can just grab and run pre-packaged cruft without learning / having time for / doing a proper job. It just so happens that "Docker Image" is an alias for "Bunch of packaged Linux binaries", hence on FreeBSD it just turns into emulation with extra steps. Some quotes from the...
  3. Alain De Vos

    Excitement and opportunity for the future of FBSD

    Docker,lxd,lxc,podman, bad solutions for an inherit DLL hell.
  4. K

    Excitement and opportunity for the future of FBSD

    ...not so sure. By popular, I don't necessarily mean "with individuals". One that comes to mind is trying to tailor the LinuxEmu layer to provide docker containers in the hope that it attracts companies stuck with that kind of stack. Allowing better exploitation of FreeBSD by commercial...
  5. Zare

    KDE Plasma Login Manager Won’t Support Systemd-Free Linux or BSD Systems

    ...important piece of that story. Don't get me wrong, the LXC things work, they're not nearly useless or complicated in implementations such as Docker, Kubernetes as some make them to be, and they run a lot of important stuff on the planet. But that level and that kind of OS integration vertical...
  6. blackbird9

    KDE Plasma as the default desktop environment

    Systemd was primarily designed to enable linux be deployed in large-scale cloud services, particularly using containers like docker on VM's, and to integrate with other middleware, where it has been very successful. It can be of some use on a single user desktop, at times, but the real...
  7. Andriy

    Home Assistant

    ...is visible as a serial device) via zigbee2mqtt. Yeah, and one pre-flashed tasmota device which works via mqtt as well. Note that the HA docker container cannot be used via podman or a linux jail more generally. That's because of a supervisor that HA uses plus a shortcoming in FreeBSD jails...
  8. eralash

    Home Assistant

    An open-source server written in Python could probably be ported to FreeBSD. Another question is how many linuxisms will need to be overcome.
  9. victort

    Home Assistant

    Unfortunately there used to be methods to install inside a jail, but the home assistant folks have long since deprecated those methods. The only supported methods right now are installing HAOS as a VM or running the docker container.
  10. B

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

    ...performance. I will be using FreeBSD as daily driver at home so mainly for support when working (ssh/rdp/web app) , some youtube bach collection, latex working (building role playing game in latex is a nice hobby)... no server use for now. i keep RH on my nas/docker project at least for now...
  11. fahrenheit

    Why did you stopped using FreeBSD ?

    ...providing embedded Linux libraries, and Eclipse not including the marketplace) Running java stuff (see above, plus OS detection can be a pain) Docker (well, podman on the host, docker client on /compat/linux with some hacks to allow "rootless" as linux) Kubectl, helm and decent editors...
  12. epower53

    Musings of a noob as I migrate from Windows to FreeBSD in my homelab

    ...I'll ever need it is when adding a new host - I don't expect that to happen often. I had a spare rpi3B in a drawer, so I cheated and went the Docker on raspbian route. This was my first experience with Docker, and there's some things I like and things I hate already. Overall I'd say I prefer...
  13. FzZzT

    general/other Running Jellyfin (dotnet) container via podman

    Hello, I am trying to run the Jellyfin docker container via podman. I almost have it working, but I am running into the "mlock" problem for dotnet. The only information I have been able to find online (for Jellyfin specifically but also dotnet generally) relates to allowing mlock in jails, but...
  14. Jake0162

    Manifesto www.rebuildworld.net

    Abstraction and dependencies are explosive in their growth in a lot of new projects. NGL I die a little inside every time I see something like taskwarrior end up joining the mess of hyper dependent projects instead of just improving the existing codebase. Just looking at the nearly 4k line in...
  15. Espionage724

    Manifesto www.rebuildworld.net

    ...mix of proprietary) I might read more of that website eventually, but my main way of doing things is less-abstraction: No virtual machines, docker, containers, sandbox, jails; as-little in-between software and the OS as possible, with the OS primarily in-charge. Keep things simple, and it...
  16. J

    OpenEMR v7.0.4 Port for FreeBSD 15 w/ Support for Running on httpd with CGI and PHP-FPM

    ...close to it because I do bundle a few libraries to make it work) and by running on bare metal without the need for virtualizing an OS with Docker will do some good. Also I'd be really excited if anyone was able to get a setup running in a Jail or with Bhyve! Hope this message finds everyone...
  17. M

    Development for Linux on FreeBSD

    If one needs a more "accurate" Linux environment, could you not create a VM? VirtualBox, bhyve, docker, whatever?
  18. petan

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

    Haha nice! I managed to do the same thing today and thought I might post my findings here at the forum. But it seems it has already been done. But I'll add my procedure here since I'm using VNET and bastille as jail manager and It could help someone. # bastille create -E empty # pkg -r...
  19. skhal

    jails pkg: Fail to chflags /libexec/ld-elf32.so.1:Operation not permitted

    ...FreeBSD-clang FYI, I created the jail following the instructions at: https://forums.freebsd.org/threads/minimal-pkgbase-jails-chroots-docker-oci-like.99512/ that can be summarized as: Create a ZFS container Copy PKG keys Install FreeBSD-set-minimal-jail with pkg -r /jail/container/dev
  20. Andriy

    PlatformIO xtensa toolchain on FreeBSD

    ...esphome in a rush, so I found two practical, not pure ways to get things done. The first approach is to simply use podman with esphome docker container like that would do on Linux. It's not super efficient, but it works. Sample command line: podman run --os=linux --network=host --rm -v...
Back
Top