X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=utils%2Fdocker%2Fentrypoint.sh;h=4349efdd3d1156d9ed7e534a913f6d2e27c4ad1b;hb=e8d86281d07a5b20aade47b0cd2a450b8af62113;hp=580762f5b6db7c3b01d4c0765bd7ac46b00134fe;hpb=2f22ebc9f777f47ff7c7792960e5169b7cab73f3;p=osm%2Fvim-emu.git diff --git a/utils/docker/entrypoint.sh b/utils/docker/entrypoint.sh index 580762f..4349efd 100755 --- a/utils/docker/entrypoint.sh +++ b/utils/docker/entrypoint.sh @@ -1,7 +1,12 @@ #! /bin/bash -e set -x -#cp /dockernet/util/docker/entrypoint.sh /tmp/x.sh -#cat /tmp/x.sh | awk 'NR==1{print; print "set -x"} NR!=1' > /dockernet/util/docker/entrypoint.sh +#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 -exec /dockernet/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 $*