How to EXPOSE Port on running container

then you can do the command with multiple -p options when run the image.

docker run -d -p 5801:5801 -p 5802:5802 .....
1 Like