Running on Fedora 38
Ran into multiple issues with SELinux Resolved by installing container-selinux and running restorecon
dnf reinstall container-selinux
restorecon /var/lib/docker
Was getting permission denied errors from sh while trying to add libpq to the container. Temporarily fixed with setenforce Permissive
, need to add docker to audit2allow
Need to install postgresql-contrib
for pgcrypto extension
You must log in or register to comment.