Sign inSign up

pulumatichandu/chef-server

By pulumatichandu

Updated almost 8 years ago

Chef server

Image
1

994

pulumatichandu/chef-server repository overview

This is Docker for chef-server and can be used for practicing chef

use the below command to run the docker on your work station.

docker run -d --hostname -p 222:22 -p 40:80 -p 443:443 --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro chef-serever

Make sure you have the above ports available (222,40,443) on the workstation or server where you are running the docker, if these ports are already in use you change them according to the availability.

credentials for administration of the server username : root passowrd : password

create an organization and user of your choice and run the below command to initialize the chef server.

chef-server-ctl reconfigure

Tag summary

Content type

Image

Digest

Size

916.3 MB

Last updated

almost 8 years ago

docker pull pulumatichandu/chef-server