Replies: 1 comment 5 replies
-
|
Thanks for your report, I will take a look. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've just been experimenting with
async-containerwithout any clear goals. I've got a basic project (attached) with awebexecutable that just logs to a file. It's meant to be a placeholder for a potential web server.I start it in a container with
instance.execwithready: true. This instantly kills the container with the following logs:Why does this happen when
readyis set totruebut notfalse?Here's my project: async-container-ready.zip
To reproduce:
Beta Was this translation helpful? Give feedback.
All reactions