[Container-tools] vagrant-adbinfo Plugin Version 0.1.0 Released

Brian (bex) Exelbierd bex at pobox.com
Tue Jan 19 17:39:46 UTC 2016


Version 0.1.0 of the vagrant-adbinfo plugin[1] has been released by 
Project Atomic.

The vagrant-adbinfo plugin works in conjunction with the Atomic 
Developer Bundle (ADB)[2] to provide a Linux container development 
environment.  The plugin is used to display the configuration 
information of services present in ADB. At the moment, plugin displays 
the configuration details for the Docker daemon running inside of the 
ADB. This information can be used  by a docker-cli client or by an IDE, 
such as Eclipse[3], to interact with the ADB.

Notable Changes in this release include:

- Added gemspec in Gemfile to enable bundler packaging @lalatendumohanty
- Fix#67: OS is not a module (TypeError) on Windows @budhrg
- Update ADB box Atlas namespace to projectatomic/adb @lalatendumohanty
- Update README to reflect latest code and project goals @bexelbie
- Update Vagrantfile for QuickStart guide @navidshaikh
- Fix#66: Added CHANGELOG.md to repository @navidshaikh

Example Execution:

$ curl 
https://raw.githubusercontent.com/projectatomic/vagrant-adbinfo/master/Vagrantfile 
 > Vagrantfile
$ vagrant up
$ vagrant adbinfo
# Set the following environment variables to enable access to the
# docker daemon running inside of the vagrant virtual machine:
export DOCKER_HOST=tcp://192.168.33.10:2376
export 
DOCKER_CERT_PATH=/home/nshaikh/vagrant/cdk_19jan/.vagrant/machines/default/virtualbox/.docker
export DOCKER_TLS_VERIFY=1
export DOCKER_MACHINE_NAME=f984cee
# run following command to configure your shell:
# eval "$(vagrant adbinfo)"

vagrant-adbinfo is available via the standard method of plugin 
installation, vagrant plugin install vagrant-adbinfo`.  It is also is 
packaged for Fedora and available from COPR[4].

The future goals of the project including adding configuration 
information for providers (Kubernetes, OpenShift, etc.) running in the 
ADB. The plugin is also being redesigned to use subcommands and is 
subject to a name change debate.

Please join us by using, testing, and contributing to the 
vagrant-adbinfo plugin.

[1]https://github.com/projectatomic/vagrant-adbinfo
[2]https://github.com/projectatomic/adb-atomic-developer-bundle/
[3]http://www.eclipse.org/community/eclipse_newsletter/2015/june/article3.php
[4]https://copr.fedoraproject.org/coprs/nshaikh/vagrant-adbinfo/




More information about the Container-tools mailing list