diff --git a/README.md b/README.md index 3005a6b..7c09de8 100644 --- a/README.md +++ b/README.md @@ -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 . + diff --git a/docker-compose.yml b/docker-compose.yml index 6f396cd..521008c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,9 @@ services: - rust: + rusty: build: context: . dockerfile: Dockerfile - container_name: rust + container_name: rusty #tty: true environment: - EDITOR: /usr/bin/hx