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
# Oracle Java 8 Dockerfile | |
# | |
# https://github.com/dockerfile/java | |
# https://github.com/dockerfile/java/tree/master/oracle-java8 | |
# | |
# origin: https://github.com/dockerfile/java/blob/master/oracle-java8/Dockerfile | |
# modified by: Wei Lin | |
# date: 2015/9/2 | |
# Pull base image. |
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
# sshd | |
# VERSION: 0.0.2 | |
# origin: | |
# MAINTAINER Sven Dowideit <[email protected]> | |
# https://docs.docker.com/examples/running_ssh_service/ | |
# | |
# modified by: Wei Lin | |
# date: 2015/9/2 | |
# Pull base image. |