Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

dc pull adosztal/net_toolbox:latest ----------username/password ---- root/gns3

docker pull gns3/ubuntu

$docker pull trexcisco/trex


$docker run --rm -it --privileged --cap-add=ALL trexcisco/trex:latest
$root@]./t-rex-64 -i
To expose the ports to GUI:

$docker pull trexcisco/trex


$docker run --rm -it --privileged --cap-add=ALL -p 4500:4500 -p 4501:4501 -p
4507:4507 trexcisco/trex:latest
$root@]./t-rex-64 -i

dc pull gns3/network_automation

You might also like