[root@songcg haproxy]# docker run -it -d -p 4003:8888 ‐p 4002:3306 ‐v /home/soft/haproxy:/usr/local/etc/haproxy ‐‐name h1 ‐‐privileged ‐‐net=net1 ‐‐ip 172.18.0.7 haproxy
/usr/bin/docker-current: Error parsing reference: “‐p” is not a valid repository/tag: invalid reference format.
See ‘/usr/bin/docker-current run --help’.
我是把老师的脚本拷贝过来的, 直接执行, 报这个错,找了半天,不知道什么原因