User Tools

Site Tools


networking:containerlab

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
networking:containerlab [2025/12/03 12:55] – [SETUP] v1ctornetworking:containerlab [2025/12/03 13:53] (current) – [SETUP] v1ctor
Line 3: Line 3:
 ==== SETUP ==== ==== SETUP ====
  
-On the Linux machine, download the Docker image and then import it:+On the Linux machine, download the Docker image and then import it. Some useful Docker commands:
 <code bash> <code bash>
 docker import cEOS-lab-4.34.3.1M.tar.xz ceos:4.34.3.1M docker import cEOS-lab-4.34.3.1M.tar.xz ceos:4.34.3.1M
 docker images # should be visible here docker images # should be visible here
 +
 +docker ps     # show all running containers
 +docker ps -a  # show all containers, including stopped ones. Docker keeps its filesystem, metadata and
 +              # reference to the image until you explicitly remove it
 +
 +docker rm <container_id>  # removes the container
 +docker rmi <image_id>     # removes the image 
 </code> </code>
  
networking/containerlab.1764766544.txt.gz · Last modified: by v1ctor