Skip to content

heathsnow/docker_chef_workstation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

chef_workstation

Share a Chef workstation between users for consistancy. No more WOMM!

Base

  • Ubuntu 14.04

Installs

  • bundler
  • chefdk
  • chef-provisioning-vsphere
  • aws cli
  • packer

How to use this image

Example

docker run -it -v /path/to/cookbooks:/chef -v /path/to/configs_and_keys:/root/.chef/ heathsnow/chef_workstation

Now you can do the things! Such as. . .

# Bundler
$> cd /chef/my_cookbook
$> bundle install
# Knife
#> knife environment show dev -c /chef/knife.rb
# Chef
$> chef -v
# Packer
$> packer -v
# AWS CLI
$> aws help

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-install)
  3. Write your change
  4. Run the tests, ensuring they all pass
  5. Submit a Pull Request

Author

Author:: Heath Snow ([email protected])

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages