Fork me on GitLab

Running Rancher's ContainerOS and launching Docker Containers from Inside

A guide about running Rancher’s Container OS inside virtual machine and launching Docker Containers from within. Also guide to setup Rancher Server (a container management platform) as docker container inside RancherOS for demo. Rancher Server’s docker container can also be run elsewhere.


Quick glance for Docker Administration Commands, Networking, Data Volumes ...

Hi, all I shall talk about in this article is a few common commands that shall be requied for Docker Administration, it could be from simple stuff like exposing container port to external world through host port mapping, or sharing some files, and more like running executables inside


Get Supercharged with 3rd Party Docker Tools

Docker, a perfect containerization tool that allows one to transfer applications as cross-platform linux appliances (duly installed and pre-configured) is a promising piece of technology. Although, windows containers are limited and can’t operate on linux as well one can’t generates appliances for multi-platform from single Dockerfile like in Packer, this technology is very powerful and used widely. Greatest demerits of working with docker is that it requires a lot of time with console and configuration files. In this article, I’ve tried to enlist few tools that will help in harping power of Docker to more extent.


Remotely Build Machine or Container Image, Install Apps & Deploy Anywhere with HashiCorp - Total DEVOPs

HashiCorp is the creator of the open source projects Vagrant, Packer, Terraform, Serf, and Consul, and the commercial product Atlas. In this ecosystem Packer generated machine as well as container images froms scripts, Terraform provision hardware from these images (Artifacts), Vagrant deals with creating copy of production for development enviornment.

This is post we’ve presented overview of tools in HashiCorp EcoSystem as well as it contains building base for its apps by giving a detailed tutorial on Packer, Terraform etc.


Commands, Working Samples (.gitlab-ci.yml & Dockerfile)

This post is creates a basic understanding of important docker commands in a nutshell.