firecracker-microvm / firectl

firectl is a command-line tool to run Firecracker microVMs
Apache License 2.0
472 stars 73 forks source link

Use JailerCommandBuilder instead of JailerConfig directly #62

Closed radekg closed 3 years ago

radekg commented 3 years ago

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?

radekg commented 3 years ago

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