cargo-build-docker-0.1.1 is not a library.
cargo-docker-builder
This is a fork of cargo-docker
A cargo subcommand to build Rust code using the standard rust docker containers
Install
To install cargo-docker-builder you should type the following:
Usage
To use cargo-docker-builder you should type the following:
Specifying the image is optional, if it's omitted it will use the rust:1.33.0 image
An example is
Build from source
If you want to modify this example clone the repo
Make the changes you want to make and then install your newly develop subcommand Ensure that you're in the root of the cargo-build-docker repo and then run