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,232,857 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
351,164 views
+1 vote
1 answer

Error response from daemon: get "https://registry-1.docker.io/v2/": unauthorized: incorrect username or password

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 234,062 views
+4 votes
5 answers

How to run docker compose YML file?

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

May 7, 2019 in DevOps & Agile by Mithin
259,545 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
252,609 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
251,927 views
+1 vote
2 answers

Could not resolve host: github.com

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

Apr 10, 2020 in Git & GitHub by MD
• 95,460 points
157,013 views
+1 vote
1 answer

How to install package in docker container?

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

Apr 15, 2020 in Docker by MD
• 95,460 points
149,130 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,190 points
147,271 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,190 points
124,325 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
126,188 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
121,404 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,190 points

edited May 28, 2019 by Sirajul 113,868 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,190 points
98,945 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
110,687 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
111,999 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
92,226 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

sudo rm -rf /var/run/docker.pid READ MORE

Dec 22, 2022 in Docker by Marshall

edited Mar 5 70,804 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
69,088 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,190 points
80,345 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

Dec 19, 2024 in DevOps Tools by Gagana
• 10,070 points
477 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

Dec 19, 2024 in DevOps Tools by Gagana
• 10,070 points
492 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, 2024 in DevOps Tools by Anila
• 5,070 points
368 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

Dec 19, 2024 in DevOps Tools by Gagana
• 10,070 points
319 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, 2024 in DevOps Tools by Anila
• 5,070 points
294 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, 2024 in DevOps Tools by Anila
• 5,070 points
245 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, 2024 in DevOps Tools by Anila
• 5,070 points
237 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, 2024 in DevOps Tools by Anila
• 5,070 points
229 views
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, 2024 in DevOps Tools by Anila
• 5,070 points
246 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

Dec 19, 2024 in DevOps Tools by Gagana
• 10,070 points
253 views
0 votes
1 answer

How do you choose between a managed orchestration service (e.g., AWS ECS, Azure AKS) and self-hosted orchestration?

Managed Services: If you value ease of ...READ MORE

Dec 12, 2024 in DevOps Tools by Gagana
• 10,070 points

reshown Mar 11 by Neelam 231 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, 2024 in DevOps Tools by Anila
• 5,070 points
230 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

Dec 19, 2024 in DevOps Tools by Gagana
• 10,070 points
238 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

Dec 19, 2024 in DevOps Tools by Gagana
• 10,070 points
257 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

Dec 19, 2024 in DevOps Tools by Gagana
• 10,070 points
255 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, 2024 in DevOps Tools by Anila
• 5,070 points
206 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, 2024 in DevOps Tools by Gagana
• 10,070 points
453 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, 2024 in DevOps Tools by Gagana
• 10,070 points
431 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, 2024 in DevOps Tools by Anila
• 5,070 points
212 views
0 votes
1 answer

What is the best practice for renaming a branch in Azure DevOps while ensuring minimal disruption?

The Best Methods for Azure DevOps Branch ...READ MORE

Dec 5, 2024 in DevOps Tools by Gagana
• 10,070 points
419 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, 2024 in DevOps Tools by Anila
• 5,070 points
189 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, 2024 in DevOps Tools by Anila
• 5,070 points
201 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, 2024 in DevOps Tools by Anila
• 5,070 points
177 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, 2024 in DevOps Tools by Anila
• 5,070 points
169 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, 2024 in DevOps Tools by Anila
• 5,070 points
185 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, 2024 in DevOps Tools by Gagana
• 10,070 points

edited Mar 5 105 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, 2024 in DevOps Tools by Anila
• 5,070 points
159 views
0 votes
0 answers

How can I use the Azure DevOps Extension for Azure CLI in Azure DevOps Server environments?

How can I use the Azure DevOps ...READ MORE

Dec 6, 2024 in DevOps Tools by Anila
• 5,070 points
225 views
0 votes
0 answers

What is the difference between dotnet build and dotnet publish in Azure DevOps pipelines?

What is the difference between dotnet build ...READ MORE

Dec 6, 2024 in DevOps Tools by Anila
• 5,070 points
280 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, 2024 in DevOps Tools by Anila
• 5,070 points
171 views