Closed gregkare closed 8 years ago
I've been getting this error when running knife-inspect in a Docker container (based on the ruby:2.2 image)
NameError: uninitialized constant Chef::Knife::Inspect::HealthInspector
I haven't been able to reproduce this outside of a Docker container. I do not know what is causing this but explicitly adding a root prefix to HealthInspector makes sense
HealthInspector
I've been getting this error when running knife-inspect in a Docker container (based on the ruby:2.2 image)
I haven't been able to reproduce this outside of a Docker container. I do not know what is causing this but explicitly adding a root prefix to
HealthInspector
makes sense