I’m getting the same error. running on CentOS 7 as the host, and CentOS 7 as the container image.
I am creating the container using the following command:
docker create centos:7.6.1810 --mount
/Docker/BASE:/HFS -p 10.10.10.12:8800:80
-p 10.10.10.12:4400:443 /bin/bash
The create works just fine.
Note that I did change the IP address in the above command.
But, when I attempt to start the new container, I get the folllowing error on the command line:
Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused “exec: “–mount”: executable file not found in $PATH”: unknown
Error: failed to start containers: e287091af6dc
But, I get the same errors posted by the creator of this thread, inside of the /var/log/messages file.
I have logging set to debug, with all output going to the /var/log/messages file.
In addition to the original posters comments, I am also getting these logfile entries:
kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth4358470: link becomes ready
kernel: docker0: port 2(veth4358470) entered blocking state
kernel: docker0: port 2(veth4358470) entered forwarding state
dockerd: time=“2019-04-18T12:51:17.746586086-04:00” level=debug msg=“sandbox set key processing took 167.323401ms for container e287091af6dc0f744097284e98cfdc958c97b0634e3626d78f38ae5f349390f6”
NetworkManager[4643]: [1555606277.7468] device (veth4358470): carrier: link connected
containerd: time=“2019-04-18T12:51:17.839829084-04:00” level=info msg=“shim reaped” id=e287091af6dc0f744097284e98cfdc958c97b0634e3626d78f38ae5f349390f6
dockerd: time=“2019-04-18T12:51:17.852340105-04:00” level=error msg=“stream copy error: reading from a closed fifo”
dockerd: time=“2019-04-18T12:51:17.852396607-04:00” level=error msg=“stream copy error: reading from a closed fifo”
dockerd: time=“2019-04-18T12:51:17.915502629-04:00” level=debug msg=“Revoking external connectivity on endpoint infallible_hellman (78338ce5a25ef25f08be59de418bbf45489eda259fc55847f6e4c7000253c141)”
dockerd: time=“2019-04-18T12:51:17.919030220-04:00” level=debug msg=“DeleteConntrackEntries purged ipv4:0, ipv6:0”
kernel: docker0: port 2(veth4358470) entered disabled state
dockerd: time=“2019-04-18T12:51:18.100602888-04:00” level=debug msg=“Releasing addresses for endpoint infallible_hellman’s interface on network bridge”