Created
March 9, 2015 21:29
-
-
Save tiborvass/5aa8e698a3723fb48932 to your computer and use it in GitHub Desktop.
Debugging dockerfile bug (/bin/sh)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM scratch | |
| COPY ./swarm /swarm | |
| COPY ./certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt | |
| ENV SWARM_HOST :2375 | |
| EXPOSE 2375 | |
| VOLUME /.swarm | |
| RUN ["/swarm"] | |
| #ENTRYPOINT ["/swarm"] | |
| #CMD ["--help"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment