Cleanup: Removed depricated Docker build scripts and test scripts.
[osm/vim-emu.git] / utils / docker / entrypoint.sh
diff --git a/utils/docker/entrypoint.sh b/utils/docker/entrypoint.sh
deleted file mode 100755 (executable)
index 4349efd..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /bin/bash -e
-set -x
-
-#cp /containernet/util/docker/entrypoint.sh /tmp/x.sh
-#cat /tmp/x.sh | awk 'NR==1{print; print "set -x"} NR!=1' > /conteinernet/util/docker/entrypoint.sh
-
-# this cannot be done from the Dockerfile since we have the socket not mounted during build
-# this image is needed for the monitoring in son-emu
-#echo 'Pulling the "google/cadvisor" image ... please wait'
-#docker pull 'google/cadvisor'
-
-exec /containernet/util/docker/entrypoint.sh $*