Search results for query: docker

  1. 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.
  2. 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.
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. M

    Development for Linux on FreeBSD

    If one needs a more "accurate" Linux environment, could you not create a VM? VirtualBox, bhyve, docker, whatever?
  11. 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...
  12. 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
  13. 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...
  14. M

    An introduction to OCI Containers on FreeBSD

    I noticed that on many docker images out there. Example podman run -it --os=linux --rm docker.io/leesonaa/immich results in s6-overlay-suexec: fatal: can only run as pid 1 Is there anything we can do about? That would be aweseome and a real gamechanger for Docker on FreeBSD
  15. gotnull

    bhyve Setting up bhyve

    ...server since 13.something (I don't remember exactly) and since it's just flawless. It runs NetBSD OpenBSD and FreeBSD like a charm, few linux distro, one of them even runs docker without any particular issue. So far so good, but I must admit templates in their github wiki helped me a lot though.
  16. J

    New Tools for Creating Portable and Customizable Distributions of OpenEMR for FreeBSD using QEMU on MacOS

    ...without needing to install PHP, Composer, npm, or any runtime dependencies. **FreeBSD-specific approach:** Unlike the Linux builds which use Docker, the FreeBSD build: - Compiles PHP 8.5 directly from source with 35+ extensions - Bundles required .so files (libiconv, libxml2, libssl...
  17. W

    Why the BSD family is rejected by the industry? (besides the all big ones that everybody knows)

    that is the word I dont found "popular" but here whe got jails...but go to tell someone who use Docker,Kubernets and all that
  18. Espionage724

    Why the BSD family is rejected by the industry? (besides the all big ones that everybody knows)

    I blame Docker and containers :p (new training probably starts at that and AWS/cloud VMs), and if it works good-enough, why look into something else less-popular?
  19. J

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

    I recently started exploring FreeBSD for my servers (having run Ubuntu Linux for 10 years). On my MacBook client, I just install the required packages (Django/Gunicorn/PostgreSQL) with Homebrew and some handmade LaunchAgents, and use a small Linux (probably FreeBSD in the future) host as a...
  20. solomon

    Other Deploying a Go service

    ...linux version locally and in the VPS you don't need anything else, even with CGO enabled. This is usually faster to build a binary than using Docker. There is podman support with using the linux binary compatiblity. Podman is a drop in replacement for Docker for containerization. It's...
Back
Top