Skip to content

Instantly share code, notes, and snippets.

@tiborvass
Created March 9, 2015 21:29
Show Gist options
  • Save tiborvass/5aa8e698a3723fb48932 to your computer and use it in GitHub Desktop.
Save tiborvass/5aa8e698a3723fb48932 to your computer and use it in GitHub Desktop.
Debugging dockerfile bug (/bin/sh)
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