My Hack environment in a Docker container.
  • Dockerfile 100%
Find a file
2025-06-05 04:26:56 +02:00
.gitignore Just the basics... 2025-06-04 02:06:41 +02:00
docker-compose.yml Some update... 2025-06-04 03:00:20 +02:00
Dockerfile Added some stuff for future use. 2025-06-05 04:26:56 +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