Search code examples
webdockerterminaltty

Docker web terminal


I have a VPS running Debian 8 with Docker. I want to give my customers some kind of terminal access to there container trough the web interface.

What's the best way of implementing this? And does anyone has some kind of example.

Cheers, Ramon


Solution

  • You can spin your own web interface easily since Docker includes a REST based API. There are also plenty of existing implementations of this out there, including:

    And various others if you search Docker Hub.