ThinktectureDocker:Thinktecture Identity Server 3 的 Dockerfile

时间:2021-05-31 14:28:31
【文件属性】:
文件名称:ThinktectureDocker:Thinktecture Identity Server 3 的 Dockerfile
文件大小:519KB
文件格式:ZIP
更新时间:2021-05-31 14:28:31
C# Thinktecture 身份服务器 3 Dockerfile 对于有兴趣在 Linux 上的 Docker 容器中运行 Thinktecture 的 IDSv3 的任何人来说,这是一个起点。 请勿用于生产! 启动容器 运行一个快速的临时容器: # docker pull ryan1234/thinktecture-idp # docker run -it --rm --name idp -p 44319:44319 ryan1234/thinktecture-idp # curl http://localhost:44320/core/.well-known/openid-configuration Dockerfile 源码 ./src文件夹取自 。 工作正在进行中 在 Mono 上运行 Identity Server 存在一些问题。 这就是为什么有三个分叉的 DLL 复制到现
【文件预览】:
ThinktectureDocker-master
----.gitignore(10B)
----Dockerfile(362B)
----src()
--------Thinktecture.IdentityServer.Host.dll(78KB)
--------System.IdentityModel.Tokens.Jwt.dll(127KB)
--------IdentityServer3.xproj(1KB)
--------cert.pfx(4KB)
--------Startup.cs(1KB)
--------Configuration()
--------Thinktecture.IdentityServer3.dll(1.16MB)
--------wwwroot()
--------project.json(1KB)
----README.md(1KB)

网友评论