Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Access Container #16

Open
bpfeffer opened this issue May 10, 2023 · 2 comments
Open

Unable to Access Container #16

bpfeffer opened this issue May 10, 2023 · 2 comments

Comments

@bpfeffer
Copy link

Sorry for my inexperience with Docker here, I'm sure this is a very basic question. I got Docker installed on my system and ran the docker-compose command, with seemingly no errors. Running docker ps shows two containers, an nginx one and a tomcat one.

The issue I'm having is connecting to, or interacting with, then in any way. The IP listed is 0.0.0.0:8081 for the nginx and 8080 for the tomcat. None of those addresses connects properly, the errors for various combinations of local addresses and ports give a variety of responses, with 0.0.0.0:8081 telling me the SSL record is too long in Firefox.

Any help would be appreciated!

@bpfeffer
Copy link
Author

Narrowing this down a bit, I'm able to get to a "403 forbidden" nginx error when accessing what appears to be the correct IP address and port. Is there a good reason why the container files aren't being hosted properly from the container?

I'm also trying to get this to run in CentOS 7, so I know that there are sometimes difficulties with getting containers to work properly on an older OS like this.

@cedarice
Copy link

Sorry for my inexperience with Docker here, I'm sure this is a very basic question. I got Docker installed on my system and ran the docker-compose command, with seemingly no errors. Running docker ps shows two containers, an nginx one and a tomcat one.

The issue I'm having is connecting to, or interacting with, then in any way. The IP listed is 0.0.0.0:8081 for the nginx and 8080 for the tomcat. None of those addresses connects properly, the errors for various combinations of local addresses and ports give a variety of responses, with 0.0.0.0:8081 telling me the SSL record is too long in Firefox.

Any help would be appreciated!

The address is IP:8081/cellosaurus-str-search/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants