Trending questions in DevOps & Agile

+14 votes
19 answers

How can I run a ‘docker exec’ command inside a docker container?

you can run any command in a ...READ MORE

Dec 10, 2018 in Docker by Pramiti
1,225,889 views
+4 votes
3 answers

Copying files from host to Docker container

Hi, You can use the docker cp command ...READ MORE

Dec 9, 2020 in Docker by MD
• 95,440 points
348,157 views
+4 votes
4 answers

Git push vs git push origin

In simple words git push command updates ...READ MORE

Apr 23, 2019 in Git & GitHub by Hiran
247,744 views
+3 votes
5 answers

How to run YML compose file?

You can run the following command to ...READ MORE

May 7, 2019 in DevOps & Agile by Mithin
248,178 views
+2 votes
12 answers

How to run multiple commands in docker at once?

In order to run multiple commands in ...READ MORE

Jul 19, 2018 in Docker by Sophie may
• 10,610 points
248,061 views
0 votes
1 answer

Error: error response from daemon get https //registry-1.docker.io/v2/ connection refused

Hi@akhtar, Sometimes it happens. I also faced this ...READ MORE

Aug 27, 2020 in Docker by MD
• 95,440 points

reshown Nov 22, 2023 by Soumya 210,778 views
+1 vote
2 answers

fatal: unable to access could not resolve host: GitHub

Hi@akhtar, This can be caused in incorrect proxy ...READ MORE

Apr 10, 2020 in Git & GitHub by MD
• 95,440 points
146,457 views
+1 vote
1 answer

How to install packages in a Docker container?

Hi@akhtar, To install packages in a docker container, ...READ MORE

Apr 15, 2020 in Docker by MD
• 95,440 points
139,987 views
0 votes
2 answers

Jenkins and Docker : Build a Docker image using an jenkins pipeline and push it into docker registry.

In the illustration below, i have created a ...READ MORE

Aug 26, 2019 in Jenkins by Sirajul
• 59,230 points
144,952 views
+2 votes
2 answers

what is the key difference between Declarative pipeline and scripted pipeliine

The key difference between Declarative pipeline and Scripted pipeline ...READ MORE

Aug 13, 2019 in Jenkins by Sirajul
• 59,230 points
121,906 views
+4 votes
7 answers

If conditional in docker file

First of all, create a build_internal.sh file ...READ MORE

May 29, 2018 in Docker by DareDev
• 6,890 points
120,150 views
+5 votes
3 answers

How to trigger a Jenkins pipeline A in another Jenkins pipeline B?

You can run the following code, its ...READ MORE

Jul 5, 2018 in Jenkins by Sophie may
• 10,610 points
117,401 views
+3 votes
2 answers

Is there a way to restrict permissions to a user per individual job in jenkins?

Yes, you can configure user permissions per ...READ MORE

May 28, 2019 in Jenkins by Sirajul
• 59,230 points

edited May 28, 2019 by Sirajul 109,716 views
+3 votes
4 answers

How do I execute multiple commands using docker-compose

It can be solve by using bash -c ...READ MORE

Sep 20, 2018 in Docker by shubham
• 7,340 points
109,846 views
+3 votes
12 answers

Set environment variables in Jenkins

You can try something like this stages { ...READ MORE

Dec 10, 2018 in Jenkins by Celia
107,742 views
+2 votes
3 answers

mvn not recognized as an internal or external command error

Setting the environment variables JAVA_HOME, MAVEN_HOME and  ...READ MORE

Jun 3, 2019 in DevOps Tools by Sirajul
• 59,230 points
90,745 views
+5 votes
2 answers

How to assign a groovy variable to a shell variable?

I have tried the following in my ...READ MORE

Dec 4, 2019 in Jenkins by Raveendiran
• 980 points
87,595 views
+1 vote
3 answers

How to auto build a job in jenkins if there is any change in code on Github repository?

To automatically run build on code commit, follow ...READ MORE

Jul 31, 2019 in Jenkins by Sirajul
• 59,230 points
76,039 views
0 votes
1 answer

Error starting daemon: pid file found, ensure docker is not running or delete /var/snap/docker/179/run/docker.pid

Hi@akhtar, It means the previous PID file of ...READ MORE

Apr 14, 2020 in Docker by MD
• 95,440 points
64,267 views
+2 votes
3 answers

! [rejected] master -> master (fetch first) error: failed to push some refs to 'git@github.com:abc70/new.git'

git push origin master --force I met the ...READ MORE

Apr 29, 2020 in Git & GitHub by anonymous
59,975 views
0 votes
1 answer

Remove credentials from Git.

Hi@akhtar, The Git credential cache runs a daemon ...READ MORE

Jan 4, 2021 in Git & GitHub by MD
• 95,440 points
48,461 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
403 views
0 votes
2 answers

How to configure Maven in Jenkins?

HI... How to configure Maven in Jenkins- I HOPE ...READ MORE

Jul 14, 2020 in DevOps & Agile by anonymous

edited Jul 15, 2020 by Sirajul 50,114 views
0 votes
7 answers

docker: executable file not found in $PATH

try to build the image with --no-cache. I ...READ MORE

Nov 1, 2020 in Docker by Deeptesh Agrawal
61,173 views
0 votes
1 answer

This application has no explicit mapping for /error

One of the reason this error coccured ...READ MORE

May 2, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
18,123 views
0 votes
2 answers

Unable to connect to the server: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error"

mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo ...READ MORE

Sep 30, 2020 in Kubernetes by Muhammad Badi uz Zaman
43,064 views
0 votes
1 answer

What DevOps practice does Azure Application Insights support?

Azure Application Insights supports various DevOps practices ...READ MORE

Jul 3, 2023 in DevOps & Agile by anonymous
• 1,180 points
604 views
0 votes
1 answer

How to list down all the hosts in Ansible?

Hi@akhtar, You can use the option --list-hosts. It will ...READ MORE

Jul 28, 2020 in Ansible by MD
• 95,440 points
43,375 views
0 votes
1 answer

How do I switch my career from QA tester to DevOps?

Switching from a career in QA testing ...READ MORE

Mar 23, 2023 in DevOps & Agile by Edureka
• 13,620 points
978 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
878 views
0 votes
1 answer

My docker container has no internet

To begin, run cat /etc/resolv.conf in the ...READ MORE

Jan 3, 2023 in DevOps on Cloud by David
• 220 points
3,970 views
+1 vote
1 answer

java.lang.NoSuchMethodError: No such DSL method 'pipeline' found among steps

Hi@akhtar, I think you did not install your ...READ MORE

Jul 7, 2020 in Jenkins by MD
• 95,440 points
43,120 views
0 votes
1 answer

What is one key purpose of DevOps?

DevOps is a set of practices that ...READ MORE

Mar 23, 2023 in DevOps & Agile by Edureka
• 13,620 points
418 views
0 votes
1 answer

Do you use Firebase for your flutter apps?

Firebase is a popular backend-as-a-service (BaaS) platform ...READ MORE

Mar 20, 2023 in DevOps & Agile by Anitha
439 views
0 votes
1 answer

What is Azure DevOps Boards?

Azure DevOps Boards is a powerful project ...READ MORE

Mar 23, 2023 in DevOps & Agile by Edureka
• 13,620 points
392 views
0 votes
1 answer

What exactly is Chef?

Chef is a tool that helps automate ...READ MORE

Mar 23, 2023 in DevOps & Agile by Edureka
• 13,620 points
384 views
0 votes
0 answers

Skip terraform resource if it exists

I'm Getting an error creating a secret ...READ MORE

Mar 16, 2023 in DevOps & Agile by Edureka
• 12,690 points
570 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
415 views
0 votes
1 answer

Can I able to switch my career from QA tester to DevOps?

Yes, it is possible to switch your ...READ MORE

Mar 23, 2023 in DevOps & Agile by Edureka
• 13,620 points
363 views
0 votes
1 answer

What is Artifacts in DevOps?

In the context of DevOps, artifacts are ...READ MORE

Mar 23, 2023 in DevOps & Agile by Edureka
• 13,620 points
334 views
0 votes
1 answer

Move multiple Azure Devops projects into one project same org

Yes, it is possible to move all ...READ MORE

Mar 23, 2023 in DevOps & Agile by Edureka
• 13,620 points
324 views
0 votes
1 answer

Is it required for a QA tester to learn DevOps?

Yes, it can be very beneficial for ...READ MORE

Mar 23, 2023 in DevOps & Agile by Edureka
• 13,620 points
313 views
0 votes
1 answer

I want to switch my career from QA tester to DevOps. Is it good? What are the courses that I can take for DevOps?

Switching your career from a QA tester ...READ MORE

Mar 23, 2023 in DevOps & Agile by Edureka
• 13,620 points
307 views
0 votes
1 answer

Azure DevOps configuration with Jenkins

Yes, it's possible to configure Jenkins with ...READ MORE

Mar 23, 2023 in DevOps & Agile by Edureka
• 13,620 points
273 views
0 votes
1 answer

How swap slots in azure devops?

To swap deployment slots in Azure DevOps, ...READ MORE

Mar 23, 2023 in DevOps & Agile by Edureka
• 13,620 points
236 views
0 votes
1 answer

What makes Flutter unique?

Flutter is unique because it allows for ...READ MORE

Mar 20, 2023 in DevOps & Agile by vishalini
272 views
0 votes
0 answers

Container logs for helm install

Is it possible to print to helm ...READ MORE

Mar 16, 2023 in DevOps & Agile by Edureka
• 12,690 points
227 views
0 votes
0 answers

How to generate a list of every external URL accessed during docker build?

Is there an easy method to create ...READ MORE

Mar 16, 2023 in DevOps & Agile by Edureka
• 12,690 points
226 views
0 votes
1 answer

Microservices vs Monolithic Architecture

Monolithic Architecture: Benefits: Simplicity: Monolithic architectures are simpler ...READ MORE

Jun 2, 2023 in DevOps and Microservices by anonymous
• 1,180 points
333 views
0 votes
1 answer

Conversion failed when converting date and/or time from character string while inserting datetime

The SQL server supports many formats. Most ...READ MORE

Apr 30, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
13,778 views