Docker登录管理器:Docker Lightop
jopen
11年前
docker-lightop是一个用于各种sessions的登录管理器,它们都是docker containers提供它们自己的Web界面。目前,该项目提供的sessions,包括
- dorowu/lightop-ubuntu-trusty-ttyjs: Ubuntu 14.04的一个文本模式登录界面
- dorowu/lightop-ubuntu-trusty-lxde: Ubuntu 14.04的一个LXDE登录界
当用户登录至session,容器如果存在,将会被立即创建。在同一用户的每一个容器中的用户的个人文件夹(〜)将被安装到相同的体积。公共的的文件夹放置在 /mnt/public 中,它会被这个服务的所有用户所共享。
docker-lightop能够帮助路由网络流量,http 或 websocket,至指定的容器根据URL。比如,docker-lightop routes the request http://$IP:$PORT/u/ubuntu-trusty-ttyjs/ to the IP address of container named $USER_ubuntu-trusty-ttyjs, where the service port is retrieved by image expose configuration of the image.
