-
Running latest image under portainer. I am having issues with unhealthy and dropping VPN so while I'm tracking down that problem I need to run some terminal commands to reset some private tracker info. I used to be able to use the portainer option to open terminal (/bin/bash) but now it doesn't work. Is bash deprecated or removed in latest images? Am I missing something? I need to be able to run a curl command to set a cookie and currently cannot do so. |
Beta Was this translation helpful? Give feedback.
Answered by
frepke
Jun 27, 2024
Replies: 1 comment 3 replies
-
/bin/ash does the job |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Open the Gluetun terminal and install curl "apk add curl" I think.