This codebase has now shifted to Github to be ingested by Linuxserver.io:
To run a current version of Taisun please use the following command:
docker create \
--name=taisun \
-p 3000:3000 \
-v /var/run/docker.sock:/var/run/docker.sock \
--restart unless-stopped \
linuxserver/taisun

Taisun is an application for a Docker enabled device with an emphasis on providing a web based interface for managing a single server.
Taisun allows you to:
On a Docker enabled host run the following command from cli:
sudo docker run --name taisun -d \
-p 3000:80 \
-v /var/run/docker.sock:/var/run/docker.sock \
taisun/webapp:latest
Taisun will be available by accessing:
On a Docker enabled host run the following command from cli:
sudo docker run --name taisun -d \
-p 3000:80 \
-p 8000:8000 \
-v /var/run/docker.sock:/var/run/docker.sock \
taisun/webapp:latest.dev
Taisun will be available by accessing:
There is also a web based IDE using Cloud9 Core https://github.com/c9/core running on:
This can be used for making custom modifications of the project and commiting pull requests.
WTFPL
Content type
Image
Digest
Size
166.6 MB
Last updated
about 6 years ago
docker pull taisun/webapp