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
Hi, I have tried to set this up in a docker container, but cannot add this as a gem source. I get the following:
$ gem sources -a http://localhost:2000
Error fetching http://localhost:2000:
too many connection resets (http://localhost:2000/specs.4.8.gz)
I have tried this locally and on a remote server with the same results. It is definitely listening on port 2000 and I have verified that curl http://:2000 fails when the container is stopped, so I am definitely connecting to the container and not something else. I have tried to build this using both ruby:2.7.8-alpine3.16 and ruby:3.2.6-alpine3.20 as my base images and the result is the same.
Any ideas?
The text was updated successfully, but these errors were encountered:
Hi, I have tried to set this up in a docker container, but cannot add this as a gem source. I get the following:
I have tried this locally and on a remote server with the same results. It is definitely listening on port 2000 and I have verified that curl http://:2000 fails when the container is stopped, so I am definitely connecting to the container and not something else. I have tried to build this using both
ruby:2.7.8-alpine3.16
andruby:3.2.6-alpine3.20
as my base images and the result is the same.Any ideas?
The text was updated successfully, but these errors were encountered: