Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 878 Bytes

readme.md

File metadata and controls

20 lines (15 loc) · 878 Bytes

(Prototype) Simple web interface for common Docker commands.

It allows for (highly insecure) streaming between the xtermjs panes and processes running on the server.

This is super dangerous, and you should never use it...but it's kinda cool.

Screenshot of Mink

This project is still in it's infancy, so not bothering to open tickets yet. Here is a rough outline of known issues and undones:

  • Tabbing is funky
    • Doesn't check if the tab is already open
      • Doesn't open up the next tab when one is closed
  • Can't have log/attach open for same container
  • Any sort of testing
  • Mac/Remote Docker support (currently windows only)
  • Delete key doesn't work
  • Any way to get auto-complete behavior?
  • Processes should eventually timeout/reconnect
  • Mac/Remote Docker support (currently windows only)