Python – Copy file from host to Docker Container
In this post I will leave here a piece of code in Python, which will be useful soon, like copying any file to a container that is running. The Docker…
In this post I will leave here a piece of code in Python, which will be useful soon, like copying any file to a container that is running. The Docker…
In another step in configuring Jenkins for pipelines, in this post I will show how to use Docker Container as an Agent, K8s Pods can also be used, but I…
In the last post, I showed how to integrate Jenkins with Gilab, to trigger a pipeline. Everything is working, but the declarative pipeline script is fixed in the Pipeline configuration,…