My Hack environment in a Docker container.
  • Dockerfile 100%
Find a file
2025-06-06 04:16:19 +02:00
.gitignore Nearly what I want... 2025-06-06 04:16:19 +02:00
docker-compose.yml Nearly what I want... 2025-06-06 04:16:19 +02:00
Dockerfile Nearly what I want... 2025-06-06 04:16:19 +02:00
README.md Uuups... :D 2025-06-04 03:01:31 +02:00

My Rust environment in a Docker container

sudo su -
cd /home
git clone https://github.com/hanez/rust-docker.git
or
git clone git@github.com:hanez/rust-docker.git
cd rust-docker
docker build -t rusty .
docker run -it --entrypoint /bin/bash rusty