sarco
CCoder.com
•Created by sarco on 8/30/2022 in #help
port-forwarding with many ports
Sorry for my late reply, I did not check discord. Thank you @dedboi but I was looking for something more straightforward. However I am happy my request triggered the devs to implement this feature
26 replies
CCoder.com
•Created by sarco on 8/30/2022 in #help
port-forwarding with many ports
As soon as I may pass the array of ports to the --tcp options sounds good to me
26 replies
CCoder.com
•Created by sarco on 8/30/2022 in #help
port-forwarding with many ports
Great! I'll follow the issue. In order to address my specific problem for the moment, I will just cycle over multiple coder port-forward command:
for port in ports:
coder port-forward my-ws --tcp port:port
26 replies
CCoder.com
•Created by sarco on 8/30/2022 in #help
port-forwarding with many ports
why not yes
26 replies
CCoder.com
•Created by sarco on 8/30/2022 in #help
port-forwarding with many ports
an array, or even better, a file where the ports are listed
26 replies
CCoder.com
•Created by sarco on 8/30/2022 in #help
port-forwarding with many ports
No actually I'd like to avoid to type --tcp 50 times... i need to port forward a great number of ports so the resulting command:
coder port-forward workspace --tcp 1111 --tcp 2222 --tcp 3333 --tcp 4444 -tcp 6666 --tcp 7777 etc...
doesn't really looks readable.
26 replies
CCoder.com
•Created by sarco on 8/9/2022 in #help
Coder OSS gives docker.sock connect permission denied
Seems to work now, thx!
19 replies
CCoder.com
•Created by sarco on 8/9/2022 in #help
Coder OSS gives docker.sock connect permission denied
I can confirm that through that Ip i can reach the coder console
19 replies
CCoder.com
•Created by sarco on 8/9/2022 in #help
Coder OSS gives docker.sock connect permission denied
an ip v4 address provided by AWS (elastic ip) bounded to a EC2 instance
19 replies
CCoder.com
•Created by sarco on 8/9/2022 in #help
Coder OSS gives docker.sock connect permission denied
Yes, I can confirm that the workspace pod cannot ping the elastic ip
19 replies
CCoder.com
•Created by sarco on 8/9/2022 in #help
Coder OSS gives docker.sock connect permission denied
which one is involved in this case? CODER_ADDRESS or CODER_ACCESS_URL
19 replies
CCoder.com
•Created by sarco on 8/9/2022 in #help
Coder OSS gives docker.sock connect permission denied
you talk about the container of the workspace?
19 replies
CCoder.com
•Created by sarco on 8/9/2022 in #help
Coder OSS gives docker.sock connect permission denied
19 replies
CCoder.com
•Created by sarco on 8/9/2022 in #help
Coder OSS gives docker.sock connect permission denied
UPDATE: i fixed the problem doing sudo chmod 666 /var/run/docker.sock I am not a huge fan of this approach but it works for now
19 replies