Search Suggest

Virtual Machine
Virtual Machine

Docker Compose + Python + Flask Example

On this page you build a simple Python web application running on Docker Compose. The application uses the Flask framework and maintains a hit counte…

Docker + PHP Application Example

We can run php application using docker. In the following steps, we are creating and running php application. Create a directory Create a directory t…

Docker + Java Application Example

As, we have mentioned earlier that docker can execute any application. Here, we are creating a Java application and running by using the docker. This…

install virtual marchine (KVM)

Install virtual marchine 1.  sudo apt-get install qemu-kvm libvirt-bin bridge-utils virt-manager 2. sudo adduser  name  libvirtd sudo adduser hades l…