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
|
# 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:
|
services:
|
||||||
rust:
|
rusty:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: rust
|
container_name: rusty
|
||||||
#tty: true
|
#tty: true
|
||||||
environment:
|
environment:
|
||||||
- EDITOR: /usr/bin/hx
|
- EDITOR: /usr/bin/hx
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue