mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-22 12:05:53 +00:00
Add symlink for the host docker directory
This commit is contained in:
parent
bd2f31624b
commit
8bab80d3d7
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user