Add symlink for the host docker directory

This commit is contained in:
Petros Angelatos 2015-05-04 00:20:31 +00:00 committed by Pablo Carranza Velez
parent bd2f31624b
commit 8bab80d3d7
4 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,7 @@ COPY . /app/
RUN chmod +x /app/src/enterContainer.sh \
&& /app/node_modules/.bin/coffee -c /app/src \
&& ln -sf /mnt/root/var/lib/rce /var/lib/docker \
&& ln -sf /app/entry.sh /start # Needed for legacy
RUN chmod +x /app/bin/gosuper

View File

@ -30,6 +30,7 @@ COPY . /app/
RUN chmod +x /app/src/enterContainer.sh \
&& /app/node_modules/.bin/coffee -c /app/src \
&& ln -sf /mnt/root/var/lib/rce /var/lib/docker \
&& ln -sf /app/entry.sh /start # Needed for legacy
RUN chmod +x /app/bin/gosuper

View File

@ -30,6 +30,7 @@ COPY . /app/
RUN chmod +x /app/src/enterContainer.sh \
&& /app/node_modules/.bin/coffee -c /app/src \
&& ln -sf /mnt/root/var/lib/rce /var/lib/docker \
&& ln -sf /app/entry.sh /start # Needed for legacy
RUN chmod +x /app/bin/gosuper

View File

@ -30,6 +30,7 @@ COPY . /app/
RUN chmod +x /app/src/enterContainer.sh \
&& /app/node_modules/.bin/coffee -c /app/src \
&& ln -sf /mnt/root/var/lib/rce /var/lib/docker \
&& ln -sf /app/entry.sh /start # Needed for legacy
RUN chmod +x /app/bin/gosuper