zapier/pypicloud-docker

Name: pypicloud-docker

Owner: Zapier

Description: Docker image for pypicloud

Created: 2015-11-16 08:57:34.0

Updated: 2015-11-16 08:57:35.0

Pushed: 2015-11-16 08:59:28.0

Homepage: null

Size: 152

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Pypicloud Docker

This is a docker container for running pypicloud. To test pypicloud and see it working, run this command:

er run -it --rm -p 8080:8080 stevearc/pypicloud

This will start pypicloud with default settings inside the docker container and serve it on port 8080. The default settings are sufficient to play with, but they should not be used in production.

You can access the pypicloud-make-config command from the docker image, which will give you a decent starting config that you can customize for your use.

er run -it --rm stevearc/pypicloud make-config

The config file in the container is located at /etc/pypicloud/config.ini. To use your own config file, mount it as a volume.

er run -p 8080:8080
-v /path/to/my/config.ini:/etc/pypicloud/config.ini:ro
stevearc/pypicloud

See the list of configuration options for details about the config file.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.