Sign inSign up

chrisgarrett/dotnet-dev

By chrisgarrett

Updated over 2 years ago

.Net Core Development (Linux) Image

Image
0

503

chrisgarrett/dotnet-dev repository overview

docker-dotnet-dev

.Net development image 3.1.409

Versions

Usage

Basic usage:

docker run --rm \
  -v `pwd`/src:/work/app/src \
  chrisgarrett/dotnet-dev:3.1.409 \
  dotnet create reactredux

If you want fast start up times you will want to mount cache directores as well:

docker run --rm \
  -v `pwd`/src:/work/app/src \
  -v `pwd`/../cache/dotnet:/home/sprout/.dotnet \
  -v `pwd`/../cache/nuget:/home/sprout/.nuget \
  -v `pwd`/../cache/configdotnet:/home/sprout/.config \
  -v `pwd`/../cache/npm:/home/sprout/.npm \
  chrisgarrett/dotnet-dev:3.1.409 \
  dotnet create reactredux

Credits

Tag summary

Content type

Image

Digest

sha256:c418a9a56

Size

597.4 MB

Last updated

over 2 years ago

docker pull chrisgarrett/dotnet-dev:8.0.101