Ensure ignite exec payload flags/args are not treated as flags/args to ignite
Created by: efritz
Currently ignite exec name docker run --rm ...
treats --rm
as an ignite flag and not a docker flag. This fixes that.
Created by: efritz
Currently ignite exec name docker run --rm ...
treats --rm
as an ignite flag and not a docker flag. This fixes that.