Trending questions in DevOps & Agile

+15 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,229,339 views
+5 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,460 points
349,714 views
+4 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
255,766 views
+5 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
249,578 views
+3 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,620 points
250,061 views
+1 vote
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,460 points

reshown Nov 22, 2023 by Soumya 225,672 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,460 points
152,709 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,460 points
146,663 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
145,990 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
123,064 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
123,238 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,620 points
119,531 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 112,239 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
110,815 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
108,780 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
94,987 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
89,696 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
78,604 views
0 votes
0 answers

What tools do you use for container security, and how do you integrate them into your DevOps pipeline?

What tools do you use for container ...READ MORE

1 day ago in DevOps Tools by Anila
• 1,320 points
31 views
0 votes
0 answers

How do you handle load balancing for dynamic microservices in cloud environments?

How do you handle load balancing for ...READ MORE

1 day ago in DevOps Tools by Anila
• 1,320 points
22 views
0 votes
0 answers

How do you mitigate configuration drift in your IaC setup?

How do you mitigate configuration drift in ...READ MORE

1 day ago in DevOps Tools by Anila
• 1,320 points
21 views
0 votes
0 answers

What challenges have you faced with automating database migrations, and how did you resolve them?

What challenges have you faced with automating ...READ MORE

1 day ago in DevOps Tools by Anila
• 1,320 points
21 views
0 votes
0 answers

How do you implement monitoring and alerting for multi-cloud environments?

How do you implement monitoring and alerting ...READ MORE

1 day ago in DevOps Tools by Anila
• 1,320 points
16 views
0 votes
0 answers

What strategies do you use for secrets management across different environments in DevOps workflows?

What strategies do you use for secrets ...READ MORE

1 day ago in DevOps Tools by Anila
• 1,320 points
16 views
0 votes
0 answers

How do you resolve conflicts in infrastructure as code (IaC) with multiple engineers working on the same repository?

How do you resolve conflicts in infrastructure ...READ MORE

1 day ago in DevOps Tools by Anila
• 1,320 points
16 views
0 votes
0 answers

How do you troubleshoot slow build times in CI/CD pipelines?

How do you troubleshoot slow build times ...READ MORE

1 day ago in DevOps Tools by Anila
• 1,320 points
15 views
0 votes
0 answers

How do you implement version control for infrastructure code and can you share any tips or examples

This question seeks to explore how version ...READ MORE

3 days ago in DevOps Tools by Anila
• 1,320 points
34 views
0 votes
0 answers

How do you handle failed deployments in a CI/CD pipeline without disrupting production?

This question basically seeks to know how ...READ MORE

3 days ago in DevOps Tools by Anila
• 1,320 points
33 views
0 votes
0 answers

What are your strategies for managing and scaling microservices in Kubernetes environments?

This question is related to the best ...READ MORE

3 days ago in DevOps Tools by Anila
• 1,320 points
31 views
0 votes
0 answers

What are the best practices for securing CI/CD pipelines against vulnerabilities?

This question considers the best practice in ...READ MORE

3 days ago in DevOps Tools by Anila
• 1,320 points
29 views
0 votes
0 answers

How do you handle network latency issues in cloud-based infrastructure?

This question requires knowledge of strategies used ...READ MORE

3 days ago in DevOps Tools by Anila
• 1,320 points
29 views
0 votes
1 answer

Is it a good choice to go for DevOps from a system admin? What are the basic tools one should know?

Changing one's career from System Administration to ...READ MORE

2 days ago in DevOps Tools by Gagana
• 900 points
35 views
0 votes
1 answer

Is DevOps a suitable profession for System Admins?

Certainly, DevOps tends to be the next ...READ MORE

2 days ago in DevOps & Agile by Gagana
• 900 points
33 views
0 votes
1 answer

Can I switch my career from System Administration to DevOps Engineering?

Moving from System Administration and coming into ...READ MORE

2 days ago in DevOps Tools by Gagana
• 900 points
33 views
0 votes
1 answer

Is DevOps and System Administrator the same?

Despite certain departments performing similar functions, DevOps ...READ MORE

2 days ago in DevOps Tools by Gagana
• 900 points
25 views
0 votes
0 answers

Can Jira Templates Transform Your Team?

What are the possible consequences of using ...READ MORE

3 days ago in DevOps Tools by Anila
• 1,320 points
18 views
0 votes
0 answers

What is technical debt and how does it hurt developer joy?

This question is about the concept of ...READ MORE

3 days ago in DevOps Tools by Anila
• 1,320 points
16 views
0 votes
0 answers

How to create maven build on bamboo ? Unable to create build by using profile as in pom.xml

As given in the above question that ...READ MORE

3 days ago in DevOps Tools by Anila
• 1,320 points
15 views
0 votes
1 answer

Why you should switch off your legacy CI/CD onto Bitbucket Pipelines?

Switching to Bitbucket Pipelines for your CI/CD ...READ MORE

6 days ago in DevOps & Agile by Gagana
• 900 points
45 views
0 votes
1 answer

Create an "Open Pull Requests" dashboard from Bitbucket or Github inside Jira Software?

Here’s an easy-to-follow and straight-to-the-point procedure for ...READ MORE

6 days ago in DevOps & Agile by Gagana
• 900 points
27 views
0 votes
0 answers

which phrase fits best as a characteristic of a devops?

The question looks to identify a phrase ...READ MORE

6 days ago in DevOps Tools by Anila
• 1,320 points
49 views
0 votes
0 answers
0 votes
0 answers

Can I switch my career from QA testing to DevOps?

Can I able to switch my career ...READ MORE

6 days ago in DevOps Tools by Anila
• 1,320 points

recategorized 2 days ago by Anila 32 views
0 votes
0 answers

the cloud platform which are not used for devops implementation

This question probes which cloud platforms might ...READ MORE

6 days ago in DevOps Tools by Anila
• 1,320 points
36 views
0 votes
0 answers

What are your challenges when connecting to Development Tools?

What are your challenges when connecting to ...READ MORE

6 days ago in DevOps & Agile by Anila
• 1,320 points
25 views
0 votes
0 answers

which phase of software production are the focus of devops

In the DevOps methodology, there are specific ...READ MORE

6 days ago in DevOps Tools by Anila
• 1,320 points
32 views
0 votes
0 answers

which of these tools is not associated with devops

This question asks: Which tools may not ...READ MORE

6 days ago in DevOps Tools by Anila
• 1,320 points
27 views
0 votes
0 answers

Is it required for a QA tester to learn DevOps?

With this, the question arises: how helpful ...READ MORE

6 days ago in DevOps Tools by Anila
• 1,320 points
24 views
0 votes
0 answers

which tool helps lowering risk during development as customer feedback?

The question aims to find the tools ...READ MORE

6 days ago in DevOps Tools by Anila
• 1,320 points
23 views
0 votes
0 answers

which tools are used by both testers and developers?

This question looks for identification of common ...READ MORE

6 days ago in DevOps Tools by Anila
• 1,320 points
23 views