Skip to content

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

@joshniec

Description

@joshniec

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions