rusty/README.md

11 lines
280 B
Markdown
Raw Normal View History

2025-06-04 02:06:41 +02:00
# My Rust environment in a Docker container
2025-06-04 03:00:20 +02:00
sudo su -
cd /home
2025-06-06 21:41:02 +02:00
git clone https://git.xw3.org/hanez/rust-docker
2025-06-04 03:00:20 +02:00
or
2025-06-06 21:41:02 +02:00
git clone git@git.xw3.org:hanez/rust-docker.git
2025-06-04 03:00:20 +02:00
cd rust-docker
docker build -t rusty .
2025-06-04 03:01:31 +02:00
docker run -it --entrypoint /bin/bash rusty
2025-06-04 03:00:20 +02:00