Is it possible to read any file from the VM? I tried to use cat via the run function but the run function does only return the exit code (I assume). I see that the output is logged to the console but it would be great to have a callback for the output as well.
Is it possible to read any file from the VM? I tried to use
catvia therunfunction but the run function does only return the exit code (I assume). I see that the output is logged to the console but it would be great to have a callback for the output as well.