Add Dockerfiles for building and running C,Coq and Haskell projects#309
Add Dockerfiles for building and running C,Coq and Haskell projects#309imaginator wants to merge 2 commits intoBlockstreamResearch:masterfrom
Conversation
|
I will go ahead and run my local CI on this, though I checked that no existing source files are changed. I don't have docker installed on any of my systems and I'm not really familiar with the syntax or what these containers are supposed to do. |
|
@apoelstra their use is documented in the My thinking behind these is that it makes an easy way to write tutorials and, like with Nix images, present users with all the dependencies they need to get experimenting with Simplicity quickly. |
|
sorry this closed when I deleted my fork of Simplicity. |
I've created the following files:
Builds are now self contained and drops the user into either a
ghciorcoqprompt. Ideally we could publish these containers to Dockerhub which would make it easier for experimenting [without waiting for long builds].The README.md needs a bit of a rework too, but that's another project.