Skip to content

Instantly share code, notes, and snippets.

@gnschenker
Created October 16, 2019 15:00
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 gnschenker/e5511a8acf81abdea4336280ef1350fb to your computer and use it in GitHub Desktop.
Save gnschenker/e5511a8acf81abdea4336280ef1350fb to your computer and use it in GitHub Desktop.
VS is executing the following task inside the running container
docker exec \
-i 0dbf706877a9bb59911178ce01ff0786cdd1addb0219cb0417bb1781b903e3ee \
/bin/sh -c "if PID=$(pidof dotnet); then kill $PID; fi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment