Initial commit, see README.md for details
This commit is contained in:
commit
aeb96a02a7
10 changed files with 184 additions and 0 deletions
5
client_Dockerfile
Normal file
5
client_Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM ubuntu
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install --yes dnsutils iputils-arping iputils-ping iproute2
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue