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