firecracker-microvm / firectl

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

firectl uses a hardcoded firecracker API socket path #3

Closed nmeyerhans closed 5 years ago

nmeyerhans commented 5 years ago

Firectl uses ./firecracker.sock as the firecracker API socket path. This is hardcoded and there's no mechanism for overriding it. This should be fixed:

srikantpatnaik commented 5 years ago

This is a must needed flag. For now, I get around by creating a separate directory for each firecracker.sock file.

IRCody commented 5 years ago

Closing since this option was added in #11. @srikantpatnaik: Hopefully this meets your needs, if not let us know!

srikantpatnaik commented 5 years ago

@IRCody Built and tested. Works as expected. Thanks.