docker build -t linuxdynasty/hello-world-service:latest .
docker push linuxdynasty/hello-world-service
- To test that it is running.
docker run -p "80:80" linuxdynasty/hello-world-service:latest
STATSD_EXPORTER
defaults to127.0.0.1:9125
docker build -t linuxdynasty/hello-world-service:latest .
docker push linuxdynasty/hello-world-service
docker run -p "80:80" linuxdynasty/hello-world-service:latest
STATSD_EXPORTER
defaults to 127.0.0.1:9125