Home > Blockchain >  Configure Docker Desktop's run command
Configure Docker Desktop's run command

Time:09-23

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

enter image description here

Expand Optional settings

enter image description here

And fill in the required configuration variables.

enter image description here

  • Related