python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Right way to use docker rootless mode on ZFS filesystem
I configure my docker to be used with rootless mode and it works fine. But I changed my data-dir to store all the docker's data in a zfs filesystem. It appears that it is not working directly and I am...
Guuk
Votes: 0
Answers: 1
podman can not refresh containers
After a recent update on my rehel 8 with podman 3.4.2 on it my containers in a pod including the pod itself are exiting after almost 2 hours.
My OS:
$hostnamectl
Static hostname: DELL
Icon...
Iman
Votes: 0
Answers: 1
permission problems by connecting keycloak to the data base on the same pod
I have a pod and in it have keycloak latest and a data base as container. I have tried mysql and postgres both. For both of them my keycloak tries to connect to the data base as a 'sa' user and can no...
Iman
Votes: 0
Answers: 1
Reuse namespaces of process started by bubblewrap
Starting a shell with this:
bwrap --unshare-pid --unshare-user --dev-bind / / bash
In another shell on the host we can see this with lsns:
4026532550 user 2 1799976 user bwrap --unshare-pid --...
Jallan
Votes: 0
Answers: 1