Elektrobit / flake-pilot

Registration/Control utility for applications launched through a runtime-engine, e.g containers
MIT License
9 stars 5 forks source link

FireCracker: complex commands needs quoting in resume mode #113

Closed schaefi closed 1 year ago

schaefi commented 1 year ago

When using firecracker apps in resume mode, any quoting will be eaten while the command is transfer through the vsock. For example:

mybash -c "'ls -l'"

does not work in resume mode but work in standard mode