Search results for query: docker

  1. S

    jails jailed services: what's the standard practice? (noob questions :-) )

    ...by some high-volume bruteforce attack that caused the imap server to crash *and stay down until a human could check the logs*. I know in docker-world this "if one service crashes, we just start 2 new instances"-mentality has become the standard, but it is a) stupid and b) dangerous. So just...
  2. toddg

    jails jailed services: what's the standard practice? (noob questions :-) )

    ...and jail user accounts? I'm not providing access to users, I'm installing services into my jails much like I'd setup a service stack in docker, e.g.: Host + web server + db server + load balancer Q: do you typically set a password for your jail root account? Q: do you typically create jail...
  3. vmb

    Will FreeBSD be available in California in 2027?

    ...age just once and having that be applicable for the next million instances. The primary user is likely to be different for each instance. I guess if California labor costs are too expensive for this type of work, the Docker and Kubernetes hosts will move out of California to stay competitive.
  4. Maelstorm

    Will FreeBSD be available in California in 2027?

    I believe that FreeBSD updated their license to add "Not for use in California." So they are going to refuse to implement it. I read somewhere that in the Linux world, someone was going to update SystemD to implement this, but the same issue applies: You cannot stop people from removing the...
  5. vmb

    Will FreeBSD be available in California in 2027?

    If the intention of the law makers is that every package: pkg, deb, rpm, apk, docker container, npm, jar, gz, zip... contained code to comply with California law, these changes would have to be implemented soon. The law does not require a standards compliant implementation which has the...
  6. B

    NAvidrome

    ...starts the service at boot and it's running as the www user according to top. But the web interface isn't loading the service unless running navidrome as root in the terminal. So, broken? I think so. In debian and with Docker it runs smoothly without issues. Any great solutions?
  7. vmb

    Will FreeBSD be available in California in 2027?

    ...account creation process is trivial in comparison to age rating every package, and enforcing that on every package install. I guess loads of Docker containers and Ansible playbooks will be broken next year! Hmm... what about pip and npm, they must be in this mess as well. Will Ubuntu become...
  8. A

    general/other Podman error when trying Debian

    Hi all! I try to use Podman on my FreeBSD 14.3-RELEASE like this: sudo podman run --rm -ite LC_ALL=C.UTF-8 --os=linux docker.io/library/debian:latest /bin/bash It's ok, I get into bash and then I try to update repo info but get error: root@4940d1d2bc8c:/# apt update Get:1...
  9. CShell

    Help me ! I'm going to make a mistake... migrate to GNU/Linux ...

    One thought - you could buy a mini-pc and boot Linux on that. I actually do the (opposite) right now and boot FreeBSD on a mini-pc (INTEL NUC) and then from another machine I use a Linux VNC client (Remmina) to ssh to the INTEL NUC using (Link): Tiger VNC to get an XFCE GUI FreeBSD experience...
  10. B

    Why are FreeBSD users seen as black sheep? (+ thanks)

    Alpine is always OpenRC based (maybe S6 a day) but some developers (from Alpine or Systemd, can't remember) are porting systemd to MUSL...
  11. Jose

    Why are FreeBSD users seen as black sheep? (+ thanks)

    Alpine Linux does not use systemd. It was the most commonly used distro for Docker containers for a while. I dunno or care if that's still the case. True dat. Lennart and his acolytes are at least at good at politics as they are at computer programming.
  12. M

    Help me ! I'm going to make a mistake... migrate to GNU/Linux ...

    I couldn't agree more. I know that docker images are usually huge security holes worse than samba :D That the developers who create the images have no idea how to secure all this... I used to use containerds at my work, and it creates a huge mess... Fundamentally, the divide between...
  13. Zare

    Help me ! I'm going to make a mistake... migrate to GNU/Linux ...

    ...for one more prefer the Windows way where everything is dumped into two or three directories which look horrible, but there's that, instead of Docker abstracting the filesystem which makes it even harder to manage the shitty old lib/executable and there are even more chances that it gets...
  14. DanielBowman

    Help me ! I'm going to make a mistake... migrate to GNU/Linux ...

    ======= Ignore - Just a RANT, not help...from poorly informed semi-noob======= Docker is the reason Linux is "beating" FreeBSD as headless server alternative....right now....and the reason behind WSL on Windows (embrace -> suffocate pipeline) Another one is lack of HW pass-through capability...
  15. skhal

    jails FreeBSD-set-base-jail FreeBSD-jail FreeBSD-set-minimal-jail FreeBSD-set-optional-jail

    The instructions are pretty much along the following lines (discussed at https://forums.freebsd.org/threads/minimal-pkgbase-jails-chroots-docker-oci-like.99512/#post-731756): -- create a dataset # zfs create zroot/jail/template/$(freebsd-version) -- Copy pkg(8) keys to access repositories #...
  16. vmb

    FreeBSD OCI Containers

    https://hub.docker.com/r/freebsd/freebsd-runtime https://hub.docker.com/r/freebsd/freebsd-static https://hub.docker.com/r/freebsd/freebsd-dynamic https://hub.docker.com/r/freebsd/freebsd-toolchain https://hub.docker.com/r/freebsd/freebsd-notoolchain I guess building on Docker Hub is the...
  17. Espionage724

    Excitement and opportunity for the future of FBSD

    People can self-host decentralized empires, but choose Facebook and NextCloud in Docker :p
  18. CShell

    FreeBSD is well situated

    Congratulations on your new project ! And good luck !
  19. DanielBowman

    FreeBSD is well situated

    ...it, I would post this on reddit. So far FreeBSD keeps up - Ollama with GPU working in pkg. OpenCode works. A lot of minor tools is only via Docker but that is tragedy waiting to happen anyway, given it runs under root. I just hope FreeBSD keeps up and not waste time with things like KDE...
  20. GMason

    Any interest to port OpenClaw

    T Thanks. It looks fun. I might try next weekend.
Back
Top