# Docker



# Quick And Dirty

[Visual Studio-Containertools unter Windows - Visual Studio | Microsoft Docs](https://docs.microsoft.com/de-de/visualstudio/containers/overview?view=vs-2019)

[https://docs.microsoft.com/de-de/visualstudio/containers/overview?view=vs-2019](https://docs.microsoft.com/de-de/visualstudio/containers/overview?view=vs-2019)

[https://melcher.dev/2019/01/til-set-docker-environment-variables-in-visual-studio-for-easier-debugging/](https://melcher.dev/2019/01/til-set-docker-environment-variables-in-visual-studio-for-easier-debugging/)

[https://docs.microsoft.com/en-us/learn/modules/use-docker-container-dev-env-vs-code/](https://docs.microsoft.com/en-us/learn/modules/use-docker-container-dev-env-vs-code/)

docker run -it --rm --entrypoint "cmd.exe" counter-image

#### .NET Install scripts

[https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh](https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh)

[https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1](https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1)

[https://docs.microsoft.com/de-de/dotnet/core/install/linux-ubuntu](https://docs.microsoft.com/de-de/dotnet/core/install/linux-ubuntu)

Ubuntu

wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb   
sudo dpkg -i packages-microsoft-prod.deb

sudo apt update   
sudo apt install apt-transport-https   
sudo apt install dotnet-sdk-3.1