Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Development image containing dotnet-sdk-6.0 and nvm.

License

Notifications You must be signed in to change notification settings

cathalnoonan/docker-dotnet-nvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is archived. If you would like to continue using the image, build it rather than pulling from Dockerhub.


Docker - Dotnet and NVM

Publish

Development image containing dotnet-sdk-6.0 and nvm.

Running the image

docker pull cathalnoonandev/dotnet-nvm:latest
docker run --rm -it cathalnoonandev/dotnet-nvm:latest

To mount folders into the container, refer to docker's docs here: https://docs.docker.com/storage/bind-mounts/

Docker included in the image

To use docker within the container, you must mount /var/run/docker.sock to the container.

docker pull cathalnoonandev/dotnet-nvm:latest
docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock cathalnoonandev/dotnet-nvm:latest

Note: This will use the docker socket from the host machine. This is not docker-in-docker.

About

Development image containing dotnet-sdk-6.0 and nvm.

Topics

Resources

License

Stars

Watchers

Forks