X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=utils%2Fdocker%2Fentrypoint.sh;h=1820515dbc31d7cf43342c98781904fb07bf01c6;hb=c89ba38c6bf5ab503515c02c6ed7045320fd0a74;hp=7e72914817b0cfc0cef8d491599573968815aa20;hpb=5877ea26273aed77b51263efb19fc13b70087c25;p=osm%2Fvim-emu.git diff --git a/utils/docker/entrypoint.sh b/utils/docker/entrypoint.sh index 7e72914..1820515 100755 --- a/utils/docker/entrypoint.sh +++ b/utils/docker/entrypoint.sh @@ -4,4 +4,9 @@ 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 $*