-
-
Save jwkidd3/bc57d1fc3b7a26590ee9bf50e79f8aaf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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