Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
Ryan Kuba edited this page Feb 14, 2019 · 5 revisions

Taisun Taisun

http://taisun.io

Taisun is an application for a Docker enabled device with an emphasis on providing a web based interface for managing a single server.

Installation

Usage

Development

QuickStart (Linux)

Users:

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:

http://localhost:3000

Clone this wiki locally