- Deploy and manage web based virtual desktops.
- Deploy Taisun specific stacks of applications
- Browse available images on popular Docker repositories
- Import a Docker project from any git repository and start developing on your choice of web based IDE or full Linux desktop
- Spinup a developer container based on popular frameworks and work from a web based IDE
On a Docker enabled host run the following command from cli:
sudo docker run --name taisun -d \
--restart always \
-p 3000:3000 \
-v /var/run/docker.sock:/var/run/docker.sock \
linuxserver/taisun:latest
Taisun will be available by accessing:
WTFPL