Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 2.12 KB

docker.md

File metadata and controls

35 lines (26 loc) · 2.12 KB

Running in Docker

In addition to its availability as a .NET CLI tool, the dotnet monitor tool is available as a prebuilt Docker image that can be run in container runtimes and orchestrators.

Dockerfile Source

Shipping Dockerfile

Version Platform Architecture Link
7.0 (Preview) Linux (Alpine) amd64 https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/amd64/Dockerfile
7.0 (Preview) Linux (Alpine) arm64 https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/arm64v8/Dockerfile
6.2 (Current, Latest) Linux (Alpine) amd64 https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.2/alpine/amd64/Dockerfile
6.2 (Current, Latest) Linux (Alpine) arm64 https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.2/alpine/arm64v8/Dockerfile
6.1 Linux (Alpine) amd64 https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.1/alpine/amd64/Dockerfile

Nightly Dockerfiles

Version Platform Architecture Link
7.0 (Preview, Latest) Linux (Alpine) amd64 https://github.com/dotnet/dotnet-docker/blob/nightly/src/monitor/7.0/alpine/amd64/Dockerfile
7.0 (Preview, Latest) Linux (Alpine) arm64 https://github.com/dotnet/dotnet-docker/blob/nightly/src/monitor/7.0/alpine/arm64v8/Dockerfile
6.2 (Current) Linux (Alpine) amd64 https://github.com/dotnet/dotnet-docker/blob/nightly/src/monitor/6.2/alpine/amd64/Dockerfile
6.2 (Current) Linux (Alpine) arm64 https://github.com/dotnet/dotnet-docker/blob/nightly/src/monitor/6.2/alpine/arm64v8/Dockerfile
6.1 Linux (Alpine) amd64 https://github.com/dotnet/dotnet-docker/blob/nightly/src/monitor/6.1/alpine/amd64/Dockerfile

Image Repositories

Shipping Repository

Nightly Repository