Press ESC to close

Or check our Popular Categories...
C

Centos docker with cron and sshd

1 Min Read
0 36
1 Min Read
0 36

Simple Dockerfile with cron and sshd in centos version. Dockerfile Use the below content to build your own docker image. FROM centos:latest MAINTAINER ahamed ADD run.sh /tmp/run.sh ADD root_cron /tmp/root_cron ## Install crontab and basic configuratoin RUN yum -y update…

Continue Reading
M

Mini Ansible – Python – Fabric

1 Min Read
0 40
1 Min Read
0 40

Tired of installing ansible and writing configuration which you don’t know, but you know the command to install means you are in right place, I have a made mini ansible just clone and add ur command on conf it works like a charm.

Continue Reading
1 Min Read
0 32

Provision and deploy the Consul on AWS using Terraform and Docker. Introduction In this post, we will deploy a highly available three-node Consul cluster to AWS. We will use Terraform to provision a set of EC2 instances and accompanying infrastructure….

Continue Reading
B

Bit Bucket API – Python

1 Min Read
0 30
1 Min Read
0 30

What do you find here? Accessing the Bitbucket API v2.0. Get the list of the repo with UUID. Get the history of the commit with the committed author within the limit. Sort and get the top committer. List the number…

Continue Reading