trying again
This commit is contained in:
parent
42e8b079f0
commit
bcc1de8504
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@
|
||||||
{
|
{
|
||||||
name = "ubuntu";
|
name = "ubuntu";
|
||||||
image = "ubuntu:latest";
|
image = "ubuntu:latest";
|
||||||
command = [ "sh" "-c" ];
|
command = [ "tail" "-f" "/dev/null" ];
|
||||||
args = [ "tail" "-f" "/dev/null" ];
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue