Tag: environment variable

How to Set Docker Environment Variables

November 24, 2022

Docker environment variables are a practical way of externalizing containerized app configuration. This article shows you how to set Docker environment variables in the Dockerfile, and override them using Docker CLI and Docker Compose.

Read more

Linux: Add a Directory to PATH

September 22, 2022

PATH is an environmental variable that shows Linux where to search for executables. Read this guide and learn how to add a directory to PATH.

Read more

Jenkins Environment Variables: Ultimate Guide

December 23, 2021

Jenkins is an open-source automation server used for automating code development. In this tutorial, we show you how to use environment variables in Jenkins to make automation even easier.

Read more

How to Use Environment Variables with Helm Charts

February 24, 2021

Helm charts are used to collect and package Kubernetes resources into simple and efficient clusters.
In this tutorial, learn how you can incorporate environment variables into your Kubernetes apps by using Helm charts.

Read more

How to Set Environment Variables in MacOS

January 18, 2021

Environment variables store values that help build the system environment and run processes.
In this tutorial, learn how to set, view, and unset environment variables in macOS.

Read more