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

Add docker file for running oidc-debugger #44

Open
CrowdHailer opened this issue Feb 16, 2020 · 5 comments
Open

Add docker file for running oidc-debugger #44

CrowdHailer opened this issue Feb 16, 2020 · 5 comments

Comments

@CrowdHailer
Copy link

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
Copy link
Author

CrowdHailer commented Feb 16, 2020

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

@nbarbettini
Copy link
Owner

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+.

@CrowdHailer
Copy link
Author

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

@jsalatiel
Copy link

Any update on this ?

@nbarbettini
Copy link
Owner

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

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

3 participants