How To Start Your Network Automation Journey?

My network automation journey started in 2017 after I was promoted to network automation manager.
This is the first presentation that I have prepared and presented to my managers in 2017 regarding network automation 🙂
I hope this information will be helpful to start your network automation journey ;)… Read More How To Start Your Network Automation Journey?

Rate this:

Cisco IOS EEM – Embedded Event Manager Overview

EEM (Embedded Event Manager) is an IOS technology integrated with Cisco IOS Software.
EEM is a powerful and flexible tool to automate tasks and customize the behavior of Cisco IOS.
You can use EEM to create and run programs or scripts directly on a router or switch.… Read More Cisco IOS EEM – Embedded Event Manager Overview

Rate this:

How to use Top Docker commands to add or remove Images and Containers

Today, I will talk about the Top Docker Commands that you will be using frequently while you are working with Docker. Docker Version$ sudo docker –version Add and run Image$ sudo docker run <image> List Containers $ sudo docker container ls -a List Containers $ sudo docker ps -a Remove Container$ sudo docker container rm… Read More How to use Top Docker commands to add or remove Images and Containers

Rate this:

Top Docker commands to add or remove Images and Containers

Today, I will talk about the Top Docker Commands that you will be using frequently while you are working with Docker. Docker Version$ sudo docker –version Add and run Image$ sudo docker run <image> List Containers $ sudo docker container ls -a List Containers $ sudo docker ps -a Remove Container$ sudo docker container rm… Read More Top Docker commands to add or remove Images and Containers

Rate this:

Are you know the difference between LXC vs LXD vs Docker Containers? let’s see it.

Types of containers: System containers (as run by LXD) are similar to virtual or physical machines. They run a full operating system inside them, you can run any type of workload, and you manage them exactly as you would a virtual or a physical machine. System containers could host several applications within a single system… Read More Are you know the difference between LXC vs LXD vs Docker Containers? let’s see it.

Rate this: