Reputation: 53
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
Upvotes: 1
Views: 1465
Reputation: 1505
After you downloaded the image. Click on run
Expand Optional settings
And fill in the required configuration variables.
Upvotes: 2