Fairly basic question here: How do I specify which ports are exposed for a container through docker desktop (e.g. a command like docker run -d -p 5000:5000 image)? I have non-technical users so want to stay off the CLI if possible
CodePudding user response:
After you downloaded the image. Click on run
Expand Optional settings
And fill in the required configuration variables.