mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-22 22:22:24 +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" ]
|