podman-compose mknod: '/dev/loop0': Operation not permitted #788
Unanswered
LinglingXiang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
before docker-compose use the same yaml file can do it, but when i change from docker-compose to podman-compose, it fail as the error
podman exec --interactive --privileged --user root --env PULP_SERVER_DATEBASE_SEEDS=pulp-db:27017 --env PULP_SERVER_MESSAGING_URL=tcp://pulp-message:5672 --env PULP_SERVER_MESSAGING_TRANSPORT=rabbitmq --env PULP_SERVER_TASKS_BROKER_URL=amqp://guest:guest@pulp-message// --env PULP_AUTORUN_GENERATE_KEYS=1 --env PULP_CDNDISTRIBUTOR_CDN_HOST=pulp-httpd --env PULP_CDNDISTRIBUTOR_CDN_SSH_LOGIN=cdn --env PULP_AUTORUN_SSHD=1 pub-test_pulp-httpd_1 bash -c mkdir -p /media/iso && devnum=$(losetup -f|sed -e 's//dev/loop//g') && if [ ! -e /dev/loop$devnum ]; then mknod -m660 /dev/loop$devnum b 7 $devnum; fi
mknod: '/dev/loop0': Operation not permitted
could you help have a look?
Beta Was this translation helpful? Give feedback.
All reactions