docker run -it -p 3000:3000 <image-id>
10K+
Because I couldn't find a minimilistic container to return the following:
{
message: "Hello Word",
date: "2018-07-14T12:41:21.981Z"
}
docker run -it -p 3000:3000 <image>
image=singh1469/hello-world:latest
OR
Clone repo and run docker build -it hello-world . giving you a local image-name hello-world
MIT
Content type
Image
Digest
Size
253.8 MB
Last updated
about 6 years ago
docker pull singh1469/hello-world