propellor spin
This commit is contained in:
parent
1f783394c0
commit
e64a66b21b
|
@ -230,7 +230,6 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci
|
||||||
if runningident == Just ident
|
if runningident == Just ident
|
||||||
then return NoChange
|
then return NoChange
|
||||||
else do
|
else do
|
||||||
print "stopping!"
|
|
||||||
void $ stopContainer cid
|
void $ stopContainer cid
|
||||||
restartcontainer
|
restartcontainer
|
||||||
else ifM (elem cid <$> listContainers AllContainers)
|
else ifM (elem cid <$> listContainers AllContainers)
|
||||||
|
|
|
@ -43,8 +43,9 @@ host hostname@"orca.kitenet.net" = standardSystem Unstable $ props
|
||||||
& Apt.unattendedUpgrades
|
& Apt.unattendedUpgrades
|
||||||
& Docker.configured
|
& Docker.configured
|
||||||
& Apt.buildDep ["git-annex"]
|
& Apt.buildDep ["git-annex"]
|
||||||
& Docker.docked container hostname "amd64-git-annex-builder"
|
! Docker.docked container hostname "amd64-git-annex-builder"
|
||||||
! Docker.docked container hostname "i386-git-annex-builder"
|
! Docker.docked container hostname "i386-git-annex-builder"
|
||||||
|
-- ! Docker.docked container hostname "armel-git-annex-builder"
|
||||||
& Docker.garbageCollected
|
& Docker.garbageCollected
|
||||||
-- My laptop
|
-- My laptop
|
||||||
host _hostname@"darkstar.kitenet.net" = Just $ props
|
host _hostname@"darkstar.kitenet.net" = Just $ props
|
||||||
|
|
Loading…
Reference in New Issue