enos icon indicating copy to clipboard operation
enos copied to clipboard

Add Dockerfile for containerizing enos

Open ivotron opened this issue 8 years ago • 1 comments

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.

ivotron avatar Aug 04 '17 14:08 ivotron

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.

msimonin avatar Aug 04 '17 15:08 msimonin