In this tutorial, we’ll look at how to quickly set up your GitLab server on Docker containers behind an NGINX reverse proxy. It is assumed that you already have the Docker and Compose application containerization engine installed, as well as
Continue readingCategory: Docker
Running Elastic stack (ELK) in Docker containers with Docker Compose
The Elastic Stack (ELK) consists of 3 open source components that work together to implement log collection, analysis, and visualization. The 3 main components are: Elasticsearch is the core of the Elastic software. It is a search and analytical mechanism.
Continue readingHow to run Netbox IPAM in Docker containers
Running Netbox in Docker containers is very easy as it avoids the tedious installation of dependencies like Python, Django, etc. Before you get started, make sure your system is up to date and has the necessary packages installed. 1. Install
Continue reading