0% found this document useful (0 votes)
120 views

Docker Image Pull Command

This document provides instructions for pulling several Docker images including net_toolbox, Ubuntu, and trex. It explains how to run the trex Docker image interactively in a privileged mode and mapping ports for GUI access. It also includes pulling the gns3/network_automation image.

Uploaded by

Praveen Rai
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
120 views

Docker Image Pull Command

This document provides instructions for pulling several Docker images including net_toolbox, Ubuntu, and trex. It explains how to run the trex Docker image interactively in a privileged mode and mapping ports for GUI access. It also includes pulling the gns3/network_automation image.

Uploaded by

Praveen Rai
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 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