Sign inSign up

masterbpro/app

By masterbpro

•Updated about 4 years ago

Pretty web application for check update policy

Image
0

162

masterbpro/app repository overview

⁠Simple web application for check seamless updates

You can test Update Policy in k8s or another orchemest instrument

There have 2 tags:

  • v.0.1
  • v.0.2

Each image will return their version on format

{"version":"v.0.1","host":"99932a03c1ab"}

You can run container with command:

docker run -p 8000:8000 -name app -d masterbpro/app:v.0.1

Or with docker-compose file:

version: "3.3"

services:
    app:
        image: masterbpro/app:v.0.1
        container_name: "app"
        restart: always
        ports:
            - "8000:8000"

Tag summary

Content type

Image

Digest

sha256:8f00257e5…

Size

62.8 MB

Last updated

about 4 years ago

docker pull masterbpro/app:v.0.2