-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbaidunetdisk.xml
46 lines (46 loc) · 1.54 KB
/
baidunetdisk.xml
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
46
<?xml version="1.0"?>
<Container>
<Name>baidunetdisk</Name>
<Repository>johnshine/baidunetdisk-crossover-vnc</Repository>
<Registry>https://hub.docker.com/r/johnshine/baidunetdisk-crossover-vnc</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/john-shine/Docker-CodeWeavers_CrossOver-VNC/issues</Support>
<Project>https://github.com/john-shine/Docker-CodeWeavers_CrossOver-VNC/tree/master/BaiduNetdisk</Project>
<Overview>baidunetdisk</Overview>
<Description>
百度云客户端的docker镜像,使用vnc访问
</Description>
<Category>download:</Category>
<WebUI>http://[IP]:[PORT:6082]/vnc.html?autoconnect=true</WebUI>
<Icon>https://pan.baidu.com/m-static/base/static/images/favicon.ico</Icon>
<Data>
<Volume>
<HostDir>/mnt/user/download</HostDir>
<ContainerDir>/home/baidu/baidunetdiskdownload</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode/>
</Variable>
</Environment>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>6082</HostPort>
<ContainerPort>6080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
</Container>