Explore what a detached HEAD in Git is and how it works.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on Ops
- All
- Docker (57)
- Jenkins (21)
- Git (12)
- Kubernetes (9)
- Series (2)
- Logging (2)
- DevOps (2)
- Deployment Tools (2)
- DevOps Concepts (1)
- Cloud (1)
Setting Up a Jenkins Slave Node
Filed under Jenkins
Understand the concept of distributed builds in Jenkins Architecture and how we can configure Jenkins master-slave architecture.
Kubernetes Deployment vs. StatefulSets
Filed under Cloud, Kubernetes
In this tutorial, we’ll discuss two different ways to deploy our application(pods) on Kubernetes using two resources provided by Kubernetes: Deployment and StatefulSet.
Expose More Than One Port With Docker
Filed under Docker
Learn how to declare more than one port to expose and how to bind the exposed ports with the ports of the host computer
Guide to Jenkins Architecture and Performance Improvements
Filed under Jenkins
Learn how we can configure Jenkins to improve its performance.
Attach and Detach From a Docker Container
Filed under Docker
A Docker container can be run either attached to or detached from the terminal that launched it. We look at how to launch containers and how to retrospectively attach to running containers or detach the terminal without terminating them.
Tips for Creating Efficient Docker Images
Filed under Docker
Learn how to write efficient Docker images and the reasons behind each recommendation
How the Docker Build Cache Works and When Not to Use It
Filed under Docker
Learn about the docker build cache and how to control it.
Using docker-compose With Private Repositories
Filed under Docker
Learn how docker-compose can access private repositories using the docker login command.