Configure Docker Desktop's run command

Viewed 16

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

1 Answers

After you downloaded the image. Click on run

enter image description here

Expand Optional settings

enter image description here

And fill in the required configuration variables.

enter image description here

Related