What is container technology?
Container technology, also known as just a container, is a method to package an application so it can be run, with its dependencies, isolated from other processes.
Option: 1 starting Jenkins slave via Windows Scheduler there is one big disadvantage. If the job fails e.g. becouse broken network connection, Windows Scheduler can not restart the job automatically.…
My goal today is used this image with jenkins and modified it with following way. This image using user jenkins inside container like default. I want run docker inside this…
Lets assume that we have installed like linux guest in VirtualBox Fedora distribution with Fedora Server 29. Disable firewall # sudo systemctl disable firewalld.service # sudo systemctl stop firewalld.service #…
In previous part we talk about how to install and prepare system for runing docker and now few command that we need to running docker container. Before we can run…