inedo/proget:5.3.17
Host: CentOS Linux release 7.8.2003 (Core)
Docker: version 19.03.5, build 633a0ea
Reference office Linux docker documentation, docker run inedo/proget:5.3.17,
docker logs proget without any error, but WebApplication not started/Listen to port 80.
docker exec -it proget bash, use dotnet ProGet.WebApplication.dll manual start Web, start with error: "Access to the path '/proc/1/map_files' is denied"
ref github issues: https://github.com/dotnet/dotnet-docker/issues/644
this may miss WORKDIR in Dockerfile.
Now we create a local Dockerfile with content:
FROM proget.inedo.com/productimages/inedo/proget:5.3.17
WORKDIR /usr/local/proget
then build and run, can resolve this problem,
can you add WORKDIR official to resolve the compatibility with CentOS 7.