bug fixing uCPE
[eliot.git] / blueprints / uCPE / cadvisorsetup.sh
diff --git a/blueprints/uCPE/cadvisorsetup.sh b/blueprints/uCPE/cadvisorsetup.sh
deleted file mode 100644 (file)
index fd4e395..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/bash -ex
-##############################################################################
-# Copyright (c) 2019 Huawei Tech and others.
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
-
-HOSTNAME=`hostname`
-sudo docker run  \
- --volume=/:/rootfs:ro \
- --volume=/var/run:/var/run:ro \
- --volume=/sys:/sys:ro \
- --volume=/var/lib/docker/:/var/lib/docker:ro \
- --volume=/dev/disk/:/dev/disk:ro \
- --publish=8081:8080 \
- --detach=true \
- --name=cadvisor-${HOSTNAME} \
- google/cadvisor:latest
-