-
Notifications
You must be signed in to change notification settings - Fork 1
/
bastillion.xml
51 lines (51 loc) · 2.03 KB
/
bastillion.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
47
48
49
50
51
<?xml version="1.0"?>
<Container version="2">
<Name>bastillion</Name>
<Repository>ecosi/bastillion</Repository>
<Registry>https://hub.docker.com/r/ecosi/bastillion/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/ecosi/bastillion/</Support>
<Project/>
<Overview>Bastillion is a web-based SSH console that centrally manages administrative access to systems. Web-based administration is combined with management and distribution of user's public SSH keys.

username: admin
password: changeme</Overview>
<Category>Tools: Network:Management</Category>
<WebUI>http://[IP]:[PORT:8080]</WebUI>
<TemplateURL>https://github.com/CHBMB/docker-templates/blob/master/bastillion.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/CHBMB/docker-templates/master/img/bastillion.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled/>
<DonateText/>
<DonateLink/>
<Description>Bastillion is a web-based SSH console that centrally manages administrative access to systems. Web-based administration is combined with management and distribution of user's public SSH keys.

username: admin
password: changeme</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8080</HostPort>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/opt/bastillion/jetty/bastillion/WEB-INF/classes/keydb</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Labels/>
<Config Name="appdata" Target="/opt/bastillion/jetty/bastillion/WEB-INF/classes/keydb" Default="" Mode="rw" Description="appdata" Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="webui - 8080" Target="8080" Default="" Mode="tcp" Description="webui - 8080" Type="Port" Display="always" Required="false" Mask="false">8080</Config>
</Container>