https://github.com/ohler55/piper-docker
Dockerfile and support for Piper in docker.
https://github.com/ohler55/piper-docker
Last synced: 8 months ago
JSON representation
Dockerfile and support for Piper in docker.
- Host: GitHub
- URL: https://github.com/ohler55/piper-docker
- Owner: ohler55
- License: mit
- Created: 2016-06-04T03:39:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T19:10:38.000Z (over 9 years ago)
- Last Synced: 2025-01-22T03:07:24.384Z (9 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Piper Dockerfile
This directory contains a Dockerfile for building
[Piper Push Cache](http://www.piperpushcache.com) in Docker. It also includes a
sample piper_cfg.json for configuring Piper along with a welcome page in the
pages directory. Pages, flows, and the configuration file are expected to be
modified and are simply a sample ready to be forked and changed.### Installation
1. Install [Docker](https://www.docker.com/).
2. Clone or fork this repository.
3. Build.
```
docker build -t piper:1.1.1 --rm .
```### Usage
```
docker run -d -p 7660:7660 piper
```or with a mounted directory
```
docker run -d -p 7660:7660 -v your/dir/here:/piper piper
```Go to a browser and open `http://:7660` for the home page.