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
issue 1: perm
chown: /consul/data: Operation not permitted
we switched the container workdir from /consul to /opt/consul to align with consul web docs
however if you read the consul dockerhub docs it uses /consul and not /opt/consul
solution is to follow the docker hub docs rather than dealing with nomad perm issues at this juncture
a longer term solution is to deal with nomad volume perm issues which doesnt seem as straight forward
issue 2: perm
su-exec: setgroups(994): Operation not permitted
relates to issue 1
finding the root cause of nomad perm issues will likely solve this
and truly resolve issue 1
quick fix: remove `USER consul` from image
The text was updated successfully, but these errors were encountered:
C
T
.env.auto
logicA
relates to issue 1 finding the root cause of nomad perm issues will likely solve this and truly resolve issue 1 quick fix: remove `USER consul` from image
The text was updated successfully, but these errors were encountered: