Brian

Results 3 issues of Brian

I noticed on the readme, it says: `Snap (Coming soon)`. I didn't see a `snapcraft.yml` or a branch for it in the repo.. Is there a fork or someplace else...

enhancement

The code from the documentation shows: ``` lxd = Hyperkit::Client.new(api_endpoint: "https://lxd.example.com", verify_ssl: false) # Create a new container and start it lxd.create_container("test-container", alias: "ubuntu/trusty/amd64") lxd.start_container("test-container") ``` Assuming that we're running...

The examples in the readme are quite good, however there is not an example that features Port Forwarding. It would be great for folks looking for a comprehensive ufw role...

enhancement
help wanted
question