Windows Image - Powershell Terminal

 docker run -i -t --rm docker-dotnet:v1 powershell

Prune

docker system prune

Image Build

docker build -t docker-dotnet:latest .

Image Re-Build

docker build --no-cache -t docker-dotnet:latest .