Skip to content

Commit

Permalink
[add] Maestro-NG command.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodubas committed Apr 11, 2014
1 parent 35a1585 commit bbe7115
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
28 changes: 28 additions & 0 deletions maestro/Dockerfile
@@ -0,0 +1,28 @@
# maestro-ng
#
# VERSION: see `TAG`
FROM debian:jessie
MAINTAINER Joao Paulo Dubas "joao.dubas@gmail.com"

# provision system
RUN apt-get -y -qq update \
&& apt-get -y -qq install \
build-essential \
libyaml-dev \
python-dev \
python-setuptools \
git-core \
&& easy_install pip

# install maestro-ng
RUN pip install \
PyYAML==3.11 \
docker-py==0.3.1 \
git+git://github.com/signalfuse/maestro-ng

# expected volume and working directory
VOLUMES ["/opt/host"]
WORKDIR ["/opt/host"]

# expose maestro command
ENTRYPOINT ["/usr/local/bin/maestro"]
1 change: 1 addition & 0 deletions maestro/REPOSITORY
@@ -0,0 +1 @@
joaodubas/maestro
1 change: 1 addition & 0 deletions maestro/TAG
@@ -0,0 +1 @@
201404.1

0 comments on commit bbe7115

Please sign in to comment.