podman

  1. 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...
  2. dabya

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

    I noticed that any command I run in Podman will set net.link.bridge.pfil_member to 1, even if I set it to 0 before. Is that normal behaviour?
  3. rcbsdpge

    FreeBSD OCI Containers

    I'm building my first freebsd oci containers with Podman and so far the builds look good. Unfortunately FreeBSD is not supported on https://quay.io - do we just develop on DockerHub in the mean time or will there be an official FreeBSD container registry Robert
  4. D

    general/other Changing permissions for Podman socket - good idea?

    Hi, I am learning to use podman on FreeBSD, and so far everything is looking fine. I just stumbled upon the need to run podman on FreeBSD as root, which results in the podman socket (/var/run/podman/podman.sock) being only accessible by the root user as well. This is a problem when I try to...
  5. bored2tears

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

    Hello everyone! After some time around playing with pkgbase, I've found a way for making minimal OCI\Podman\Docker-like chroot environments where theres only an app (could be many of them, though) and its dependencies inside a chroot environment. No need for managing 500+MB bases or having...
  6. NapoleonWils0n

    bhyve n8n running on podman in a bhyve ubuntu vm

    i just installed n8n in a podman container in a bhyve ubuntu vm https://github.com/n8n-io/n8n by default n8n is set to listen on localhost so you need to change the podman command to allow access from the lan create a podman volume for the n8n data podman volume create n8n_data we need to...
  7. NapoleonWils0n

    general/other Freebsd Podman opening a Wayland application in a Ubuntu container

    I have installed the Freebsd podman-suite pkg and created a Ubuntu container The XDG_RUNTIME_DIR is mounted from Freebsd to the Ubuntu container so i can access the Wayland socket Then i installed qt5ct on Ubuntu, created a user and set up the shell and exported the xdg directories qt5ct...
Back
Top