then you can do the command with multiple -p
options when run the image.
docker run -d -p 5801:5801 -p 5802:5802 .....
Share and learn in the Docker community.
then you can do the command with multiple -p
options when run the image.
docker run -d -p 5801:5801 -p 5802:5802 .....