Unable to start tunnelserver instance
I have tried opening a tunnelserver instance using the instruction provided in the README.lp.markdown. The error I'm met with is telling me that I'm unable to start it due to:
open /root/.kite/kite.key: no such file or directory
I'm attempting to start it from the same docker container in which the koding server runs(as well as kontrol/kite). The container was created by calling docker-compose up on from the https://github.com/koding/docker-compose repository.
Expected Behavior
The tunnelserver starts as described in the README.lp.markdown example
Current Behavior
The tunnelserver fails to start with an error of missing file /root/.kite/kite.key
Possible Solution
Generating the key file might be an option. I have tried doing that by invoking the kloudctl kontrol key command but that also failed with the same error.
Steps to Reproduce (for bugs)
- Start the koding container via docker-compose command
- From inside the container attempt to run tunnelserver command(from /opt/koding/go/bin) with arguments set as mentioned in the README.lp.markdown
Context
Your Environment
- Version used:
- Environment name and version (e.g. Chrome 39, node.js 5.4):
- Operating System and version (desktop or mobile):
- Link to your project:
Would be very much interested in a solution as well!