Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 757 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 757 Bytes

docker-mono

Docker image for .NET/Mono/Python.NET development

$ git clone https://github.com/shugaoye/docker-mono.git
$ make
$ ./run_image.sh

or

$ docker pull shugaoye/docker-mono:latest
$ run_image.sh

This image is based on Microsoft image mcr.microsoft.com/dotnet/sdk:5.0.

Items Version Image
.NET SDK 5.0 mcr.microsoft.com/dotnet/sdk:5.0
Mono 6.12.0.107 shugaoye/docker-mono:6.12.0.107
Python.NET 2.5.2 shugaoye/docker-mono:p2.5.2
development latest shugaoye/docker-mono:latest