Skip to content

Instantly share code, notes, and snippets.

@jwkidd3
Created June 4, 2018 21:45
Show Gist options
  • Save jwkidd3/bc57d1fc3b7a26590ee9bf50e79f8aaf to your computer and use it in GitHub Desktop.
Save jwkidd3/bc57d1fc3b7a26590ee9bf50e79f8aaf to your computer and use it in GitHub Desktop.
sudo curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -c current -P chefdk
sudo rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
sudo yum update -y
sudo yum install docker-io -y
sudo service docker start
sudo chkconfig docker on
place in .bash_profile
alias docker="sudo /usr/bin/docker"
docker run hello-world
chef gem install kitchen-docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment