I am trying to run the HaProxy image. I have the following dockerfile: ``` FROM haproxy:1.7 COPY haproxy.cfg /user/local/etc/haproxy/haproxy.cfg ``` But I consistently get this when I run it:  I have also tried using just `from haproxy`.