All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
345 views

Docker stuck in "rootless" mode on Rocky 9 (RHEL9)

I tried setting up podman in rootless mode on Rocky Linux 9, but after running into a number of issues I uninstalled everything and just went back to Docker. I'm using a number of hosts all ...
Argyle's user avatar
  • 63
1 vote
0 answers
116 views

Error deploying Ceph Quincy using ceph-ansible 7 on Rocky 9

I am trying to deploy Ceph Quincy using ceph-ansible on Rocky9. I am getting some problems and I don't know where to search for the reason. PS : I did the same deployment on Rocky8 using ceph-ansible ...
Wodel's user avatar
  • 51
3 votes
1 answer
198 views

Why does xinetd try to close file descriptors on startup?

I have xinetd running inside a docker container (base image centos:7) on a rockylinux 9 host machine. On starting xinetd service in the docker image, it appears to hang. So I used strace, and found ...
MirroredFate's user avatar
1 vote
1 answer
679 views

Install QEMU for Docker Buildx on Rocky Linux 8

I am preparing a Rocky Linux 8.6 system to run Docker Buildx for multi-architecture images. Ideally I'd like to have a host installation of QEMU and binfmt_misc (rather than one based on a Docker ...
Marcel Stör's user avatar
0 votes
1 answer
619 views

Docker-ce oppening Firewalld ports on rocky 8

Docker-cd, when run with -p 3010:3010 bypass the firewall and open the container port to the world... If i disable docker and run a python -m http.server, the port is blocked to the outside (as it ...
Techmago's user avatar
  • 103