Maintained by: github.com/brtmvdl
Where to get help: Official Repository
Where to file issues: https://github.com/brtmvdl/docker-dotnet/issues
Use like you would any other base image:
# Dockerfile
FROM tmvdl/dotnet:latest
WORKDIR /app
COPY . .
CMD npm start
Content type
Image
Digest
sha256:d496ff4d3…
Size
405 MB
Last updated
about 2 years ago
docker pull tmvdl/dotnet