Skip to content

Instantly share code, notes, and snippets.

@piers7
Created March 12, 2023 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piers7/d4ea9644ed570d21347776ddf7a61f86 to your computer and use it in GitHub Desktop.
Save piers7/d4ea9644ed570d21347776ddf7a61f86 to your computer and use it in GitHub Desktop.
dotnet CLI via docker container only - no locally installed SDK
#!/bin/bash
docker run --rm -it -v "$PWD:/app" -w /app -p 8000:80 mcr.microsoft.com/dotnet/sdk:6.0 dotnet $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment