Sign inSign up

krystism/openstack-dashboard

By krystism

Updated almost 11 years ago

Image
2

1.3K

krystism/openstack-dashboard repository overview

How to build

docker -t="krystism/openstack-dashboard" .

How to use

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

Tag summary

Content type

Image

Digest

sha256:04f4f45aa

Size

153.1 MB

Last updated

almost 11 years ago

docker pull krystism/openstack-dashboard