FROM registry.fedoraproject.org/fedora

LABEL name="greeter" \
      description="Simple image for testing purposes"

CMD echo Hello!
