Skip to content

boundary/vagrant-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TrueSight Pulse Vagrant Docker

Configures a virtual machine with a Docker daemon running at localhost:2375 for testing TrueSight Pulse Plugin for Docker.

Prerequistes

  • Vagrant 1.72. or later, download here
  • Virtual Box 4.3.26 or later, download here
  • git 1.7 or later

Installation

Prior to installation you need to obtain in your TrueSight Pulse API Token. The API Token is available by logging into your TrueSight Pulse account and navigating to Settings -> Account.

  1. Clone the GitHub Repository:

    $ git clone https://github.com/boundary/truesightpulse-vagrant-docker
  2. Start the virtual machine using your TrueSight Pulse API Token and selecting the virtual machine name (Run vagrant status to list the name of the virtual machines):

    Unix and Linux

     $ API_TOKEN=<TrueSight Pulse API Token> vagrant up <virtual machine name>

    Windows

    C:\Users\demo> set API_TOKEN=<TrueSight Pulse API Token>
    C:\Users\demo> vagrant up <virtual machine name>

    Optionally provide the version of docker you want to install by setting the environment variable DOCKER_VERSION. If the environment variables is not set the Docker version defaults to 1.7.1

  3. Login to the virtual machine

    $ vagrant ssh <virtual machine name>

About

A Vagrant environment for testing TrueSight Pulse Docker plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 92.4%
  • Shell 7.6%