Docker containers on Arista EOS
Docker on EOS In this article we will talk about what is a container, how it is applicable to Arista EOS switches and pulling containers from a public or private repot to run on a Arista physical or virtual device. A docker container is simply a way to abstract and decouple an application from a linux(and now windows) operating system to run as a process on a host machine with the bare minimum requirements. Docker makes creating cloud portable applications extremely easy. So a application can be written from a mac laptop intended to be ran on a Ubuntu container...
Continue reading →