Skip to content

Instantly share code, notes, and snippets.

@tiborvass
Last active December 19, 2020 23:30
Show Gist options
  • Save tiborvass/b5691fb4c1faf4b387a5c1e4306cd829 to your computer and use it in GitHub Desktop.
Save tiborvass/b5691fb4c1faf4b387a5c1e4306cd829 to your computer and use it in GitHub Desktop.
Workaround Docker Desktop for Windows 3.0.0
wsl.exe -d docker-desktop
nsenter -a -t $(pgrep lifecycle-server) find /var/lib/docker/containers -name config.v2.json -exec sed -i'' -E 's/"Running":true(,.*"Restarting":true)/"Running":false\1/' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment