Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LXD support #288

Merged
merged 1 commit into from
Jan 16, 2017
Merged

Conversation

jiazio
Copy link
Contributor

@jiazio jiazio commented Jan 6, 2017

Support scanning LXD Container .

@kotakanbe
Copy link
Member

@jiazio

Thanks for sending P/R.
How do I specify the container type in config.toml?

@jiazio
Copy link
Contributor Author

jiazio commented Jan 11, 2017

Sorry, I forgot to describe how to config. You can specify the container type as follows.

[servers]

[servers.localhost]
host    = "127.0.0.1"
port    = "22"
user    = "ubuntu"
keyPath = "/home/ubuntu/.ssh/id_rsa"
containers = ["${running}"]
[servers.localhost.container]
type    = "lxd"

@kotakanbe
Copy link
Member

@jiazio

Thanks!
I tested and confirmed that it works.
I will modify the README at a later date.

I appreciate your contribution.

@kotakanbe kotakanbe merged commit 910385b into future-architect:master Jan 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants