Learn how to sync a fork with its original repository using both GitHub’s web UI and the command line.
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)
How to Run TestNG Tests on Jenkins
Filed under Jenkins
Learn the steps needed to run TestNG tests on Jenkins.
Exclude a Sub-Folder When Adding a Volume to Docker
Filed under Docker
Learn how to exclude folders when mounting volumes with some Docker Compose examples
Enable HTTPS in Jenkins
Filed under Jenkins
Learn how to secure Jenkins with HTTPS, SSL, and a proxy.
How to Clone a Jenkins Job
Filed under Jenkins
Learn how to clone a Jenkins job.
Keep Subdirectory Structure in Dockerfile Copy
Filed under Docker
Learn to copy a directory into a Docker image preserving the subdirectory structure.
Updating PATH Environment Variable in Dockerfile
Filed under Docker
Learn how to update the PATH variable in Docker.
Assign Static IP to Docker Container and Docker-Compose
Filed under Docker
Learn how Docker manages IP allocation and how to add a static address to a container.
Adding a Comment in a Dockerfile
Filed under Docker
Learn how to add comments in a Dockerfile.