Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dockerfile for containerizing enos #173

Open
ivotron opened this issue Aug 4, 2017 · 1 comment
Open

Add Dockerfile for containerizing enos #173

ivotron opened this issue Aug 4, 2017 · 1 comment

Comments

@ivotron
Copy link

ivotron commented Aug 4, 2017

This is what I do:

FROM python:2.7

RUN pip install enos && \
    pip install git+https://github.com/openstack/python-blazarclient

ENTRYPOINT ["enos"]

I can open a PR if you want.

@msimonin
Copy link
Contributor

msimonin commented Aug 4, 2017

Good idea !
As you mentionned in #170, there will be maybe a need to pass some parameters through some environment variables. This is still unclear to me how to handle this right now.
At a first sight, I'd say we'll also need a enos user inside the container, /home/enos would be the working directory.

ivotron added a commit to ivotron/enos that referenced this issue Aug 4, 2017
@ivotron ivotron mentioned this issue Aug 4, 2017
ivotron added a commit to ivotron/enos that referenced this issue Aug 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants