Skip to content

Instantly share code, notes, and snippets.

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 abenevaut/35390143761612cf79f4c90f17b1a22f to your computer and use it in GitHub Desktop.
Save abenevaut/35390143761612cf79f4c90f17b1a22f to your computer and use it in GitHub Desktop.
Enable docker windows containers on windows
  • Enable docker windows containers on windows
Enable-WindowsOptionalFeature -Online -FeatureName $("Microsoft-Hyper-V", "Containers") -All
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment