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
sudo docker run --network host -it tmate/tmate-websocket:latest
i get following error:
a secret cookie must be provided in one of the following ways:\n - with vm.args using the -setcookie parameter,\n or\n by writing the cookie to '/home/app/.erlang.cookie', with permissions set to 0400
any idea for what i need this erlang.cookie or how to properly create it?
The text was updated successfully, but these errors were encountered:
when i start the image with
sudo docker run --network host -it tmate/tmate-websocket:latest
i get following error:
a secret cookie must be provided in one of the following ways:\n - with vm.args using the -setcookie parameter,\n or\n by writing the cookie to '/home/app/.erlang.cookie', with permissions set to 0400
any idea for what i need this erlang.cookie or how to properly create it?
The text was updated successfully, but these errors were encountered: