-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdevelopment.yml
45 lines (43 loc) · 1.05 KB
/
development.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
version: '2.3'
services:
development:
image: "diegoferigo/development:latest"
container_name: "development"
command: "bash"
init: true
environment:
- YARP_NAME_SPACE=/dferigo
ports:
- 8000:8000
- 8888:8888
working_dir: "$HOME"
stdin_open: true
tty: true
network_mode: "host"
security_opt:
- apparmor:unconfined
dns:
- 8.8.8.8
devenv:
version: '1.0'
development:
user: "dferigo"
project_dir: "$HOME/git"
resources:
directories:
- "$HOME/.dockerdot/ccache:$HOME/.ccache"
- "$HOME/.dockerdot/config/qtcreator:$HOME/.config/QtProject"
- "$HOME/.dockerdot/cache:$HOME/.cache"
files:
- "$HOME/.dockerdot/z:$HOME/.z"
- "$HOME/.dockerdot/bash_history:$HOME/.bash_history"
gpu: "intel"
x11: "xauth"
# matlab:
# folder: "/opt/MATLAB/R2018a"
# # mac: "wlp2s0"
# dotdir: "$HOME/.dockerdot/matlab:$HOME/.matlab:rw"
gdb: true
git:
username: "Diego Ferigo"
email: "diego.ferigo@iit.it"