Serves a single endpoint at GET /policies, returning list of hardcoded objects that
mimic the basic policy information.
In order to build the image run the following
docker build -t demo-policy .
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
Content type
Image
Digest
sha256:b605c2a72…
Size
123.8 MB
Last updated
about 3 years ago
docker pull ikolomiyets/demo-policy