https://github.com/zhum/lxd-manager
https://github.com/zhum/lxd-manager
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhum/lxd-manager
- Owner: zhum
- License: mit
- Created: 2021-06-16T07:45:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T08:22:21.000Z (over 4 years ago)
- Last Synced: 2025-03-25T22:43:51.160Z (over 1 year ago)
- Language: Ruby
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Lxd::Manager
This is a gem to interact with LXD container manager.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'lxd-manager'
```
And then execute:
$ bundle install
Or install it yourself as:
$ gem install lxd-manager
## Usage
Console usage (just for example): `lxd-manager`. This example can create, delete, start, stop and list containers.
After sucessfull container creation it starts automatically, then nginx-proxy is created (nginx-modsite script is required),
and xinetd ssh port-forward.
You can use the gem to create your own tools.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/zhum/lxd-manager. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/zhum/lxd-manager/blob/master/CODE_OF_CONDUCT.md).
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).