mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-06 12:58:42 +00:00
7 lines
125 B
Docker
7 lines
125 B
Docker
|
# docker image with basic networking tools
|
||
|
|
||
|
FROM gns3/ipterm-base
|
||
|
|
||
|
VOLUME [ "/root" ]
|
||
|
CMD [ "sh", "-c", "cd; exec bash -i" ]
|