Created
June 5, 2017 18:00
-
-
Save kyleterry/4cf81cb7682fd9056025ffe633db2528 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ ls | |
Dockerfile config.json | |
$ cat Dockerfile | |
FROM kyleterry/tenyks | |
ADD config.json /etc/tenyks/config.json | |
$ docker build -t tenyks-dev . | |
$ docker run -it --rm -p 61124:61124 -p 61123:61123 tenyks-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment