# Running Arista cEOS in GitHub Codespaces

DevFeed: [Running Arista cEOS in GitHub Codespaces](<https://devfeed.tech/articles/running-arista-ceos-in-github-codespaces-11031.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2024/07/arista-eos-codespaces/>)

Published: 2024-07-02T05:30:00Z

Content type: tutorial

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [GitHub](<https://devfeed.tech/topics/github.md>), [container images](<https://devfeed.tech/topics/container-images.md>), [cURL](<https://devfeed.tech/topics/curl.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>)

Tags: [chrome](<https://devfeed.tech/tags/chrome.md>), [container-images](<https://devfeed.tech/tags/container-images.md>), [curl](<https://devfeed.tech/tags/curl.md>), [github](<https://devfeed.tech/tags/github.md>), [netlab](<https://devfeed.tech/tags/netlab.md>), [terminal](<https://devfeed.tech/tags/terminal.md>)

## AI overview

A practical guide to running an Arista cEOS container image in GitHub Codespaces. It explains how to upload a locally downloaded image and how to use Chrome's Network tools to copy the actual download request as cURL for execution in the Codespaces terminal.

## Source excerpt

Yesterday, I explained how you can run netlab examples in GitHub codespaces and mentioned that they work best with vendors who understand the value of frictionless downloads. But what if you'd like to use a device from one of the good guys who provide the container images but require a registration? It turns out the solution is trivial: Read more ...