-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
When running the labs locally, containerlab failed when attempting to run the ceos image with:
INFO[0000] Pulling docker.io/arista/ceos:latest Docker image
Error: Error response from daemon: pull access denied for arista/ceos, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
In order to fix this I had to login to my Arista account, download an image, and import it into docker with
cat cEOS64-lab-4.32.2F.tar | docker import - arista/ceos:latest
In order for make start to work.
Since the cEOS images aren't on a public container repository, just creating this issue in case anyone else runs into issues building the labs locally.
Or you can import the image as-is into docker with
cat cEOS64-lab-4.32.2F.tar | docker import - arista/ceos:4.32.2F
Then in the topology.yml file, change kinds.ceos.image: to arista/ceos:4.32.2F
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels