https://github.com/radeusgd/siodockers
Putting https://github.com/sio2project/sioworkers in the cloud
https://github.com/radeusgd/siodockers
Last synced: 2 months ago
JSON representation
Putting https://github.com/sio2project/sioworkers in the cloud
- Host: GitHub
- URL: https://github.com/radeusgd/siodockers
- Owner: radeusgd
- Created: 2018-05-16T17:35:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T14:15:36.000Z (almost 7 years ago)
- Last Synced: 2025-01-25T11:41:31.869Z (4 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To build the dockerfile, use `docker build . -t siodockers`.
To run the worker in the background `docker run -d siodockers`.
To open bash prompt `docker exec -it [name] /bin/bash`,
or `docker exec -u 0 -it [name] /bin/bash` to log-in as root.You need to setup a VPN server on the machine with siodockersd and filetracker, this tutorial is good: https://www.digitalocean.com/community/tutorials/how-to-run-openvpn-in-a-docker-container-on-ubuntu-14-04?utm_source=githubreadme
From that tutorial, generate CLIENTNAME.ovpn file and place it at vpn/vpn.conf in this folder.
Then run `docker-compose up`.