Docker with openstack
To deploy systems/applications inside openstack instances using docker container. should i install docker on the instance or on the computing host ? and how?
First time here? Check out the FAQ!
To deploy systems/applications inside openstack instances using docker container. should i install docker on the instance or on the computing host ? and how?
You say:
systems/applications inside openstack instances using docker container
If you plan to run instances as Docker containers, you need to use the Nova Docker driver. I don't think it is still supported, though. Linux container instances (using LXD) are supported and are promoted by Canonical.
If you want to run Docker on instances, just deploy Docker on the instances. How? Any way you like; instances are just like physical machines as far as Docker is concerned. There are many options, but you can start at the Docker quick start series of web pages. Or use Magnum to deploy a Docker Swarm, Kubernetes or Mesos cluster on instances.
I have deployed Docker on VMs with one CPU and 2GB memory. Docker doesn’t load your system. What loads your system is the applications you run in containers. You know best what their requirements are.
Asked: 2018-12-11 02:45:27 -0600
Seen: 124 times
Last updated: Dec 11 '18
You can also explore openstack project -
Magnum
andKuryr