Sign inSign up

novalagung/hello-world

By novalagung

Updated about 6 years ago

Image
0

1.2K

novalagung/hello-world repository overview

Hello World Sample App

Nothing much, except starting a web server at certain port.

How to run

docker build --no-cache -t hello-world .
docker run -it -e PORT=8085 -e INSTANCE_ID=some-text -p 8085:8085 novalagung/hello-world

Author

Noval Agung Prayogo

Tag summary

Content type

Image

Digest

Size

142.1 MB

Last updated

about 6 years ago

docker pull novalagung/hello-world