You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
I was not aware that block devices are available to Docker containers.
I am new to Docker, so it could be something I'm doing wrong, but I can't find it and neither can ChatGPT-4.
The text was updated successfully, but these errors were encountered:
BUG DESCRIPTION
Upon launching unbound, the following error messages appear in the terminal console window:
unbound | cp: cannot create special file '/opt/unbound/etc/unbound/dev/random': Operation not permitted unbound | cp: cannot create special file '/opt/unbound/etc/unbound/dev/urandom': Operation not permitted unbound | cp: cannot create special file '/opt/unbound/etc/unbound/dev/null': Operation not permitted unbound | cp: cannot create special file '/opt/unbound/etc/unbound/dev/random': Operation not permitted unbound | cp: cannot create special file '/opt/unbound/etc/unbound/dev/urandom': Operation not permitted unbound | cp: cannot create special file '/opt/unbound/etc/unbound/dev/null': Operation not permitted
To Reproduce
Steps to reproduce the behavior:
'version: "3.3"
services:
unbound:
container_name: unbound
ports:
volumes:
restart: unless-stopped
image: mvance/unbound:latest
networks:
networks:
pihole_pihole_default:
external: true
'
Expected behavior
I was not aware that block devices are available to Docker containers.
I am new to Docker, so it could be something I'm doing wrong, but I can't find it and neither can ChatGPT-4.
The text was updated successfully, but these errors were encountered: