chef-init icon indicating copy to clipboard operation
chef-init copied to clipboard

PID1 for your Chef containers

Results 5 chef-init issues
Sort by recently updated
recently updated
newest added

Sometimes a service that is started by chef-init leaks child processes, creating zombie processes. When the service process ends, these processes are "pushed up" to the chef-init process. This is...

Env: Chef Development Kit for RHEL: 0.4.0 Knife Container gem present. Issue: knife container docker init works but build fails: /bin/sh: chef-init: command not found Logs : Resolving cookbook dependencies......

Rewrite provider setter and getter to avoid that service resource define in recipes can change provider. For example this snippet in php5-fpm::install recipe: ``` ruby #Enable and Restart PHP5-FPM service...

On startup of a chef-container based docker container, suppose chef-init can't connect to chef server for some reason. So chef-init shows errors and will exit. Do the services defined in...

chef-init has issues with services startups during the build process. Here is an example that will not work: ``` knife container docker init demo/tomcat -r 'recipe[tomcat]' -z -b knife container...