You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
entrypoint.sh assumes that the parameters are for "cargo build ...",
which doesn't work with firecracker-clean target.
Instead of fixing the shell script, this change makes the container
itself more neutral by accepting any arbitrary commands.
Signed-off-by: Kazuyoshi Kato <[email protected]>
0 commit comments