Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/treehouses/webssh


https://github.com/treehouses/webssh

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# webssh
![GitHub](https://img.shields.io/github/license/treehouses/webssh)
![GitHub](https://img.shields.io/docker/image-size/treehouses/webssh)
## Introduction
Web based ssh container based from treehouses alpine image. About webssh more can be view [here](https://pypi.org/project/webssh/).
## Installations:
```bash
git clone https://github.com/treehouses/webssh.git
cd webssh
docker build -t webssh .
```
## Usage:
- After build the docker image can run as a daemon service with default port 8888

``docker run -p 8888:8888 -d webssh``
- Open a browser and navigate to the ``serverip:8888``