Deis Bot

Results 283 comments of Deis Bot

_From @Joshua-Anderson on August 3, 2015 20:27_ I opened a in-depth PR for docs related to permissions at #4186.

_From @tombh on January 16, 2014 16:2_ Reminded of this from #465. Just to add another example alongside the paramiko one; I've implemented socket communication from the [CLI client](https://github.com/danabox/deis/blob/master/client/danabox.py#L296) in...

_From @mboersma on January 16, 2014 16:8_ Cool! We had done websockets / socket.io with Twisted in a previous product at OpDemand, and I've done plenty of Twisted in the...

_From @tombh on January 16, 2014 16:18_ Yeah Twisted code is _very_ hard to read :/ If you can come up with a simpler way I'll definitely use it Danabox...

_From @bacongobbler on February 4, 2014 20:16_ Why not leverage [docker-py](https://github.com/dotcloud/docker-py) for the CLI? It already supports attaching to containers and log streaming, so it seems like the problem has...

_From @andyshinn on May 29, 2014 3:54_ I wonder if something like https://github.com/progrium/termshare would work for this? You can run server in a container and proxy it through the router....

_From @bacongobbler on August 25, 2014 4:44_ Update on this bug: I'm currently researching different ways on how we can tackle this. The problem lies with the fact that Django...

_From @evadne on December 7, 2014 14:56_ Is it possible to just use SSH? 1. Query the latest version of the application thru etcdctl / Deis Controller 2. Query location...

_From @bacongobbler on December 7, 2014 21:47_ @evadne it's possible but we wouldn't want users to be able to access the cluster through fleet. If it's in a public PaaS...

_From @bacongobbler on April 11, 2015 18:5_ for the meantime, this has been the workaround for most users: https://github.com/deis/deis/issues/3449#issuecomment-91845128