Search results for query: docker

  1. fahrenheit

    general/other seeking Linuxulator tips and tricks

    ...are network/crypto libraries (like netty, bouncycastle) which also use shared libraries. Because I work with these constrains a lot (plus docker requirements), I've exploited/hacked /linux/compat and linuxlator a lot. On the plus side I can confirm that it's more than up to the task and...
  2. SirDice

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

    ...have their login shell set to /usr/sbin/nologin. Why would you allow an account like www to login via ssh? You seem to be confused with docker, the entire jail runs within its own namespace on the kernel. The root account inside the jail is NOT the same as root on the host. Think of it...
  3. R

    Running Podman sets net.link.bridge.pfil_member to 1

    Yeah frustrating, I also just saw the issue when running the podman run --rm docker.io/dougrabson/hello command from https://podman.io/docs/installation#installing-on-freebsd. I have to sysctl net.link.bridge.pfil_member=0 to set it back and then service jail restart for my jails to pick up the...
  4. Socks

    Is anyone successfully using Jellyfin?

    I have Jellyfin 10.11.6 running in a docker container on an Asustor NAS with no drama. The device OS is a proprietary modification of Debian Linux. The device hardware uses a very humble dual core celeron @ 2.0 ghz, 16Gb ram, 2 x 4Tb 2.5" hdd's shucked from external USB enclosures. I chose these...
  5. 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...
  6. 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...
  7. 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.
  8. 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...
  9. 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...
  10. 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?
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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.
  16. 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...
  17. 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...
  18. 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...
  19. 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 #...
  20. 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...
Back
Top