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,888 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,975 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
256,844 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
250,233 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,415 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 227,378 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
153,630 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
147,362 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
146,193 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,292 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,834 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,852 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,560 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,970 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
109,034 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
95,558 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
90,146 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,951 views
0 votes
1 answer

How can I compare two commits directly in the Azure DevOps web UI?

Follow these steps to compare two commits ...READ MORE

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

How can I update pipelines and pull requests to reflect a renamed branch in Azure DevOps?

Refresh Pipelines: Navigate to Azure DevOps Pipelines. In the ...READ MORE

2 days ago in DevOps Tools by Gagana
• 7,530 points
51 views
0 votes
1 answer

What does the 'AddPackage' permission error mean in Azure DevOps, and how can it be resolved?

In Azure DevOps, the 'AddPackage' permission issue ...READ MORE

2 days ago in DevOps Tools by Gagana
• 7,530 points
49 views
0 votes
1 answer

What are Ansible playbooks, and how do they simplify configuration management?

Ansible playbooks define a set of activities ...READ MORE

2 days ago in DevOps Tools by Gagana
• 7,530 points
40 views
0 votes
1 answer

How do you manage multi-cloud environments with Terraform?

Terraform's provider-based design may be used to ...READ MORE

2 days ago in DevOps Tools by Gagana
• 7,530 points
34 views
0 votes
0 answers

What are the common pitfalls in migrating DevOps services across cloud providers, and how can they be avoided?

What are the common pitfalls in migrating ...READ MORE

Dec 12 in DevOps Tools by Anila
• 5,040 points
30 views
0 votes
0 answers

What are the challenges of moving container orchestration services from Docker Swarm to Kubernetes?

What are the challenges of moving container ...READ MORE

Dec 12 in DevOps Tools by Anila
• 5,040 points
26 views
0 votes
0 answers

What considerations should be made when migrating VCS repositories across platforms (e.g., GitHub to GitLab)?

What considerations should be made when migrating ...READ MORE

Dec 12 in DevOps Tools by Anila
• 5,040 points
26 views
0 votes
0 answers

What are the steps to migrate a monorepo into multiple smaller repositories?

What are the steps to migrate a ...READ MORE

Dec 12 in DevOps Tools by Anila
• 5,040 points
25 views
0 votes
0 answers

How can you use orchestration tools (like Ansible or Chef) to facilitate DevOps service migration?

How can you use orchestration tools (like ...READ MORE

Dec 12 in DevOps Tools by Anila
• 5,040 points
24 views
0 votes
1 answer

How can I secure sensitive data (e.g., secrets) in Terraform?

To protect private information in Terraform: Employ Sensitive ...READ MORE

2 days ago in DevOps Tools by Gagana
• 7,530 points
40 views
0 votes
1 answer

What are Terraform modules, and how can they simplify infrastructure management?

Terraform modules are modular, reusable parts of ...READ MORE

2 days ago in DevOps Tools by Gagana
• 7,530 points
36 views
0 votes
0 answers

What are the challenges of migrating from SVN or Mercurial to Git, and how can they be addressed?

What are the challenges of migrating from ...READ MORE

Dec 11 in DevOps Tools by Anila
• 5,040 points
41 views
0 votes
0 answers

How do you ensure logs are compliant with regulations like GDPR or HIPAA?

How do you ensure logs are compliant ...READ MORE

Dec 11 in DevOps Tools by Anila
• 5,040 points
41 views
0 votes
0 answers
0 votes
0 answers

How do you integrate a VCS with tools like Jira, Jenkins, or Slack?

How do you integrate a VCS with ...READ MORE

Dec 11 in DevOps Tools by Anila
• 5,040 points
31 views
0 votes
0 answers

How can you handle failures gracefully in orchestration workflows to ensure system reliability?

How can you handle failures gracefully in ...READ MORE

Dec 11 in DevOps Tools by Anila
• 5,040 points
30 views
0 votes
0 answers

What are the challenges with using Git submodules in Azure DevOps, and how can they be mitigated?

What are the challenges with using Git ...READ MORE

Dec 10 in DevOps Tools by Anila
• 5,040 points
41 views
0 votes
0 answers

What tools can provide real-time anomaly detection in logs and metrics for microservices?

What tools can provide real-time anomaly detection ...READ MORE

Dec 10 in DevOps Tools by Anila
• 5,040 points
31 views
0 votes
0 answers

How do you balance centralization and decentralization in configuration management for large teams?

How do you balance centralization and decentralization ...READ MORE

Dec 10 in DevOps Tools by Anila
• 5,040 points
30 views
0 votes
0 answers

What strategies can help synchronize configuration changes across distributed systems without downtime?

What strategies can help synchronize configuration changes ...READ MORE

Dec 10 in DevOps Tools by Anila
• 5,040 points
28 views
0 votes
0 answers

How can I secure sensitive configurations, such as API keys and passwords, in configuration management systems?

How can I secure sensitive configurations, such ...READ MORE

Dec 10 in DevOps Tools by Anila
• 5,040 points
28 views
0 votes
0 answers

Are Azure DevOps REST APIs language-agnostic, and how can I use them in different programming environments?

Are Azure DevOps REST APIs language-agnostic, and ...READ MORE

Dec 9 in DevOps Tools by Anila
• 5,040 points
37 views
0 votes
0 answers

How can I configure Azure DevOps pipelines to build projects with Git submodules?

How can I configure Azure DevOps pipelines ...READ MORE

Dec 9 in DevOps Tools by Anila
• 5,040 points
34 views
0 votes
0 answers

What is the best way to migrate multiple Azure DevOps repositories into a single repository?

What is the best way to migrate ...READ MORE

Dec 9 in DevOps Tools by Anila
• 5,040 points
34 views
0 votes
0 answers

What libraries or tools simplify working with Azure DevOps APIs in languages like Python, JavaScript, or C#?

What libraries or tools simplify working with ...READ MORE

Dec 9 in DevOps Tools by Anila
• 5,040 points
30 views
0 votes
0 answers

How can I preserve history and resolve conflicts during the migration of multiple repos into one?

How can I preserve history and resolve ...READ MORE

Dec 9 in DevOps Tools by Anila
• 5,040 points
28 views
0 votes
1 answer

Are there any limitations to comparing commits in Azure DevOps, and how can they be addressed?

Indeed, there are certain restrictions on comparing ...READ MORE

Dec 6 in DevOps Tools by Gagana
• 7,530 points
38 views
0 votes
1 answer

Is there a tool or method to validate Azure DevOps YAML pipelines locally before committing?

Yes, you can use tools like the ...READ MORE

Dec 6 in DevOps Tools by Gagana
• 7,530 points
36 views
0 votes
1 answer

Why does Git keep asking for my password when using Azure DevOps, and how can I fix it?

Reason: When authentication isn't set up correctly or ...READ MORE

Dec 6 in DevOps Tools by Gagana
• 7,530 points
35 views
0 votes
1 answer

How can I test complex pipeline logic locally for Azure DevOps to avoid errors during deployment?

Testing complex pipeline logic locally for Azure ...READ MORE

Dec 6 in DevOps Tools by Gagana
• 7,530 points
31 views
0 votes
1 answer

Are there tools or extensions that help in debugging YAML pipelines locally before deploying to Azure DevOps?

Yes, before deploying to Azure DevOps, YAML ...READ MORE

Dec 5 in DevOps Tools by Gagana
• 7,530 points
47 views