How to enable disable Hyper-V for Docker on Windows

0 votes
Sep 10, 2018 in Docker by Sophie may
• 10,610 points
6,141 views

1 answer to this question.

0 votes

You can do this from command prompt or powershell on windows. Follow the below steps for powershell:

To Disable

Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All

To Enable

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V –All
answered Sep 10, 2018 by Tyrion anex
• 8,700 points

Related Questions In Docker

0 votes
1 answer
0 votes
3 answers

How to enable docker remote API in Docker for Windows?

Try these steps- Navigate to /lib/systemd/system in your ...READ MORE

answered Aug 25, 2020 in Docker by Pistle
• 300 points
7,661 views
+1 vote
1 answer
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,471 views
0 votes
1 answer

How to run an image with volume on docker for windows?

Try : declaring the volume of container mounting the ...READ MORE

answered Sep 20, 2018 in Docker by Tyrion anex
• 8,700 points
629 views
0 votes
1 answer

How to update docker-compose on Docker for Windows?

Please check "version" value in the docker-compose.yml ...READ MORE

answered Sep 21, 2018 in Docker by Tyrion anex
• 8,700 points
3,248 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP