version: '3' services: rust-dev: image: rust-dev volumes: - /workspace/projects:/workspace working_dir: /workspace tty: true stdin_open: true