Skip to content

shawnftw/Zer0C0ntact

Repository files navigation

  • 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

QuickStart

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:

https://localhost:3000

Documentation:

Installation

Usage

Development

License:

WTFPL

About

Zer0C0ntact docker server management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published