Update Network images doc

This commit is contained in:
Damien A
2024-01-20 23:19:19 +01:00
parent 3158aeeef9
commit 4695111d25

View File

@@ -1,4 +1,12 @@
# Network images
Arista cEOS image can be downlaoded at : arista.com
Example : `ceos-lab-4.30.3M.tar.xz`
Example : `cEOS64-lab-4.31.1F.tar.xz`
---
To import network image on docker :
```bash
docker import cEOS64-lab-4.31.1F.tar.xz ceos:4.31.1F
```