add keep alive command
This commit is contained in:
parent
58bc07418d
commit
d88aebcef2
2 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,6 @@
|
||||||
git
|
git
|
||||||
pciutils
|
pciutils
|
||||||
sysstat
|
sysstat
|
||||||
xivlauncher
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
{
|
{
|
||||||
name = "ubuntu";
|
name = "ubuntu";
|
||||||
image = "ubuntu:latest";
|
image = "ubuntu:latest";
|
||||||
|
command = ["tail" "-f" "/dev/null"];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue