UrDHT / PyUrDHT

Python reference implementation
11 stars 3 forks source link

Add a few Dockerfile build files for various distros. To use them, ru… #54

Open nwautomator opened 9 years ago

nwautomator commented 9 years ago

…n 'docker build --rm -f Dockerfile. .', substituting your preferred distro. Remove the --rm if you plan to save the image. This completes issue #52.

BrendanBenshoof commented 9 years ago

It is going to need to be a little more complex. You need to make sure that port forwarding it setup, and that the nodes are configured correctly with accessible ips.

nwautomator commented 9 years ago

Correct, I'll have to expose the right ports (probably just easier to expose > 1024 and let the user deal with security) and the user will need to port forward accordingly.

BrendanBenshoof commented 9 years ago

I think even after you finish this, we should keep it as a branch or make a new repo that only houses the docker files.