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?
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?