oidc-debugger icon indicating copy to clipboard operation
oidc-debugger copied to clipboard

Add docker file for running oidc-debugger

Open CrowdHailer opened this issue 5 years ago • 5 comments

I don't use ASP.NET. I will probably set up a docker container to run this locally. would you accept a PR to add it to this project

CrowdHailer avatar Feb 16 '20 10:02 CrowdHailer

I'm actually struggling to find the appropriate container to run a ASP.net application.

I have tried docker run mcr.microsoft.com/dotnet/core/aspnet:3.1 However, that gives me the following error.

It was not possible to find any installed .NET Core SDKs
  Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
      https://aka.ms/dotnet-download

Edit

I think this is probably the correct template https://github.com/dotnet/dotnet-docker/blob/master/samples/aspnetapp/Dockerfile

CrowdHailer avatar Feb 16 '20 10:02 CrowdHailer

This is a great idea. I'll see if I can add a dockerfile.

Currently, this project targets ASP.NET Core 2.0, which is outdated. It would probably work with a 2.x runtime Docker image, but ultimately I should update it to ASP.NET Core 3.0+.

nbarbettini avatar Feb 20 '20 04:02 nbarbettini

This would be awesome. Probably in JS land I don't need to run it locally but it would be easier for tackling #24 if I could run it locally

CrowdHailer avatar Feb 20 '20 08:02 CrowdHailer

Any update on this ?

jsalatiel avatar May 18 '21 22:05 jsalatiel

@jsalatiel Unfortunately I don't have time to work on this project myself right now, but I am always open to PRs.

nbarbettini avatar May 25 '21 03:05 nbarbettini