https://github.com/flyte/docker-symform
Docker image to run the Symform peer-to-peer backup service
https://github.com/flyte/docker-symform
Last synced: about 1 year ago
JSON representation
Docker image to run the Symform peer-to-peer backup service
- Host: GitHub
- URL: https://github.com/flyte/docker-symform
- Owner: flyte
- License: mit
- Created: 2016-01-18T17:37:19.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2016-01-19T09:37:49.000Z (over 10 years ago)
- Last Synced: 2025-02-14T07:19:43.619Z (over 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
docker-symform
==============
This repository contains the build files for installing [Symform](http://www.symform.com/) on an Ubuntu 14.04 docker image. The image is based on [timhaak/docker-base](https://github.com/timhaak/docker-base).
Usage
-----
docker run -d \
-v :/var/lib/symform \
-v :/contrib \
-p 59234:59234 \
flyte/symform
Once you've got the Symform web interface running on http://localhost:59234 you must log in with your Symform account. After completing the configuration wizard check the /node.config file to see which port Symform has chosen for your contribution service to listen on. The line to look for should be similar to this:
In this case, port 53068 has been chosen. You may now stop/delete this docker container and run another one using the following command in order to enable contribution:
docker run -d \
-v :/var/lib/symform \
-v :/contrib \
-p 59234:59234 \
-p 0.0.0.0:53068:53068 \
flyte/symform