cargo-wharf
cargo-wharf copied to clipboard
Developer documentation
Hi @denzp! First of all, many many thanks for this kick-ass project. I use it for all of my dockerized rust projects and it is a truly great project. I'm amazed it doesn't have thousands of stars, to be honest.
I'm very much interested in support for Dockerfile's COPY (#18), and I have started playing around with implementing it in cargo-wharf (you can look at my [quite little] progress at https://github.com/denzp/cargo-wharf/compare/master...edrevo:add-copy-support?expand=1). One thing I'm missing is a bit of developer documentation on the repo. Specifically, how do I run the integration tests? It might be useful to document that, or even better, just add a bash script to run them, so it is straighforward.
Specifically, how do I run the integration tests?
I am looking for an answer to this as well. Really great project btw @denzp
@edrevo Looks like you need to copy the source code in for the tool in as a bin your project:
https://github.com/denzp/cargo-wharf/tree/master/cargo-container-tools