-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-config.json
22 lines (22 loc) · 1011 Bytes
/
example-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"environments": [
{
"name": "corral-env",
"user": "sean",
"image": "ghcr.io/seantallen/dev-environment-develop-with-pony:20250115",
"shell": "fish",
"workdir": "/workspace",
"workspace": "/home/sean/code/ponylang/corral",
"mounts": [
{"source":"/home/sean/.ssh","target":"/home/sean/.ssh", "type": "bind"},
{"source":"/home/sean/.gitconfig","target":"/home/sean/.gitconfig", "type": "bind"},
{"source":"/home/sean/.gitconfig.local","target":"/home/sean/.gitconfig.local", "type": "bind"},
{"source":"/home/sean/.gnupg","target":"/home/sean/.gnupg", "type": "bind"},
{"source":"/home/sean/.config","target":"/home/sean/.config", "type": "bind"},
{"source":"/home/sean/.vim","target":"/home/sean/.vim", "type": "bind"},
{"source":"/home/sean/.vimrc","target":"/home/sean/.vimrc", "type": "bind"},
{"source":"/var/run/docker.sock","target":"/var/run/docker.sock", "type": "bind"}
]
}
]
}