gns3-registry/docker/ipterm/cli/Dockerfile
2016-06-16 09:59:15 +02:00

7 lines
125 B
Docker

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