# docker image with basic networking tools FROM gns3/ipterm-base VOLUME [ "/root" ] CMD [ "sh", "-c", "cd; exec bash -i" ]