create docker run commands from configuration json

This commit is contained in:
Marc Wäckerlin
2016-01-21 07:49:12 +00:00
parent 43448d9ed7
commit a8b1778b11
3 changed files with 82 additions and 8 deletions

View File

@@ -237,11 +237,11 @@ table.docker li+li {
top: 1.5em;
left: 0;
right: 0;
bottom: 1.5em;
padding: 1em 1em 1em 1em;
clear: both;
overflow: auto;
z-index: 0;
bottom: 1.5em;
}
#main {
@@ -332,7 +332,24 @@ table.docker li+li {
#console {
background-color: black;
color: white
color: white;
overflow: none;
}
#screen {
position: fixed;
top: 2em;
bottom: 4em;
left: 0;
right: 0;
overflow: auto;
padding: 1ex;
}
#bash {
position: fixed;
bottom: 1.5em;
left: 0;
right: 0;
padding: 0;
}
.bold {font-weight: bold}
.dim {color: grey}