«   2025/03   »
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31
Recent Posts
Today
Total
03-10 00:21
300x250
관리 메뉴

변군이글루 블로그(Development)

docker nettools 본문

리눅스

docker nettools

변군Dev 2023. 1. 25. 15:38
728x90

docker nettools

docker run -it --rm --name nettools -h nettools anti1346/ubuntu-nettools:latest
>docker run -it --rm --name nettools -h nettools anti1346/ubuntu-nettools:latest
root@nettools:~$ date
Wed Jan 25 06:31:23 UTC 2023

 

docker run -it --rm --net=host --cap-add net_admin anti1346/ubuntu-nettools:latest
>docker run -it --rm --net=host --cap-add net_admin anti1346/ubuntu-nettools:latest
root@docker-desktop:~$ date
Wed Jan 25 06:34:52 UTC 2023

 

참고URL

- github : https://github.com/anti1346/ubuntu-nettools.git

 

728x90