Sign inSign up

ikolomiyets/demo-policy

By ikolomiyets

Updated about 3 years ago

Demo Policy

Image
0

3.3K

ikolomiyets/demo-policy repository overview

Demo Policy Application

Serves a single endpoint at GET /policies, returning list of hardcoded objects that mimic the basic policy information.

Building the image

In order to build the image run the following

docker build -t demo-policy .

Starting the Demo Frontend container

You can start the Demo Customer container using the following command:

docker run --name demo-policy --network sandbox demo-policy

The above command assumes that network sandbox exists in your docker environment.

If not it could be created with the following command:

docker network create sandbox

Tag summary

Content type

Image

Digest

sha256:b605c2a72

Size

123.8 MB

Last updated

about 3 years ago

docker pull ikolomiyets/demo-policy