Provision a docker-machine on Rackspace

0 votes

I want to create a docker-machine that would help me install the docker engine on a series of virtual hosts on Rackspace cloud. Is this supported? How can i do this?

Jul 9, 2019 in Docker by Nizam
711 views

1 answer to this question.

0 votes

When Docker Machine provisions containers on local network provider or with a remote, cloud provider such as Amazon Web Services, Rackspace, DigitalOcean etc you must define both the driver for your provider and a base operating system. There are over 10 supported drivers and a generic driver for adding machines for other providers.

Each driver has a set of options specific to that provider. These options provide information to machine such as connection credentials, ports, and so forth. 

For example, to create a Rackspace machine (ie) a docker machine on rackspace cloud : 

$ docker-machine create --driver rackspace --rackspace-username=user --rackspace-api-key=KEY --rackspace-region=region vm

This will create a docker-machine on rackspace.

answered Jul 9, 2019 by Sirajul
• 59,230 points

Related Questions In Docker

0 votes
1 answer

How to use Docker Machine to provision hosts on virtualbox?

Hi@akhtar,  You can run the docker-machine create command, pass the ...READ MORE

answered Dec 21, 2020 in Docker by MD
• 95,440 points
483 views
+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 33,013 views
0 votes
1 answer
+2 votes
5 answers

Where are Docker images stored on the host machine?

The contents of the /var/lib/docker directory vary ...READ MORE

answered Jul 18, 2018 in Docker by Kalgi
• 2,680 points
11,812 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,469 views
0 votes
2 answers
0 votes
1 answer
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