Python – Execute command in Docker Container.
Following the line of the previous post () in this one I will show another piece of code, which will also be very useful in the next posts. How to…
Following the line of the previous post () in this one I will show another piece of code, which will also be very useful in the next posts. How to…
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,…
In this post, I will show the first part of configuring the GitLab integration with Jenkins to trigger pipelines.There are several types and forms of pipelines, including just the GitLab…
In this post I will show another snippet of code in Python, which will be used in automations/pipelines. This is an example of how to perform simple maintenance of type…
In this topic, I want to show the installation of DevPi (https://github.com/devpi/devpi), which is a local, simple and lightweight repository for Python modules, just like the Registry, there are other…
One of the points I missed when changing the Mac I was using from Intel to M1 was the possibility of using Vagrant with VirtualBox. I tried so many other…
Hello! These days I was having some problems synchronizing some services that I’m preparing for this lab and it took me a long time to figure out what it was.…
Here in this post, I’m going to talk about something that isn’t part of the laboratory, but helps me on several occasions. Create a shared folder/volume, I always need to…