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

https://github.com/bpinto/docker-streisand

Docker image for Streisand (https://github.com/jlund/streisand)
https://github.com/bpinto/docker-streisand

ansible docker vpn wireguard

Last synced: about 1 year ago
JSON representation

Docker image for Streisand (https://github.com/jlund/streisand)

Awesome Lists containing this project

README

          

A Docker image to run [Streisand](https://github.com/jlund/streisand).

# Quickstart

```
docker run -it --rm -v $HOME/.ssh:/root/.ssh -v $PWD/generated-docs:/streisand/generated-docs bpinto/streisand
```

* Your `$HOME/.ssh/id_rsa.pub` ssh key will be used.

* Generated documentation can be found at `./generated-docs/streisand.html`.