diff --git a/RandomData-DS.sh b/RandomData-DS.sh
deleted file mode 100755
index 785f8797025565a359b12d93da01a135f2e88ae6..0000000000000000000000000000000000000000
--- a/RandomData-DS.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-runThis=$(basename ${0})
-runThis=${runThis//.sh/.py}
-if [ -f ${runThis} ]; then
-    myDir=${PWD}
-else
-    myDir=${PWD}/$(dirname ${0})
-fi
-
-if [ ${#} -eq 1 ]; then
-    instance="${1}"
-else
-    echo "The instance of this device server must be provided!"
-    exit -1
-fi
-containerPath=${myDir//${HOME}\//\/hosthome\/}
-docker exec -it itango python3 ${containerPath}/${runThis} ${instance}