Browsed by
Category: Virtualization

Docker: Running Apache Web Server In A Container

Docker: Running Apache Web Server In A Container

This is my second post for this blog series on Docker. If you haven’t already read my previous post, I highly recommend you to read that article first. Here, I’m going to dive a little deeper into container management by working on a further complicated application and advanced features of docker. Until now, I’ve already covered the introduction, basic container usage and default networking in docker. So, let’s now get into more advanced concepts in container virtualization. For this post,…

Read More Read More

Docker: How To Get Started With Containers in Ubuntu

Docker: How To Get Started With Containers in Ubuntu

Are you a Software developer, or a DevOps engineer, or an IT student, or simply a tech-enthusiast? If yes, my guess is that you already know what containers are and how the Docker project is making it better. Unlike virtual machines, which run on their own kernel modules regardless of their hypervisor‘s kernel; containers utilize the single common kernel to run the multiple instances of operating systems. And the upside to using containers are definitely low memory and CPU consumption,…

Read More Read More

Running vSRX Within GNS3 In Ubuntu

Running vSRX Within GNS3 In Ubuntu

Hello and welcome back! In this blog, I’m going to cover a little different topic than my previous ones. This time, it’s about setting up Juniper‘s vSRX within GNS3 in Ubuntu. To briefly introduce the involved subjects; vSRX is the virtual firewall appliance made by Juniper Networks, GNS3 is the best open-source network simulation software and Ubuntu is one of the most widely used Linux based operating systems. Installing GNS3 Installing GNS3 in Ubuntu is quite simple and easy. In…

Read More Read More

Adding Networking in Vmware vSphere

Adding Networking in Vmware vSphere

Hello and welcome! In this post, I’m going to add a new networking in Vmware vSphere. Networking is one of the most important aspects of any virtual or physical platform and reflecting the real-time requirements of networking in virtual environment is equally challenging. Each virtualization platform has its own approach towards networking and offers its own suite of features and services for that purpose. Here, I’m mainly focusing on Vmware vSphere. Adding Networking in VMware First, select the Vmware Host or Cluster in…

Read More Read More

Creating VM in Vmware

Creating VM in Vmware

Hello! Thank you for visiting my blog. In this post, I’m explaining about how to create a VM in Vmware vSphere. Creating VM in VMware Vsphere To begin the VM creation process, first login to the vsphere client and browse the Datastore. Within the datastore, browse the folder where you store your ISO images and upload your ISO images to it. After the upload is completed, create a new virtual machine by simply entering Ctrl + N or right clicking on…

Read More Read More