Most voted questions in DevOps & Agile

+1 vote
1 answer

How to push a docker image to a private repository

You need to tag your image correctly ...READ MORE

Jul 26, 2018 in Docker by Kalgi
• 52,360 points
1,906 views
+1 vote
1 answer

Error while running docker run command

This error occurs when your port is ...READ MORE

Jul 26, 2018 in Docker by Kalgi
• 52,360 points
1,495 views
+1 vote
1 answer

Import build/release json export files to tfs source control through API

The APIs of "Import build/release definition json ...READ MORE

Jul 25, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
1,266 views
+1 vote
1 answer

Connection refused - connect(2) for “localhost” port 25 chef devops

With the information that you’ve provided it ...READ MORE

Jul 25, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
1,437 views
+1 vote
1 answer

How to kill a specific instance on Pivotal Cloud Foundry

Use the following command cf restart-app-instance This will issue ...READ MORE

Jul 25, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
2,340 views
+1 vote
1 answer

tf.exe authenticate for vsts

You can use the Check in changes ...READ MORE

Jul 25, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
2,009 views
+1 vote
1 answer

I’m facing problems while setting up Maven. How do I solve this?

First of all check if you don't ...READ MORE

Jul 25, 2018 in DevOps Tools by Sophie may
• 10,610 points
856 views
+1 vote
1 answer

Ansible: Deleting matching IPs from hosts file using regex

Ansible notation isn't the same as YAML ...READ MORE

Jul 25, 2018 in Ansible by DareDev
• 6,890 points
2,046 views
+1 vote
1 answer

How do I pass environment variables to Docker containers?

You can pass environment variables to your ...READ MORE

Jul 20, 2018 in Docker by Kalgi
• 52,360 points
1,446 views
+1 vote
4 answers

How to send application logs from docker to cloudwatch

There are 3 main steps involved it ...READ MORE

Mar 25, 2019 in Docker by RT
6,054 views
+1 vote
2 answers

How to copy docker images from one host to another without a repository?

To save an image to any file ...READ MORE

Aug 13, 2019 in Docker by Sirajul
• 59,230 points
10,742 views
+1 vote
3 answers

Is it possible for the Jenkins pipeline function 'fileExist' to handle wildcards?

If you do not have the plug-in, ...READ MORE

May 8, 2019 in Jenkins by Kalgi
• 52,360 points
13,095 views
+1 vote
1 answer

How to remove old Docker containers

There is a new feature in Docker 1.13.x called Docker ...READ MORE

Jul 18, 2018 in Docker by Kalgi
• 2,680 points
530 views
+1 vote
4 answers

Updating kubernetes configmap/secret without removing the existing one

You can use edit for small changes ...READ MORE

Apr 24, 2019 in Kubernetes by Vinayak
13,313 views
+1 vote
1 answer

Managing several maven artifacts in a delivery pipeline

If A depends on B as a ...READ MORE

Jul 12, 2018 in Other DevOps Questions by Kalgi
• 2,680 points
477 views
+1 vote
1 answer

Isolate PHP applications with Docker

That is the idea: you can make ...READ MORE

Jul 12, 2018 in DevOps & Agile by Kalgi
• 2,680 points
578 views
+1 vote
5 answers

Set containers timezones by using docker compose.

version "2" services: serviceA: ...READ MORE

Jul 9, 2018 in Docker by Atul
• 10,240 points
22,800 views
+1 vote
2 answers

Trying to make a PHP code work in bluemix

example to @Nilesh's explanation: $html = '<html> ...READ MORE

Oct 25, 2018 in DevOps Tools by akaash
569 views
+1 vote
2 answers

How to run docker containers on different machines

You can use labels and selectors for ...READ MORE

Oct 23, 2018 in Docker by Laila
3,225 views
+1 vote
3 answers

Kubernetes can't start due to too many open files in system

Seems like a kernel config issue. If ...READ MORE

Oct 25, 2018 in DevOps & Agile by Zaid
4,892 views
+1 vote
1 answer

Unable to access Jenkins. I newly installed Jenkins but for some reason I cannot access it.

Try changing the port, Change JENKINS_AJP_PORT="xyz" to JENKINS_AJP_PORT="abc" If changing the ...READ MORE

Jul 4, 2018 in Jenkins by Sophie may
• 10,610 points
7,843 views
+1 vote
3 answers

Rename jobs from jenkins file

Go to the Configure screen and edit the Project name field ...READ MORE

Oct 25, 2018 in Jenkins by Laila
4,191 views
+1 vote
4 answers

GIT plugin in jenkins not able to connect to GIT repository

This looks like a git configuration issue, ...READ MORE

Oct 25, 2018 in Git & GitHub by Alia
18,892 views
+1 vote
1 answer

How to deal with non-fast forward errors?

This error is faced when git cannot ...READ MORE

Jul 3, 2018 in Other DevOps Questions by Sophie may
• 10,610 points
30,254 views
+1 vote
6 answers

Unable to login to Jenkins even if I enter valid credentials.

Disable security by editing these two classes ...READ MORE

Apr 26, 2019 in Jenkins by Vedant
46,615 views
+1 vote
3 answers

How do I check and export sonarqube analysis reports in embedded db?

Browse to sonarqube web instance to access ...READ MORE

Jul 2, 2018 in DevOps Tools by DareDev
• 6,890 points
27,524 views
+1 vote
2 answers

error saying, “cannot create, files already exist” while installing virtual machine on Virtual Box

Hey @Hannah, You'll have to reinitialize the ...READ MORE

Oct 25, 2018 in DevOps Tools by krishti
751 views
+1 vote
1 answer

difference between git fetch and git pull

Both fetch and pull are used to ...READ MORE

Jun 27, 2018 in Git & GitHub by anonymous
5,938 views
+1 vote
4 answers

COPY is not working in Docker

I had the exact same issue. I ...READ MORE

May 6, 2019 in Docker by Emilia
21,498 views
+1 vote
2 answers

Running ansible command on a single server when it is deployed to multiple servers

You can try the run_once attribute: Example from ...READ MORE

Jun 14, 2018 in Ansible by DareDev
• 6,890 points
2,181 views
+1 vote
2 answers

lambda function showing error when trying to connect with rds(aws)

The engine will stay on timeout unless ...READ MORE

Jun 6, 2018 in DevOps on Cloud by ajs3033
• 7,300 points
4,907 views
+1 vote
2 answers

When do we use Chef or Azure SDK to create VM and deploy in automation

The solution to the automated deployment in ...READ MORE

Aug 21, 2018 in Other DevOps Questions by Priyaj
• 58,090 points
867 views
+1 vote
2 answers

Unable to build TFS project because files not found

Please make a folder in solution Nd ...READ MORE

May 17, 2019 in Other DevOps Questions by Shashikesh Mishra
4,285 views
+1 vote
3 answers

Error message “Failed to connect to the host via ssh” while running ping command on host machines using Ansible

I hadn't created the ssh connection between ...READ MORE

Apr 23, 2019 in Ansible by Lavanya
19,773 views
+1 vote
2 answers

Git Commands

This command basically adds all your changes ...READ MORE

Aug 14, 2018 in Git & GitHub by Kalgi
• 52,360 points
769 views
+1 vote
3 answers

How to automatically create an image of an AWS ec2 instance(AMI)?

you should try using aws ec2 create-image, aws ...READ MORE

Apr 12, 2018 in DevOps on Cloud by DareDev
• 6,890 points
5,604 views
+1 vote
2 answers

Anyway to make the node-exporter and cadvisor local only to the prometheus container?

The simple solution to your problem would ...READ MORE

Apr 6, 2018 in DevOps & Agile by ajs3033
• 7,300 points
1,838 views
+1 vote
3 answers

How can I connect an app with an aws ec2 instance?

This is how you deploy a web ...READ MORE

Oct 18, 2018 in DevOps & Agile by Hannah
• 18,570 points
1,901 views
+1 vote
2 answers

How do I run Apache server from Docker without mapping to a location?

If you're seeing a 500 error, that's ...READ MORE

Oct 18, 2018 in DevOps & Agile by lina
• 8,220 points
1,891 views
+1 vote
2 answers

Should I commit Terraform State files to the git repository?

Its better not to commit it to ...READ MORE

Aug 3, 2018 in DevOps & Agile by Nilesh
• 7,050 points
3,140 views
+1 vote
1 answer

centos7 container is restarting again & again itself

Usually Containers stop once their main process ...READ MORE

Apr 3, 2018 in DevOps & Agile by shubham
• 7,340 points
905 views
+1 vote
8 answers

How can I implement process.env in Angular 5 environment?

Users do not have access to process.env ...READ MORE

Apr 3, 2018 in DevOps & Agile by DareDev
• 6,890 points
12,567 views
+1 vote
2 answers

Is there any way to import an existing TFVC repo into Azure DevOps project?

If you use YAML files for defining ...READ MORE

Oct 18, 2018 in DevOps & Agile by Hannah
• 18,570 points
2,173 views
+1 vote
2 answers

What possible return values are there in Jenkins plugin “Sonarqube scanner”

Use Webhooks in SonarQube Administration setup to ...READ MORE

Aug 3, 2018 in Jenkins by Nilesh
• 7,050 points
4,397 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,339 views
+1 vote
2 answers

is it possible to assign a Feature/User Story/Task to a team [Group] in VSTS

In most cases, we would break Work ...READ MORE

Oct 11, 2018 in DevOps & Agile by lina
• 8,220 points
5,110 views
+1 vote
2 answers

Scp Php files into server using gradle

Tru something like this: plugins { id ...READ MORE

Oct 11, 2018 in DevOps & Agile by lina
• 8,220 points
1,212 views
0 votes
1 answer

Which statement describes a benefit of DevOps?

One significant advantage of implementing DevOps in ...READ MORE

Oct 16, 2023 in Other DevOps Questions by anonymous
• 3,320 points
429 views
0 votes
1 answer

Flutter as a first Programming language.

It's possible for someone to learn Flutter ...READ MORE

Mar 20, 2023 in DevOps & Agile by seena
917 views
0 votes
1 answer

What is the hype about flutter?

Flutter is a popular framework for building ...READ MORE

Mar 20, 2023 in DevOps & Agile by padma priya
430 views