Tag: Environment Variables
Browse all articles, tutorials, and guides about Environment Variables
Posts
How Can I Use Environment Variables in docker-compose?
Learn the best ways to manage and use environment variables in docker-compose files, including .env files, variable substitution, and secure practices for real-world projects.
Defining Variables with and without Export in Linux Shell
Understand the difference between regular shell variables and exported environment variables, when to use export, and how variable scope affects scripts and processes.
How to Delete Exported Environment Variables in Linux
Learn different methods to remove environment variables from your current shell session and prevent them from persisting in future sessions.
How Do I Pass Environment Variables to Docker Containers?
Environment variables are a clean way to configure your Docker containers without hardcoding values. This guide shows different methods and when to use each.
Getting an Environment Variable in Terraform Configuration
Learn how to retrieve and use environment variables in Terraform configurations using the `env` function and input variables.