Month: October 2022

How to install Grafana Loki using Bash Shell Script on uhbuntu 22.04 LTS

  In this post, We will install Grafana Loki using Bash Shell Script on ubuntu 22.04 LTS  Step 1: Create bash script named grafana-loki.sh You need to use the any text editor to create a black grafana-loki bash shell script, Use the following command for the same. vim grafana-loki.sh Step 2: Paste the follwing command  […]

How to build Python3 docker image using linux

In this post, We will build the python3 docker image, Use the following command for the same. Step 1: Create a Dockerfile You need to create a Dockerfile using any text editor like vim. Step 2: Paste the following command. Step 3: Execute the docker build command In order to execute the docker build command […]

Scroll to top