Browsing tag

centos 7

Top Important Docker Commands – Working with Docker Containers

This tutorial is a bit old and needs an update. An updated post is available here: Top 17 Important Docker Commands. In this post, we will be working with Docker container CLI, to interact with Docker containers. This guide focuses on important commands that we use generally in Docker environment. Before going ahead, take a […]

How To Install Docker on CentOS 7 / RHEL 7

Docker is a container virtualization technology that has gained widespread popularity in recent times; it offers a more efficient way to deploy the application. With Docker, the applications reside inside the container on top of the Linux operating system. Docker uses Kernel features such as cgroups and namespace to allow an independent container to run […]

Configure Kibana 4 with Nginx | Securing Kibana 4 – CentOS 7

In this tutorial we will be looking how to configure kibana 4 with Nginx. On version 4, kibana can be started as a standalone service instead of configuring Nginx to serve kibana installation. There are two advantages when we configure Kibana 4 with Nginx, 1. Kibana 4 normally listens on port 5601 and it is […]