Jenkins bug or intended behaviour? possible different version of bash on pipeline
I’m trying to do some stuff on the pipeline but I thinking that I’m hitting a bug. I don’t think
Continue readingDocker questions and answers
I’m trying to do some stuff on the pipeline but I thinking that I’m hitting a bug. I don’t think
Continue readingi’m trying to install xdebug to work with PHPStorm and Docker. I’m getting the following error at the moment when
Continue readingI’m writing a script for upgrading chaincode. I would like to read the old chaincode version and increase it for
Continue readingI have a Dockerfile that has FROM … and ADD as arguments called base and config, respectively. It also adds
Continue readingI work on a project and I need to automate the installation of the server. The server work with repository
Continue readingHow could I store the output of a shell command in which I am returning the latest docker image name?
Continue readingI try to change value in below line in file app.config in Linux container. <add key="dmtUrl" value="{{API_ENDPOINT}}" / I created
Continue readingI am a student and new in programming and would like to know How to do this? Because it is
Continue readingWhat would be a proper command to run a jar inside a docker container ? I got the following script
Continue readingI will run a docker container with the command docker run -ti –rm -p 8080:80 -v $(pwd)/my/path/to/config myimage:latest but the
Continue reading