Last active
December 19, 2020 23:30
-
-
Save tiborvass/b5691fb4c1faf4b387a5c1e4306cd829 to your computer and use it in GitHub Desktop.
Workaround Docker Desktop for Windows 3.0.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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