docker -t="krystism/openstack-dashboard" .
Before you create a instance, you need a memcached server first.
You can use official image from docker hub.
docker run -d \
-h memcached \
--name memcached \
memcached
Then, you can set your openstack host, create a dashborad instance:
docker run \
-P \
-h dashboard \
--name dashboard \
-h dashboard \
--link memcached:memcached \
--link keystone:keystone \
--link glance:glance \
--link controller:controller \
-e OPENSTACK_HOST=keystone \
-d \
krystism/openstack-dashboard
Content type
Image
Digest
sha256:04f4f45aa…
Size
153.1 MB
Last updated
almost 11 years ago
docker pull krystism/openstack-dashboard