b18e40671c39c29beae85b0f12046bd0db2ee884
[bottlenecks.git] / testing-scheduler / docker / clean.sh
1 ##############################################################################\r
2 # Copyright (c) 2018 Huawei Technologies Co.,Ltd and others.\r
3 #\r
4 # All rights reserved. This program and the accompanying materials\r
5 # are made available under the terms of the Apache License, Version 2.0\r
6 # which accompanies this distribution, and is available at\r
7 # http://www.apache.org/licenses/LICENSE-2.0\r
8 ##############################################################################\r
9 \r
10 sudo docker rm -f t-scheduler-server \\r
11                   t-scheduler-ui \\r
12                   conductor_conductor-server_1 \\r
13                   conductor_conductor-ui_1 \\r
14                   conductor_dynomite_1 \\r
15                   conductor_elasticsearch_1\r
16 \r
17 sudo docker network rm conductor_default\r
18 \r
19 sudo docker rmi x-lab/testing-scheduler:server \\r
20                 x-lab/testing-scheduler:ui \\r
21                 x-lab/conductor:builder \\r
22                 conductor:ui \\r
23                 conductor:server \\r
24                 elasticsearch:2.4 \\r
25                 v1r3n/dynomite:latest \\r
26                 java:8-jre-alpine \\r
27                 python:2.7 \\r
28                 node:alpine \\r
29                 nginx:latest \\r
30                 java:latest \\r
31 \r
32 echo "--- Clean Finished ---"