OpenStack is a opensource cloud operating system.
277
What is OpenStack?
OpenStack is a cloud operating system that controls large pools of compute, storage, and networking resources throughout a datacenter, all managed through a dashboard that gives administrators control while empowering their users to provision resources through a web interface.
Launching openstack in docker Container : $ docker run -it -p 80:80 -p 6080:6080 --privileged --device=/dev/sdb:/dev/sdb -v /var/run/lvm/lvmetad.socket:/var/run/lvm/lvmetad.socket -v /lib/modules/:/lib/modules mohamedji/openstack /bin/bash
Note : Tested on Ubuntu 16.04, Pre-installed with lvm2,openvswitch from newton repo & added a new disk /sdb
Content type
Image
Digest
Size
461.9 MB
Last updated
over 9 years ago
docker pull mohamedji/openstack