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";
|
||||
image = "ubuntu:latest";
|
||||
command = [ "sh" "-c" ];
|
||||
args = [ "tail" "-f" "/dev/null" ];
|
||||
command = [ "tail" "-f" "/dev/null" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue