Skip to content

alimakki/docker-streisand

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

#Dockerfile for streisand#

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

sudo docker run -i -t gdoteof/streisand

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

##Tested:

  • Digital Ocean
  • Linode

##Untested

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

cd docker-streisand

sudo docker build -t streisand .
sudo docker run -i -t --name streisand 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). You should copy it to the host with

sudo docker cp streisand:/root/streisand/generated-docs/streisand.html streisand.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published