Skip to content

kemingy/containerssh.github.io

 
 

Repository files navigation

ContainerSSH - Launch Containers on Demand

The ContainerSSH Website

This repository contains the source code for the ContainerSSH website. It is built using mkdocs and the material theme.

⚠⚠⚠ Warning: This is a developer documentation. ⚠⚠⚠
The user documentation for ContainerSSH is located at containerssh.io.

Building and testing the website

In order to build the website you will need Python and pip. You can install the required dependencies using pip:

pip install -r requirements.txt

Then you can launch the development server:

mkdocs serve

This launches the development server on http://localhost:8000/. If it doesn't work, try python -m mkdocs serve.

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.2%
  • HTML 17.3%
  • Dockerfile 1.1%
  • Shell 0.4%