When running docker-compose up, its giving permission denied error. #696
Unanswered
maheenaboobakkar
asked this question in
Getting Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We are trying to compose the docker images and are getting error.
netbox-docker]# docker-compose up
Removing netbox-docker_redis-cache_1
Removing netbox-docker_postgres_1
Removing netbox-docker_redis_1
Recreating 29fef388beb6_netbox-docker_redis_1 ... error
Recreating c25400f93c6c_netbox-docker_redis-cache_1 ...
Recreating c8d0b11593e4_netbox-docker_postgres_1 ...
_ERROR: for 29fef388beb6_netbox-docker_redis_1 Cannot start service redis: OCI runtime create failed: container_linux.go:380: starting container process caused: process_Recreating c8d0b11593e4_netbox-docker_postgres_1 ... error
Recreating c25400f93c6c_netbox-docker_redis-cache_1 ... error
ocess_linux.go:545: container init caused: rootfs_linux.go:76: mounting "proc" to rootfs at "/proc" caused: mount through procfd: permission denied: unknown
ERROR: for c25400f93c6c_netbox-docker_redis-cache_1 Cannot start service redis-cache: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "proc" to rootfs at "/proc" caused: mount through procfd: permission denied: unknown
ERROR: for redis Cannot start service redis: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "proc" to rootfs at "/proc" caused: mount through procfd: permission denied: unknown
ERROR: for postgres Cannot start service postgres: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "proc" to rootfs at "/proc" caused: mount through procfd: permission denied: unknown_
ERROR: for redis-cache Cannot start service redis-cache: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "proc" to rootfs at "/proc" caused: mount through procfd: permission denied: unknown
ERROR: Encountered errors while bringing up the project.
Please help
Beta Was this translation helpful? Give feedback.
All reactions