Project

General

Profile

« Previous | Next » 

Revision fa0415f4

Added by Daniel Lobato Garcia over 9 years ago

Show container info even if entrypoint is empty

ENTRYPOINT and CMD might be nil on the container. In this case, the
current code just throws a 500 because it's checking for .any? on a nil
object instead of .present?

  • added
  • modified
  • copied
  • renamed
  • deleted