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,230 points
473 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,440 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,360 points
1,094 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 32,899 views
+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,435 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,440 points
1,071 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,440 points
738 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