In CoreOS, use thedocker run -d -P xxx /run.sh
Running the container, 3000 ports are opened in the container, but there is no mapping on the host.Dockinspect container name
See the port mapping list is also empty, but usedocker run -d -p 0.0.0.0::3000 xxx /run.sh
You can map the ports. That is,-P
No, on CentOS7, is this a BUG in CoreOS-!
I have been using Centos7.2 all the time and have not encountered any problems raised by the landlord.