Skip to content

Commit

Permalink
fixes vieux#78
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jun 18, 2021
1 parent 1e0cd2f commit 8135319
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN set -ex \
CMD ["/go/bin/docker-volume-sshfs"]

FROM alpine
RUN apk update && apk add sshfs
RUN apk update && apk add sshfs && apk add --no-cache tini
RUN mkdir -p /run/docker/plugins /mnt/state /mnt/volumes
COPY --from=builder /go/bin/docker-volume-sshfs .
CMD ["docker-volume-sshfs"]
2 changes: 2 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"description": "sshFS plugin for Docker",
"documentation": "https://docs.docker.com/engine/extend/plugins/",
"entrypoint": [
"/sbin/tini",
"--",
"/docker-volume-sshfs"
],
"env": [
Expand Down

0 comments on commit 8135319

Please sign in to comment.