An open API service indexing awesome lists of open source software.

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

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`.