Details
-
Story
-
Status: Closed
-
Medium
-
Resolution: Done
-
None
-
None
-
Policy 25/05/22-08/06/22
Description
When executing some CSIT's, this following output is displayed, instead of the logs:
++ docker logs apex-pdp Error: No such container: apex-pdp
This is because the container names in the docker-compose file do not all match the names used in the teardown scripts in the CSIT's.
For example, the apex-pdp teardown.sh says:
docker logs apex-pdp
while the container name is defined as policy-apex-pdp in docker-compose-all.yml