Andrew
Andrew
Glad you liked it @yuvadm 👍
@ktsakas had this problem recently trying to compile [servo](https://github.com/servo/). Looks like this happens because of [this ancient issue in vboxfs](https://www.virtualbox.org/ticket/819#comment:61). I've fixed it by switching to NFS.
@bbigras are you sure you pulled the last image? ``` docker run scorpil/rust:nightly rustc -V rustc 1.18.0-nightly (c58c928e6 2017-04-11) ``` I'm not using dockerhub to build these images, since it...
I've had in mind to create seperate set of images based on [alpine](https://hub.docker.com/_/alpine/). Would it suit your needs?
> postgresql (needs some SQL stuff, might be complicated. Also connection management...) How about tackling SQLite first to side-step the connection management complexity?