Try doing this, It will help you expose one part :
docker run -p <host_port>:<container_port>
If you want to have multiple ports exposed try this command :
docker run -p <host_port1>:<container_port1> -p <host_port2>:<container_port2>
looks like you may need professional help in docker, try out this docker training course.