Skip to content

Instantly share code, notes, and snippets.

@cgddrd
Last active June 27, 2018 07:15
Show Gist options
  • Save cgddrd/23982bcd4545be1c35cdde2cbb259e52 to your computer and use it in GitHub Desktop.
Save cgddrd/23982bcd4545be1c35cdde2cbb259e52 to your computer and use it in GitHub Desktop.
Powershell - Switch Docker Engine

Powershell - Switch Docker Engine

You can use the following command in Powershell to switch the Docker daemon engine between Windows and Linux:

& 'C:\Program Files\Docker\Docker\DockerCli.exe' -SwitchDaemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment