Last active
August 29, 2015 14:05
-
-
Save capoferro/d37aff771cf7e606fedc to your computer and use it in GitHub Desktop.
This file contains 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
Step 0 : Dockerfile0000644000175000001550000000020712375205124012540 0ustar jenkinsdockerFROM busybox:ubuntu-14.04 | |
[91m# Skipping unknown instruction DOCKERFILE0000644000175000001550000000020712375205124012540 |
This file contains 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 busybox:ubuntu-14.04 | |
MAINTAINER dat | |
RUN mkdir /app | |
ADD bin/linux/admiral /app/admiral | |
EXPOSE 8080 | |
ENTRYPOINT [ "/app/admiral" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment