How to use Docker Machine to provision hosts on virtualbox

0 votes

Hi Guys,

I have configured docker-machine on the Windows system. I want to use Docker Machine to provision hosts on VirtualBox. How to do that?

Dec 21, 2020 in Docker by akhtar
• 38,260 points
1,322 views

1 answer to this question.

0 votes

Hi@akhtar, 

You can run the docker-machine create command, pass the appropriate driver to the --driver flag, and provide a machine name. If this is your first machine, name it to default as shown in the example.

$ docker-machine create --driver virtualbox default
answered Dec 21, 2020 by MD
• 95,460 points

Related Questions In Docker

0 votes
1 answer

How to ssh into docker-machine VirtualBox instance?

You can log into docker-machine hosts by ...READ MORE

answered Aug 1, 2018 in Docker by Kalgi
• 52,340 points
2,495 views
0 votes
1 answer
+4 votes
4 answers

How To Access a Service on Host From a Docker Container?

Adding to kalgi's answer, You can also ...READ MORE

answered Oct 16, 2018 in Docker by lina
• 8,220 points

edited Oct 16, 2018 by lina 36,984 views
+2 votes
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
7,698 views
0 votes
1 answer

How to configure docker to use proxy?

Hi@akhtar, You can configure proxy variables in the /etc/sysconfig/docker ...READ MORE

answered May 12, 2020 in Docker by MD
• 95,460 points
2,274 views
0 votes
1 answer

How to configure Grafana on Docker?

Hi@akhtar, You need to pull the Grafana image ...READ MORE

answered Sep 7, 2020 in Docker by MD
• 95,460 points
1,763 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