Kontena Vagrant Plugin
This plugin provides support for Vagrant provisioning to Kontena CLI. Easiest way to test full Kontena Platform setup locally.
System Requirements
Installation
$ kontena plugin install vagrant
Commands
Vagrant Master
$ kontena vagrant master
Usage:
kontena vagrant master [OPTIONS] SUBCOMMAND [ARG] ...
Parameters:
SUBCOMMAND subcommand
[ARG] ... subcommand arguments
Subcommands:
create Create a new Vagrant master
ssh SSH into Vagrant master
start Start Vagrant master
stop Stop Vagrant master
restart Restart Vagrant master
terminate Terminate Vagrant master
Options:
-h, --help print help
Vagrant Node
$ kontena vagrant node
Usage:
kontena vagrant node [OPTIONS] SUBCOMMAND [ARG] ...
Parameters:
SUBCOMMAND subcommand
[ARG] ... subcommand arguments
Subcommands:
create Create a new node to Vagrant
ssh Ssh into Vagrant node
start Start Vagrant node
stop Stop Vagrant node
restart Restart Vagrant node
terminate Terminate Vagrant node
Options:
-h, --help print help
Contributing
- Fork it ( https://github.com/kontena/kontena-plugin-vagrant )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
License
Kontena is licensed under the Apache License, Version 2.0. See LICENSE for full license text.