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)
- Host: GitHub
- URL: https://github.com/bpinto/docker-streisand
- Owner: bpinto
- License: mit
- Created: 2017-02-12T11:54:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T14:32:54.000Z (over 8 years ago)
- Last Synced: 2025-03-27T09:13:07.558Z (over 1 year ago)
- Topics: ansible, docker, vpn, wireguard
- Size: 2.93 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.