Peter Lim
Peter Lim

Reputation: 53

Configure Docker Desktop's run command

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

Answers (1)

W.S.
W.S.

Reputation: 1505

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

Upvotes: 2

Related Questions