.Net Core Development (Linux) Image
503
.Net development image 3.1.409
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
Content type
Image
Digest
sha256:c418a9a56…
Size
597.4 MB
Last updated
over 2 years ago
docker pull chrisgarrett/dotnet-dev:8.0.101