Pretty web application for check update policy
162
You can test Update Policy in k8s or another orchemest instrument
There have 2 tags:
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"
Content type
Image
Digest
sha256:8f00257e5…
Size
62.8 MB
Last updated
about 4 years ago
docker pull masterbpro/app:v.0.2