NVIDIA / container-canary

A tool for testing and validating container requirements against versioned manifests
Apache License 2.0
245 stars 15 forks source link

Improve handling of missing docker in tests #32

Closed jacobtomlinson closed 2 years ago

jacobtomlinson commented 2 years ago

Closes #31.

Adds a more useful error if Canary can't find the docker command on the PATH. Also, fast-failed tests if it is missing to avoid misleading segfaults being printed.