Trending questions in DevOps & Agile

+5 votes
2 answers

How To Deploy Windows Server Using Puppet?

Deploying windows server through Puppet is similar ...READ MORE

Mar 27, 2018 in Puppet by shubham
• 7,340 points
1,567 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
850 views
0 votes
1 answer

Timeout when running stage on Bluemix DevOps pipeline

Its not possible to change the timeout ...READ MORE

Aug 3, 2018 in DevOps Tools by Kalgi
• 52,360 points
500 views
0 votes
1 answer

IBM Cloud DevOps - Eclipse Orion IDE not working correctly

follow these steps Step 1- open dev-tools Step 2- ...READ MORE

Aug 3, 2018 in DevOps Tools by Kalgi
• 52,360 points
492 views
0 votes
1 answer

Building a particular tenant in hybris

There isn't an in-built option to only ...READ MORE

Aug 1, 2018 in DevOps & Agile by DareDev
• 6,890 points
579 views
0 votes
1 answer

How to remove docker installed using wget

The uninstallation step mentions: sudo apt-get purge -y docker-engine sudo apt-get ...READ MORE

Jul 30, 2018 in Docker by Kalgi
• 52,360 points
651 views
0 votes
1 answer

Docker in Docker permissions error

Personally, i've just had to do this ...READ MORE

Jul 30, 2018 in Docker by Kalgi
• 52,360 points
634 views
0 votes
1 answer

login popup not working in tomcat9 when I click the server status

Try and install tomcat 8.0.41. It is ...READ MORE

Jul 12, 2018 in DevOps Tools by DareDev
• 6,890 points
1,409 views
0 votes
1 answer

How to get results of SonarQube?

You can use sonarqube quality gates which ...READ MORE

Jun 8, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
2,876 views
0 votes
1 answer

Run Tests within Container using the Bluemix DevOps service

Try these steps: Step 1- sett up a ...READ MORE

Aug 3, 2018 in DevOps & Agile by Kalgi
• 52,360 points
451 views
0 votes
1 answer

deleting pods using kubernetes replication controller

The pods which are managed by ReplicationController ...READ MORE

Jul 24, 2018 in Kubernetes by DareDev
• 6,890 points
876 views
0 votes
1 answer

Brew install docker does not include docker engine?

Please try running brew install docker This will install ...READ MORE

Jul 30, 2018 in Docker by Kalgi
• 52,360 points
616 views
0 votes
1 answer

I am having problem with Apache as it cant restart because it already uses its port

Here is what you can do. Free ...READ MORE

Jul 25, 2018 in DevOps Tools by Atul
• 10,240 points
821 views
0 votes
1 answer

How can I create an object of Microsoft.SqlServer.Management.Smo.Mail.MailServer class?

 Step 1 - Set variables for mail ...READ MORE

Jul 10, 2018 in DevOps Tools by Kalgi
• 2,680 points
1,447 views
0 votes
1 answer

Bluemix: How to revert from toolchain to old DevOps services

The “add-git” has become old school and ...READ MORE

Aug 3, 2018 in DevOps Tools by Kalgi
• 52,360 points
404 views
0 votes
1 answer

what are these - @@--@@ in github

This statement is called the hunk header. You ...READ MORE

Jun 27, 2018 in Git & GitHub by anonymous
1,991 views
0 votes
1 answer

Docker can't connect to docker daemon

The Post-installation steps for Linux documentation reveals the following ...READ MORE

Jul 18, 2018 in Docker by Kalgi
• 2,680 points
1,083 views
0 votes
1 answer
+2 votes
5 answers

main roles of DevOps

Can you please brief about the roles ...READ MORE

Oct 16, 2018 in DevOps & Agile by Haider
1,273 views
0 votes
1 answer

How to get the most recent ebs snapshot using terraform datasource?

It's not available in the latest release ...READ MORE

Jul 9, 2018 in Other DevOps Questions by Atul
• 10,240 points
1,474 views
0 votes
1 answer

Serverspec doesn't check package version correctly

Specinfra is escaping the characters in the with_version chain ...READ MORE

Aug 2, 2018 in DevOps Tools by Kalgi
• 52,360 points
1,038 views
0 votes
1 answer

Error “Failed to load the "vagrant-berkshelf" plugin.”

I found workround, set "NIO4R_PURE" environment variable. export ...READ MORE

Jul 25, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
714 views
0 votes
1 answer

Failed to save state: open terraform.tfstate: permission denied

Here is what you can do. Just ...READ MORE

Jul 10, 2018 in DevOps on Cloud by shubham
• 7,340 points
1,342 views
0 votes
1 answer

Why is my docker installation failing?

First off check if virtualbox is running; ...READ MORE

Jul 31, 2018 in Docker by Sophie may
• 10,610 points
403 views
0 votes
1 answer

How do I find OpsWorks deploy user in a recipe ?

Here is a concept which you can ...READ MORE

Jul 25, 2018 in DevOps Tools by Atul
• 10,240 points
659 views
0 votes
1 answer

List only stopped Docker containers

docker ps --filter "status=exited" or docker ps -f "status=exited" or you ...READ MORE

Jul 26, 2018 in Docker by Kalgi
• 52,360 points
612 views
0 votes
1 answer

Is it possible to start a shell session in a running container (without ssh)

use this docker exec -it "id of running ...READ MORE

Jul 25, 2018 in Docker by Kalgi
• 52,360 points
643 views
0 votes
1 answer

Replace all code on Bluemix web IDE

I think you can try the following ...READ MORE

Aug 1, 2018 in Git & GitHub by Damon Salvatore
• 5,980 points
357 views
0 votes
1 answer

How do I know which datastore indexes are in error?

There was no public API for managing ...READ MORE

Jul 27, 2018 in Docker by ajs3033
• 7,300 points
550 views
0 votes
1 answer

shell script to restart a tomcat server if down

Try using systemd isntead of a cron ...READ MORE

Apr 29, 2018 in DevOps & Agile by ajs3033
• 7,300 points
4,412 views
0 votes
1 answer

stopping different hosts from reading the same value when usign ansible in loop

Try using this. Create a new directory ...READ MORE

Jul 27, 2018 in Ansible by DareDev
• 6,890 points
522 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,336 views
0 votes
1 answer

Jira integration with Octopus deploy

Here is an approach which you can ...READ MORE

Jul 9, 2018 in Other DevOps Questions by Atul
• 10,240 points
1,309 views
0 votes
1 answer

Is it possible to start a shell session in a running container (without ssh)

use this docker exec -it "id of running ...READ MORE

Jul 27, 2018 in Docker by Kalgi
• 52,360 points
503 views
0 votes
1 answer

error saying unmerged paths

Git merging means taking changes from one ...READ MORE

Jun 27, 2018 in Git & GitHub by anonymous
1,788 views
0 votes
1 answer

Salt: Require packages installed before executing a formula

You're on the right path. Using require_in ...READ MORE

Jul 13, 2018 in Other DevOps Questions by DareDev
• 6,890 points
1,090 views
0 votes
1 answer

devops , how to create user using ansible playbook

root doesn't need a password to switch ...READ MORE

Jul 16, 2018 in Ansible by Kalgi
• 2,680 points
959 views
0 votes
1 answer

How can I expose more than 1 port with Docker?

To expose just one port, this is ...READ MORE

Jul 25, 2018 in Docker by Kalgi
• 52,360 points
560 views
0 votes
1 answer

How to deploy Git (BitBucket) Capistrano to root directory

Here is what you should do.. The ...READ MORE

Jul 12, 2018 in Git & GitHub by Damon Salvatore
• 5,980 points
1,130 views
0 votes
1 answer

Docker containers as Jenkins Slave build agents

When you encapsulate the stage inside a ...READ MORE

Jun 16, 2018 in Docker by Atul
• 10,240 points
2,222 views
0 votes
1 answer

devops - selenium- jira integration into jenkins

it's a better to display your test ...READ MORE

Jul 12, 2018 in Jenkins by Kalgi
• 2,680 points
1,110 views
0 votes
1 answer

running gunicorn bind command in Jenkins background?

If you're getting a 502 error that ...READ MORE

Jun 26, 2018 in Jenkins by DareDev
• 6,890 points
1,799 views
0 votes
1 answer

How do I pass value from my Fake # script to the host build server (Jenkins)

You can use the EnvInject plugin to pass environment ...READ MORE

Jul 11, 2018 in Jenkins by Kalgi
• 2,680 points
1,154 views
0 votes
1 answer

using custom tools in a Bluemix DevOps pipeline stage

When you create a new job, you ...READ MORE

Jul 25, 2018 in DevOps Tools by ajs3033
• 7,300 points
545 views
0 votes
2 answers

Can't access apache karaf docker container

To access karaf shell directly you can ...READ MORE

Aug 6, 2018 in Docker by Nilesh
• 7,050 points
2,130 views
0 votes
1 answer

How do I update configuration of a Cassandra cluster ?

Here is a way through which you ...READ MORE

Jul 26, 2018 in DevOps Tools by Atul
• 10,240 points
486 views
0 votes
1 answer

salt error : “TypeError: coercing to Unicode: need string or buffer, bool found”

You can check the discussion regarding same ...READ MORE

Jun 17, 2018 in Other DevOps Questions by shubham
• 7,340 points
2,164 views
0 votes
1 answer

Different file owner inside Docker container and in host machine

Here is what you can try. Since ...READ MORE

Jun 27, 2018 in Docker by Atul
• 10,240 points
1,738 views
0 votes
1 answer

How do I manage stranded resources in Chef?

Try the follow the follow this procedure. ...READ MORE

Jul 24, 2018 in Other DevOps Questions by Atul
• 10,240 points
579 views
0 votes
1 answer

Error saying "incorrect network interaface" when trying to create network interface for docker

Try this Step 1- remove the IP address ...READ MORE

Jul 20, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
723 views