forked from Containerpak/lutris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cpak.json
33 lines (33 loc) · 852 Bytes
/
cpak.json
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
{
"name": "lilipod",
"description": "Lilipod is a simple container manager, able to download, unpack and use OCI images from various container registries.",
"version": "0.0.1",
"image": "ghcr.io/containerpak/lilipod:main",
"binaries": ["/usr/bin/lilipod"],
"desktop_entries": [],
"dependencies": [],
"addons": [],
"idle_time": 0,
"override": {
"socketX11": true,
"socketWayland": true,
"socketPulseAudio": true,
"socketSessionBus": true,
"socketSystemBus": true,
"socketSshAgent": false,
"socketCups": false,
"socketGpgAgent": false,
"deviceDri": false,
"deviceKvm": false,
"deviceShm": false,
"deviceAll": true,
"fsHost": false,
"fsHostEtc": false,
"fsHostHome": true,
"fsExtra": [],
"env": [],
"network": true,
"process": true,
"asRoot": false
}
}