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
The configuration file provisioned with the playbook has unknown permissions, leading to the container not starting:
docker run --rm ghcr.io/brucellino/consul:latest
==> config: Readdir failed on /etc/consul.d/. lstat /etc/consul.d//consul.hcl: permission denied
Upon closer investigation:
root@9d080a8cdfc7:/home/consul# ls -lht /etc/consul.d/consul.hcl
-rw-r--r-- 1 consul consul 1.4K Mar 19 04:10 /etc/consul.d/consul.hcl
root@9d080a8cdfc7:/home/consul# su --login consul
$ bash
consul@9d080a8cdfc7:~$ ls -lht /etc/consul.d/
ls: cannot access '/etc/consul.d/consul.hcl': Permission denied
total 0
-????????? ? ? ? ? ? consul.hcl
The text was updated successfully, but these errors were encountered:
The configuration file provisioned with the playbook has unknown permissions, leading to the container not starting:
Upon closer investigation:
The text was updated successfully, but these errors were encountered: