My Hack environment in a Docker container.
  • Dockerfile 100%
Find a file
2025-06-04 03:00:20 +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 Just the basics... 2025-06-04 02:06:41 +02:00
README.md Some update... 2025-06-04 03:00:20 +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 .