Chef 11 server running on CentOS 6.5
2.1K
This is Chef server image running on CentOS 6.5 VM.
Usage
With log output:
$ docker run --privileged --name chef-server -d -v ~/chef-logs:/var/log -v ~/install-chef-out:/root -p 4443:4443 imtiaz/chef-server
Without logs:
$ docker run --privileged --name chef-server -d -p 4443:4443 imtiaz/chef-server
Once the Chef server is configured, you download the Knife admin keys here:
$ curl -Ok https://IP:4443/knife_admin_key.tar.gz
Then un-tar that archive and point your knife.rb to the admin.pem and chef-validator.pem files
Credit: [https://github.com/c-buisson] for coming up with the Ubuntu version of the image.
Content type
Image
Digest
sha256:41f59bbf4…
Size
579.2 MB
Last updated
almost 11 years ago
docker pull imtiaz/chef-server