Sign inSign up

231116/myapp

By 231116

Updated over 7 years ago

demo app to clients

Image
1

313

231116/myapp repository overview

Simple content storage & running enabled 8443 port . It is self-Signed Certificate.

Below are command used to run this image

  1. Bridge Network on single host

docker container run -dit --name mynewapp -p 8081:8080 -p 8082:8443 docker.io/231116/myapp:v1

  1. Docker Swarm - Overlay network on multiple worker nodes

docker service create --name application -p 8081:8080 -p 8082:8443 --replicas 3 --constraint 'node.role == worker' docker.io/231116/myapp:v1

Tag summary

Content type

Image

Digest

Size

193.4 MB

Last updated

over 7 years ago

docker pull 231116/myapp:v1