Jérémie Drouet
99d42f9353
Clean dockerfile layer in Rust example
...
Following the [best practices](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/ ) we should encourage people to remove the cache after installing dependencies.
2020-06-25 13:25:10 -07:00
Mike Kinney
217ee9a9db
cannot use variable from other docker stage
2020-01-15 06:35:48 -08:00
Mike Kinney
f983fe8481
bump to 1.40; use variable for bin
2020-01-15 06:12:14 -08:00
Mike Kinney
3a1628294a
change to generic library
2020-01-14 19:45:11 -08:00
Mike Kinney
b0e44dd258
update doc to show working example
2020-01-14 16:25:19 -08:00
mkinney
0cc7ca93ec
Update rust doc to show how to do a multi-stage docker build ( #1629 )
2019-12-27 12:36:14 -08:00
German Lashevich
694de3d443
Update content.md
...
Change absolute path to relative in cargo install
2019-01-07 21:34:08 +01:00
German Lashevich
d24b7323da
Update cargo install command
...
Using `cargo install` to install the binaries for the package in current working directory is no longer supported, use `cargo install --path .` instead.
Also updated image version in the example to the current one.
2019-01-06 22:56:22 +01:00
Shane Utt
d1f45dcc13
Update Rust doc examples to use latest Rust 1.23.0
2018-01-16 20:07:58 -05:00
Shane Utt
8dd19eaf43
Fix typo in Rust docs: "To compiler" -> "To compile"
2018-01-16 20:07:36 -05:00
Steven Fackler
79e3dca3ba
Match the host user's uid and gid in build example
2017-08-10 14:24:06 -07:00
Steven Fackler
a11c341c57
Add documentation for the rust image
2017-08-09 19:29:20 -07:00