Sign inSign up

singh1469/hello-world

By singh1469

•Updated about 6 years ago

docker run -it -p 3000:3000 <image-id>

Image
0

10K+

singh1469/hello-world repository overview

⁠Hello World

⁠Why another one?

Because I couldn't find a minimilistic container to return the following:

{
  message: "Hello Word",
  date: "2018-07-14T12:41:21.981Z"
}

⁠Run it by

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

⁠License

MIT

Tag summary

Content type

Image

Digest

Size

253.8 MB

Last updated

about 6 years ago

docker pull singh1469/hello-world