-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfloop.json
More file actions
30 lines (29 loc) · 803 Bytes
/
floop.json
File metadata and controls
30 lines (29 loc) · 803 Bytes
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
{
"groups":{
"group0":{
"cores":{
"default":{
"host_network":false,
"hardware_devices":[
],
"privileged":true,
"build_file":"Dockerfile.linux",
"test_file":"Dockerfile.test",
"docker_socket":"/var/run/docker.sock",
"host_source":"./target/"
},
"core2":{
"address":"192.168.1.109",
"target_source":"/home/floop/floop/",
"host_key":"~/.ssh/id_rsa",
"user":"floop",
"port":"22"
}
}
},
"default":{
"host_rsync_bin":"/usr/bin/rsync",
"host_docker_machine_bin":"/usr/local/bin/docker-machine"
}
}
}