liftoff / GateOne

Gate One is an HTML5-powered terminal emulator and SSH client
http://liftoffsoftware.com/Products/GateOne
Other
6.28k stars 925 forks source link

syntax error on "docker run..." #743

Open UmutAlihan opened 4 years ago

UmutAlihan commented 4 years ago

I get the error below: image

when I run: docker run --rm -t --name=remote-ssh-client-gateone -p :8000 liftoff/gateone

mlch911 commented 4 years ago

I get the error below: image

when I run: docker run --rm -t --name=remote-ssh-client-gateone -p :8000 liftoff/gateone

Same. Did you fix it ?

UmutAlihan commented 4 years ago

Nope I turned to guacomole: https://guacamole.apache.org/

ntaken commented 4 years ago

The problem is with support for newer versions of Tornado.

https://github.com/liftoff/GateOne/pull/699

There are working docker images around. Like:

https://hub.docker.com/r/dcwangmit01/gateone/

or if you know how to build the image from dockerfile:

https://github.com/ntaken/GateOne