quartzinquartz / rust-image-debian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Build Status

https://hub.docker.com/r/doqr/rust/

rust-image

A rust development environment with fish, vim, and exa (as a "replacement" for ls).

A sample run command, mounting local code dir as the working dir of the container:

docker run -it -d \
--hostname="rust" \
--name="rust" \
-v ~/code/rust:/code \
-w /code \
doqr/rust:latest

Enter the container:

docker exec -it rust /usr/bin/fish

About


Languages

Language:Shell 100.0%