A Dockerfile to configure Rust development environment with Emacs.
$ docker pull eshamster/rust-devel
$ docker run -v <a host folder>:/root/work -it eshamster/rust-devel /bin/sh
This mainly consists of ...
- Based on the official image of Rust (buster)
- Emacs 26 with LSP
eshamster (hamgoostar@gmail.com)
Copyright (c) 2021 eshamster (hamgoostar@gmail.com)
Distributed under the MIT License