Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kyleterry/4cf81cb7682fd9056025ffe633db2528 to your computer and use it in GitHub Desktop.
Save kyleterry/4cf81cb7682fd9056025ffe633db2528 to your computer and use it in GitHub Desktop.
$ 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