Skip to content
This repository has been archived by the owner on Sep 5, 2021. It is now read-only.

masutaka/docker-octodown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-octodown

Docker Automated buil Docker Stars Docker Pulls License

Dockerized octodown

⚠️ This dockerize has been incomplete yet for needing launchy.

Installation

$ docker pull masutaka/octodown
$ mkdir -p ~/bin && cd $_
$ curl -LO https://raw.githubusercontent.com/masutaka/docker-octodown/master/bin/octodown
$ chmod +x octodown
$ export PATH=$HOME/bin:$PATH

Usage

See https://github.com/ianks/octodown

Unsupported features

The following features are not supported for the docker limitation.

  • LiveReload
    • I exported $TEST in Docker container. But...
  • STDIN
    • I might be able to support it.