You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
When running the labs locally, containerlab failed when attempting to run the ceos image with:
In order to fix this I had to login to my Arista account, download an image, and import it into docker with
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
Then in the topology.yml file, change
kinds.ceos.image:
toarista/ceos:4.32.2F
The text was updated successfully, but these errors were encountered: