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

docker run command from README to wrong port? #52

Open
3 of 5 tasks
clemensfreitagbosch opened this issue Nov 18, 2024 · 0 comments
Open
3 of 5 tasks

docker run command from README to wrong port? #52

clemensfreitagbosch opened this issue Nov 18, 2024 · 0 comments

Comments

@clemensfreitagbosch
Copy link

Prerequisites

  • I have written a descriptive issue title
  • I have verified that I am running the latest version of reqifviewer
  • I have searched open and [closed]

Description

The README states to run the application container by
docker run -p 8080:80 --name reqifviewer stariongroup/reqifviewer:latest

However when I tried this, no webserver was available on port 8080.
I exec'ed into the container and using netstat -lntu I only found a process listening on port 8080.
Hence, by using

docker run -p 8080:**8080** --name reqifviewer stariongroup/reqifviewer:latest

I can actually access the application.

Steps to Reproduce

Build the Application using the Dockerfile provided in reqifviewer and try to use the mentioned docker run command from the README.

System Configuration

  • ReqIFSharp version:
    • reqifviewer:
    • Other:
  • Environment (Operating system, version and so on):
  • .NET Framework version:
  • Additional information:
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

1 participant