Isolated development environment in docker for dotnet projects
2.6K
An IDE docker image with tools for dotnet development.
Based on microsoft/dotnet image. Implements a few conventions from IDE project,
which provides a quick and repeatable method for building your projects (in docker) without installing anything.
There 4 variants of this image. Because mono is still needed in some projects.
<version>stretch-<version>bionic-<version>alpine3.7-<version>This image has installed:
5.182.0-alpha0015.14.0.177IdefileIDE_DRIVER=docker
IDE_DOCKER_IMAGE="tomzo/dotnet-ide:2.0.0"
ide paket install
ide msbuild /t:Publish
By default, current directory in docker container is /ide/work,
which is a mount from your current docker host.
You can also enter interactive mode by just running ide in the root of your project.
MIT
Content type
Image
Digest
Size
916.4 MB
Last updated
almost 8 years ago
docker pull tomzo/dotnet-ide:2.1.0