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
Before reporting an issue, I would like to know if someone has encountered this.
I follow the docker setup instructions and get the docker group to declare in group_add within the compose file, as the defaults gave me the error on the title:
getent group docker | cut -d: -f3 (result is 994).
However whenever I start the stack I get this error multiple times:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team!
Before reporting an issue, I would like to know if someone has encountered this.
I follow the docker setup instructions and get the docker group to declare in group_add within the compose file, as the defaults gave me the error on the title:
getent group docker | cut -d: -f3
(result is 994).However whenever I start the stack I get this error multiple times:
[getent group docker | cut -d: -f3](error: create cache directory: mkdir /home/coder/.cache: permission denied)
This is my (partial) compose file:
And the variables:
GROUP_ID=994 # CODER VOLUMES CODER_SOCK_VOLUME=/var/run/docker.sock:/var/run/docker.sock CODER_HOME_VOLUME=/docker/data/coder/home:/home/coder
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions