networking:containerlab
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| networking:containerlab [2025/12/03 12:55] – [SETUP] v1ctor | networking: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: | docker import cEOS-lab-4.34.3.1M.tar.xz ceos: | ||
| 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 < | ||
| + | docker rmi < | ||
| </ | </ | ||
networking/containerlab.1764766544.txt.gz · Last modified: by v1ctor
