10 lines
198 B
Docker
Raw Normal View History

2016-06-16 09:59:15 +02:00
# docker image with basic networking tools
FROM gns3/ipterm-base
# add a dummy layer to get an updated container timestamp
RUN /bin/true
2016-06-16 09:59:15 +02:00
VOLUME [ "/root" ]
CMD [ "sh", "-c", "cd; exec bash -i" ]