Skip to content

Instantly share code, notes, and snippets.

View JustinSDK's full-sized avatar
👨‍👩‍👧
Working from home

Justin Lin JustinSDK

👨‍👩‍👧
Working from home
View GitHub Profile
@JustinSDK
JustinSDK / Dockerfile_for_SSHD_with_Ubuntu_on_RPi2.dockerfile
Last active September 2, 2015 23:36 — forked from Wei1234c/SSHD.armv7.dockerfile
Dockerfile for SSHD with Ubuntu on RPi2
# sshd
# VERSION: 0.0.2
# origin:
# MAINTAINER Sven Dowideit <SvenDowideit@docker.com>
# https://docs.docker.com/examples/running_ssh_service/
#
# modified by: Wei Lin
# date: 2015/9/2
# Pull base image.
@JustinSDK
JustinSDK / Dockerfile_for_Oracle-Java8_with_Ubuntu_on_RPi2.dockerfile
Last active September 2, 2015 22:55 — forked from Wei1234c/Oracle-Java8.armv7.dockerfile
Dockerfile for Oracle-Java8 with Ubuntu on RPi2
# 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.