JoshOrndorff / utxo-workshop

A Substrate UTXO workshop
The Unlicense
117 stars 81 forks source link

Braindump about Docker #68

Open JoshOrndorff opened 4 years ago

JoshOrndorff commented 4 years ago

This draft PR contains the results of me messing around with docker for an hour. I'm not experienced with docker, but I see it as a valuable tool to allow anyone (eg workshop participants) to spin up a node quickly without installing the entire rust toolchain and building the node themselves.

cc @kevcoxe you're good at docker right? Want to get into blockchain?

JoshOrndorff commented 4 years ago

I guess running a node that you didn't build yourself has limited value in this particular repo because it is a workshop about modifying the code. Still this technique may be useful more generally.

kevcoxe commented 4 years ago

@JoshOrndorff I will have to check this out! I am excited that it is containerized because now like you said i dont need to install all the rust stuff.