Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

gdoteof/docker-streisand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

Please don't use this. Leaving it for historical purpose only.

Dockerfile for streisand

You can use the docker-hub automated build (Easy Mode), or build the image yourself

Sets up a container running https://github.com/jlund/streisand, meant for deploying on remote servers via API

Easy Mode

mkdir generated-docs
sudo docker run -v generated-docs:/root/streisand/generated-docs/ -it gdoteof/streisand

This will prompt you to enter your API credentials

After it's finished, streisand will try and xdg-open the generated documentation (which will fail).

Note that the name of the html file will be the same as the name you gave in the server setup. If you name your server streisand-demo, then the file will be streisand-demo.html.

Build the image yourself

git clone https://github.com/gdoteof/docker-streisand.git

cd docker-streisand

docker build -t streisand .
mkdir generated-docs
docker run -v generated-docs:/root/streisand/generated-docs/ -it --name streisand streisand

Supported Providers

Tested

  • Digital Ocean
  • Linode

Untested

  • Amazon
  • Rackspace

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •