Most viewed questions in DevOps & Agile

0 votes
2 answers

Error: RabbitMQ with Docker for Windows server

Connecting to other containers Step 1: Create a network. ...READ MORE

Aug 29, 2020 in Docker by Pistle
• 1,000 points
1,360 views
0 votes
1 answer

How to include Different Types of Workitems in Boards of Azure DevOps?

Predefined backlog levels in Azure DevOps may ...READ MORE

Feb 11, 2022 in Other DevOps Questions by Bhavitha
• 1,000 points
1,359 views
0 votes
1 answer

Run Ansible adhoc commands in sequence

Hey @Thomas, by default ansible runs these ...READ MORE

Jan 14, 2019 in Ansible by Barbara
1,359 views
0 votes
1 answer

Error: Package: containerd.io-1.2.13-3.1.el7.x86_64 (dvd)Requires: container-selinux >= 2:2.74

Hi@akhtar, When you try to install from a ...READ MORE

Apr 9, 2020 in Docker by MD
• 95,440 points
1,354 views
0 votes
1 answer

Puppet: How do i disable the default pull configuration so i can only push from my Puppet server when required?

In order to stop the Puppet service,you ...READ MORE

Aug 7, 2019 in Puppet by Sirajul
• 59,230 points
1,354 views
0 votes
1 answer
0 votes
1 answer

Command not working in .bat script but works in CLI

powershell /? If you run the above command ...READ MORE

Jul 19, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
1,349 views
0 votes
0 answers

How to configure the Docker daemon to bind to a tcp socket,instead of default unix socket using a puppet manifest file?

As we already know,by default the Docker daemon ...READ MORE

Aug 13, 2019 in Puppet by Clara
1,348 views
0 votes
0 answers

how to invoke shell script inside docker container using from rest api??

Hi , I have a shell script . ...READ MORE

May 19, 2020 in DevOps and Microservices by anonymous
• 120 points
1,347 views
0 votes
1 answer

Failed to save state: open terraform.tfstate: permission denied

Here is what you can do. Just ...READ MORE

Jul 10, 2018 in DevOps on Cloud by shubham
• 7,340 points
1,345 views
0 votes
1 answer

Which version of Ruby does puppet support?

Hey @Raj, certain versions of Ruby are ...READ MORE

Feb 15, 2019 in Puppet by Uma
1,340 views
0 votes
1 answer

How do i get Ansible predefined variables?

There three types of variables variables gathered from ...READ MORE

Jan 24, 2019 in Ansible by Parth
1,340 views
0 votes
1 answer

Docker for windows error: docker-machine on virtual machine in Windows can't connect to running host

I faced similar issues, all you have ...READ MORE

Oct 30, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
1,338 views
+1 vote
2 answers

Unable To Create a Chef Node "ChefNode2"

Try giving the password to access your ...READ MORE

Oct 16, 2018 in Chef by Kalgi
• 52,360 points
1,338 views
0 votes
1 answer

Is it possible to install puppet agent in a docker container on linux?

Hey @Janice, this is pretty simple. Create ...READ MORE

Mar 12, 2019 in Puppet by Jason
1,335 views
+1 vote
1 answer

Unable to run Docker commands on Windows

This problem occurs because, docker daemon is ...READ MORE

Oct 25, 2018 in Docker by Sophie may
• 10,610 points
1,335 views
0 votes
1 answer

How to control development/prod/staging application settings using azure functions?

You should use a build-release system like ...READ MORE

May 11, 2018 in DevOps on Cloud by ajs3033
• 7,300 points
1,334 views
0 votes
1 answer

Disadvantages of using Ansible Vault

There are two main disadvantages: If you lose ...READ MORE

Mar 6, 2019 in Ansible by William
1,333 views
0 votes
1 answer

Unable to use kubernetes executer for Gitlabs

You are trying to use https, so ...READ MORE

Dec 26, 2018 in Kubernetes by DareDev
• 6,890 points
1,332 views
0 votes
1 answer

Docker is unable to connect to docker daemon

The problem here maybe is that you are not ...READ MORE

Sep 4, 2018 in Docker by Damon Salvatore
• 5,980 points
1,329 views
0 votes
2 answers

How to view the nested workflow of a local git repository?

The closest way to view branches in ...READ MORE

Aug 2, 2019 in Git & GitHub by Sirajul
• 59,230 points
1,329 views
0 votes
1 answer

Docker unable to connect AWS EC2 cloud

Your command is not pointing to your ...READ MORE

Jul 16, 2018 in Docker by Kalgi
• 52,360 points
1,328 views
0 votes
0 answers

unable to connect to Azure DevOps Server from VS 2019

I just installed Azure DevOps 2019 on ...READ MORE

Apr 2, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,324 views
0 votes
1 answer

Puppet: Failed to restart puppet server

I noticed once when I started Puppet ...READ MORE

Aug 27, 2019 in Puppet by Sirajul
• 59,230 points
1,323 views
+1 vote
2 answers

How do I run a docker image as a container?

You can run an image depends on whether you ...READ MORE

Sep 7, 2018 in Docker by Damon Salvatore
• 5,980 points
1,321 views
0 votes
0 answers

Azure DevOps multistage pipeline YAML: how to checkout multiple repos?

I have YAML templates from two different ...READ MORE

Apr 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,320 views
+2 votes
1 answer

Cannot connect to docker swarm service task

The id that command docker service ps <service> gives ...READ MORE

Sep 26, 2018 in Docker by Kalgi
• 52,360 points
1,319 views
0 votes
1 answer

Copy log files to local machines using Jenkins

Try initializing the variables with values according ...READ MORE

May 2, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
1,319 views
0 votes
1 answer

Ansible playbook for a shall script

You can convert a shell script to ...READ MORE

Aug 26, 2019 in Ansible by Anjali
1,318 views
0 votes
1 answer

How to Replicate the Artifacts between two Jfrog Artifactories by using CURL or jfrog rt (Rest API)

Yes and no, It's a bit complex ...READ MORE

Mar 27, 2018 in DevOps Tools by Atul
• 10,240 points
1,317 views
0 votes
1 answer

mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in.

The issue is that the query given to mysqli_query() is ...READ MORE

May 1, 2022 in Other DevOps Questions by narikkadan
• 63,620 points
1,316 views
0 votes
1 answer

How do you implement CI/CD using Jenkins?

Continuous Integration using Jenkins and Git plugin Create ...READ MORE

Aug 30, 2019 in Jenkins by Sirajul
• 59,230 points
1,314 views
0 votes
1 answer

Git pull vs Git Fetch

The objective of both these commands is ...READ MORE

Apr 26, 2018 in Git & GitHub by DragonLord999
• 8,450 points
1,314 views
0 votes
1 answer

if a node is tainted, is there a way to still schedule the pods to that node?

When a node is tainted, the pods ...READ MORE

Jul 16, 2019 in Kubernetes by Sirajul
• 59,230 points
1,313 views
0 votes
1 answer

Automatic merge failed; fix conflicts and then commit the result

Hi@Hasid, There are two types of merging in ...READ MORE

Feb 2, 2020 in Git & GitHub by MD
• 95,440 points
1,312 views
0 votes
0 answers

git - remote add origin vs remote set-url origin

I created a new repo: git init echo "# ...READ MORE

May 13, 2022 in Git & GitHub by Kichu
• 19,050 points
1,311 views
0 votes
1 answer

Jira integration with Octopus deploy

Here is an approach which you can ...READ MORE

Jul 9, 2018 in Other DevOps Questions by Atul
• 10,240 points
1,311 views
0 votes
1 answer

How to assemble files from a directory?

Hi@akhtar, Ansible has the assemble module. This module can ...READ MORE

Sep 17, 2020 in Ansible by MD
• 95,440 points
1,310 views
0 votes
1 answer

Docker Pipeline plugin communicate with non-default docker server

Hi @Kim, yes you can. You can ...READ MORE

Apr 12, 2019 in Jenkins by Shruti
1,309 views
0 votes
0 answers

Dind in docker-compose connection reset by peer

In Docker, I'm attempting to connect to ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
1,305 views
0 votes
1 answer

Using ansible to install applications.

Hi@Manny, Every application has some dependencies. Then only ...READ MORE

Nov 24, 2020 in Ansible by MD
• 95,440 points
1,302 views
0 votes
1 answer

Nginx vs tomcat

Okay let's see, Apache Tomcat is easy to ...READ MORE

Jan 30, 2019 in DevOps & Agile by Mausam
1,302 views
0 votes
1 answer

Jenkins task for remote hosts

Here is a concept which you can ...READ MORE

Jul 24, 2018 in Jenkins by Atul
• 10,240 points
1,302 views
0 votes
1 answer
0 votes
1 answer

Any way to customize grafana

As admin switch to the organization you ...READ MORE

May 29, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
1,301 views
0 votes
0 answers

Set up the necessary tools such as git, chromedriver(selenium), chromium browser(selenium) on the slave node through Ansible [closed]

Going through the Devops project. There is ...READ MORE

Feb 9, 2020 in Ansible by anonymous
• 130 points

closed Feb 14, 2020 by Sirajul 1,300 views
+1 vote
1 answer

Is autoscaling possible in kubernetes ingress nginx

In principle, the NGINX ingress controller is ...READ MORE

Oct 24, 2018 in Kubernetes by Kalgi
• 52,360 points
1,300 views
0 votes
0 answers

Access secure file on Azure DevOps from pipeline when signing Android apk

How to access .jks file stored in ...READ MORE

Mar 20, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,299 views
0 votes
0 answers

How to download the latest build artifacts from Azure DevOps programmatically?

I have a .NET C# application and ...READ MORE

Apr 1, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,298 views
0 votes
1 answer

How to access container from dev machine on Docker for windows?

What you can do is, allow access ...READ MORE

Nov 6, 2018 in Docker by Sophie may
• 10,610 points
1,297 views