Some update...

This commit is contained in:
Johannes Findeisen 2025-06-04 03:00:20 +02:00
commit ebfcea6316
2 changed files with 10 additions and 3 deletions

View file

@ -1,4 +1,11 @@
# My Rust environment in a Docker container
More. to come... ;)
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 .

View file

@ -1,9 +1,9 @@
services:
rust:
rusty:
build:
context: .
dockerfile: Dockerfile
container_name: rust
container_name: rusty
#tty: true
environment:
- EDITOR: /usr/bin/hx