gns3-registry/docker/ipterm/cli/Dockerfile

7 lines
125 B
Docker
Raw Normal View History

2016-06-16 07:59:15 +00:00
# docker image with basic networking tools
FROM gns3/ipterm-base
VOLUME [ "/root" ]
CMD [ "sh", "-c", "cd; exec bash -i" ]