Some update...
This commit is contained in:
parent
f3ae7c75c3
commit
ebfcea6316
2 changed files with 10 additions and 3 deletions
|
|
@ -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 .
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
services:
|
||||
rust:
|
||||
rusty:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: rust
|
||||
container_name: rusty
|
||||
#tty: true
|
||||
environment:
|
||||
- EDITOR: /usr/bin/hx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue