Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View dikim33's full-sized avatar

DongInn Kim dikim33

View GitHub Profile
@dikim33
dikim33 / Dockerfile
Last active May 28, 2017 02:38
RETriforce Files
FROM ubuntu:16.04
## Helpful commands
# >> Build the docker container
# docker build -t retriforce .
# >> Run the docker container, mapping a directory into the container
# docker run --rm -it -v "<HOST_SHARE>:<GUEST_DIR>" retriforce
## Tunables
ENV UNICORNVER 0.9