Tag docker in blog posts

kubernetes

An Introduction to the Core Concepts of Kubernetes

Kubernetes is an open-source container orchestration platform that has become the de facto standard for managing containerized applications at scale. Originally developed by Google and now maintained by the Cloud Native Computing Foundation (CNCF), Kubernetes (often abbreviated as “k8s”) provides a robust framework for deploying, scaling, and managing containerized applications across clusters of machines.

docker

Setting Timezone in Alpine-based Docker Image

When creating a Docker image using the Alpine Linux distribution, you may need to set the timezone to match your specific requirements. This is important for accurate timestamps in logs, scheduled tasks, and other time-sensitive operations. In this post, we’ll look at how to set the timezone in an Alpine-based Docker image using the Dockerfile.

docker

Simplifying Docker Compose with .env Files

Docker Compose is a powerful tool for defining and running multi-container Docker applications. It allows developers to specify their application’s services, networks, and volumes in a single docker-compose.yaml file, making it easy to manage complex setups. However, as your project grows, managing environment variables for different services can become cumbersome. This is where the .env file comes to the rescue, providing a cleaner and more organized way to handle configuration.

Tag docker in projects

laravel

Sportske Prognoze: A Hobby Project

Sportske Prognoze is a personal hobby project that blends passion for sports with modern web development. The website is designed to provide sports forecasts and related insights, ensuring clarity and ease of use for its visitors.