Jim Hahn | b3a962f | 2021-05-12 11:33:43 -0400 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | # |
| 3 | # ===========LICENSE_START==================================================== |
| 4 | # Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. |
adheli.tavares | 7abe36c | 2022-02-02 14:53:10 +0000 | [diff] [blame] | 5 | # Modifications copyright (c) 2022 Nordix Foundation. |
Jim Hahn | b3a962f | 2021-05-12 11:33:43 -0400 | [diff] [blame] | 6 | # ============================================================================ |
| 7 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | # you may not use this file except in compliance with the License. |
| 9 | # You may obtain a copy of the License at |
| 10 | # |
| 11 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | # |
| 13 | # Unless required by applicable law or agreed to in writing, software |
| 14 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | # See the License for the specific language governing permissions and |
| 17 | # limitations under the License. |
| 18 | # ============LICENSE_END===================================================== |
| 19 | # |
adheli.tavares | 7abe36c | 2022-02-02 14:53:10 +0000 | [diff] [blame] | 20 | |
| 21 | docker logs policy-api |
| 22 | docker logs simulator |
| 23 | docker logs policy-pap |
danielhanrahan | 7e5b47d | 2022-05-26 15:59:00 +0100 | [diff] [blame^] | 24 | docker logs policy-xacml-pdp |
adheli.tavares | 7abe36c | 2022-02-02 14:53:10 +0000 | [diff] [blame] | 25 | docker logs drools-apps |
| 26 | |
Jim Hahn | b3a962f | 2021-05-12 11:33:43 -0400 | [diff] [blame] | 27 | docker-compose -f ${SCRIPTS}/docker-compose-all.yml down -v |