Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tries to pull image from arista/ceos:latest when running locally #55

Open
joshniec opened this issue Nov 3, 2024 · 0 comments
Open

Comments

@joshniec
Copy link

joshniec commented Nov 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant