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
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:
The text was updated successfully, but these errors were encountered:
Prerequisites
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 mentioneddocker run
command from the README.System Configuration
The text was updated successfully, but these errors were encountered: