Joystream / storage-node-joystream

Colossus - Storage node for Joystream
GNU General Public License v3.0
4 stars 7 forks source link

Add Dockerfile #61

Closed suda closed 5 years ago

suda commented 5 years ago

This PR adds a Dockerfile to build Docker images.

Building

$ docker build -t joystream/storage-node .

Running

$ docker run --rm joystream/storage-node <COMMAND>

i.e.:

$ docker run --rm joystream/storage-node --help

Note: when running a Docker container, its filesystem is separate from the host's. To pass the host files you can use -v flag.


Joystream address: 5GxcUjY3tXYaDnm6LDu3yRdgE9wACXbmqjYVVAg8FwRZYPmF

jfinkhaeuser commented 5 years ago

I haven't had time to review this, unfortunately. But I'll just merge it for now, and maybe modify it later if I need to. Sorry for the delay - I think this will leave us all a little happier.