This tag is for programming questions about DevOps ("development" and "operations"), which is a software development method that stresses communication, collaboration, integration, automation, and measurement of cooperation between software developers and other IT professionals.
I have a docker-compose file running a few Dockerfiles to create my containers. I don't want to edit my Dockerfiles …
docker containers docker-compose dockerfile devopsI've been using K8S ConfigMap and Secret to manage our properties. My design is pretty simple, that keeps properties …
docker kubernetes devopsversion: '2' services: web: build: context: ./ dockerfile: deploy/web.docker volumes: - ./:/var/www ports: - "8080:80" links: - app …
docker docker-compose devopsI am pretty new to Development community and specifically to DevOps practices , as a part of project we are trying …
plugins continuous-integration sonarqube gitlab devopsWhen Ansible has problems running plays against a host, it will output the name of the host into a file …
ansible ansible-playbook devopsI Installed Redis Server on ubuntu 16.04. but when I try to start the redis service as $ sudo systemctl start redis …
redis ubuntu-16.04 devops servicestack.redisRecently I'm looking at Ansible and want to use it in projects. And also there's another tool Rundeck can be …
jenkins ansible continuous-delivery devops rundeckI'm getting started Vagrant and want to use it with KVM/qemu (and the Virtual Machine Manager GUI), instead of …
vagrant qemu devops vagrantfile kvmI want to add a volume to my service, but only if the final user gave a folder for it. …
docker docker-compose conditional-statements cloud devops