Ian Blenke

Results 9 comments of Ian Blenke

@bacongobbler, I appreciate your feedback, and I would totally love to spend more time helping with this project, which I fully understand isn't a OpDemand project nor one that you...

Thanks @jumbojett! Running deis-ui as pure static content would be great. The big challenge seems to be related to CORS, as without the proxy I was getting a consistent error...

You may only want the first commit. The second commit goes a bit more in depth with linked containers (primarily for playing with panamax.io) and setting the key/value pairs in...

No worries. Just found it useful for my own purposes, might help someone looking at issues for the same.

Ran into this one as as well, running deis 0.10.0 which uses CoreOS 379.3 and docker 1.1.1

Unfortunately coreos mounts /usr as read-only, so editing /etc/ssh/sshd_config directly is out of the question. Thankfully, the files in /etc/ssh are mutable, so I can: ``` sudo mv /etc/ssh/sshd_config /etc/ssh/sshd_config.old...

I'm having the same "Fatal error: socket hang up" problem with https proxy. Using http works just fine. Reverting to 0.1.10 doesn't seem to help. Would love to turn up...

Correction: reverting to 0.1.10 did work, I had to clean out the newer node_modules version first.

This works with CoreOS and the included service. Have you tried disabling AppArmor first with `invoke-rc.d apparmor kill` or similar? Another thing to try is to run the docker container...