Learn about the Docker save and load commands and how to transfer a Docker image using these commands.
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 (22)
- Git (13)
- Kubernetes (9)
- Series (4)
- Logging (2)
- DevOps (2)
- Deployment Tools (2)
- DevOps Concepts (1)
- Cloud (1)
Undo and Revert Commits in Git
Filed under Git
Learn the safest way to undo or revert commits in a Git repository.
Understanding Detached HEAD in Git
Filed under Git
Explore what a detached HEAD in Git is and how it works.
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