Ref: https://github.com/eucalyptus/calyptos
Change to the dir where you have your environment config YAML file, then:
docker run -it -v `pwd`:/data quaddo/calyptos [command] -e environment.yml -p mypass [-b euca-4.4]
where -b optionally specifies the calyptos git branch.
Dockerfile:
# Version: 0.1.0
FROM centos:7
MAINTAINER Jim Carroll "[email protected]"
RUN yum update -y && yum install -y python-devel gcc git python-setuptools libffi-devel openssl-devel libyaml-devel sudo
RUN git clone https://github.com/eucalyptus/calyptos
RUN cd calyptos && python setup.py install
RUN ssh-keygen -N "" -f /root/.ssh/id_rsa
WORKDIR /data
ENTRYPOINT ["/usr/bin/calyptos"]
Content type
Image
Digest
Size
169 MB
Last updated
over 9 years ago
docker pull quaddo/calyptos