firecracker-microvm/firectl

Use JailerCommandBuilder instead of JailerConfig directly

radekg opened this issue · 1 comments

The JailerConfig direct usage does not allow setting the netNS which can be set using the JailerCommandBuilder.WithNetNS. Would you consider accepting a PR addressing this?

After looking closer at how this works, I'm fine with the way it is.