dive-zfs/Dockerfile
2018-10-24 21:48:21 -04:00

4 lines
57 B
Docker

FROM debian:stable-slim
COPY dive /
ENTRYPOINT ["/dive"]