Skip to content

Build a Docker Container from a Docker Image

Wyatt Barnes edited this page Dec 5, 2018 · 1 revision
docker run -p <port-in-container>:<port-on-local-machine> name-of-image

Clone this wiki locally