services:
rust:
build:
context: .
dockerfile: Dockerfile
container_name: rust
#tty: true
environment:
- EDITOR: /usr/bin/hx
- HOME: /root
- SHELL: /bin/bash
volumes:
- ./root:/root:rw