Skip to content

Commit ab5c2d8

Browse files
command att
1 parent 7f3b07f commit ab5c2d8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ image.start({
4949
volumes = {
5050
{ ".", "/output" }
5151
},
52-
command = "gcc --static source.c -o /output/binary"
52+
command = {"gcc --static source.c -o /output/binary", 'echo "end"'}
53+
-- Or
54+
-- command = "echo 'You can also use '\\''comand'\\'' by passing just a string.'"
5355
})
5456
```
5557

0 commit comments

Comments
 (0)