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