Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Create directory to host volumes in weaveworks/ignite
Browse files Browse the repository at this point in the history
  • Loading branch information
twelho committed Aug 7, 2019
1 parent 676aab3 commit 9dc9d5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Expand Up @@ -22,6 +22,9 @@ RUN chmod +x /usr/local/bin/firecracker /usr/local/bin/ignite-spawn && \
ln -s /usr/local/bin/firecracker /firecracker && \
ln -s /usr/local/bin/ignite-spawn /ignite-spawn

# Create a directory to host any volumes exposed from host
RUN mkdir /volumes

# Use a multi-stage build to allow the resulting image to only consist of one layer
# This makes it more lightweight
FROM scratch
Expand Down

0 comments on commit 9dc9d5b

Please sign in to comment.