-
Notifications
You must be signed in to change notification settings - Fork 1
/
s3cmd.xml
43 lines (43 loc) · 1.29 KB
/
s3cmd.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
<?xml version="1.0"?>
<Container version="2">
<Name>s3cmd</Name>
<Repository>aptalca/docker-s3cmd</Repository>
<Registry/>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support/>
<Project/>
<Overview/>
<Category/>
<WebUI/>
<TemplateURL>https://github.com/CHBMB/docker-templates/blob/master/s3cmd.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/CHBMB/docker-templates/master/img/s3cmd.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText/>
<DonateLink/>
<Description/>
<Networking>
<Mode>bridge</Mode>
<Publish/>
</Networking>
<Data>
<Volume>
<HostDir>/mnt</HostDir>
<ContainerDir>/mnt</ContainerDir>
<Mode>ro</Mode>
</Volume>
<Volume>
<HostDir>/mnt/disk1/appdata/s3cmd</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Labels/>
<Config Name="Host Path 1" Target="/mnt" Default="" Mode="ro" Description="Container Path: /mnt" Type="Path" Display="always" Required="false" Mask="false">/mnt</Config>
<Config Name="Host Path 2" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="false" Mask="false">/mnt/disk1/appdata/s3cmd</Config>
</Container>