Skip to content

x448/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.

About

The ContainerSSH website

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.2%
  • HTML 16.8%