Files
AWS-ContainerLab-Deployment/network_images/network-images.md
2024-01-20 23:19:19 +01:00

13 lines
220 B
Markdown
Executable File

# Network images
Arista cEOS image can be downlaoded at : arista.com
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
```