Merge pull request #106 from stevenvanrossem/master
[osm/vim-emu.git] / utils / docker / entrypoint.sh
1 #! /bin/bash -e
2 set -x
3
4 #cp /containernet/util/docker/entrypoint.sh /tmp/x.sh
5 #cat /tmp/x.sh | awk 'NR==1{print; print "set -x"} NR!=1' > /conteinernet/util/docker/entrypoint.sh
6
7 # this cannot be done from the Dockerfile since we have the socket not mounted during build
8 # this image is needed for the monitoring in son-emu
9 echo 'Pulling the "google/cadvisor" image ... please wait'
10 docker pull 'google/cadvisor'
11
12 exec /containernet/util/docker/entrypoint.sh $*