Dockers 101 – Series 5 of N – Using Docker-Setting Up a MySQL/MariaDB Container
Ops note · Requirement: Lets imagine that as a DevOps, you have been asked to create a container to run MySQL/MariaDB, and try different docker…
Read NoteOps note · Requirement: Lets imagine that as a DevOps, you have been asked to create a container to run MySQL/MariaDB, and try different docker…
Read NoteOps note · Requirement: To run a static website using nginx server Strategy: Docker uses a Dockerfile to define what all will be going in a…
Read NoteOps note · Requirement: To setup a WordPress website using docker-compose.yml and docker-compose Strategy: Docker uses a docker-compose.yml to define the orchestration. docker-compose is an orchestration tool which…
Read NoteOps note · Requirement: Lets imagine that as a DevOps, you have been asked to create a container to run redis, and try different docker…
Read NoteOps note · What is Docker? As per the docker documentation - Docker: is a platform to develop, deploy and run application using a concept…
Read NoteOps note · Requirement: To run a Tic Tack Toe which is written in Python Strategy: Docker uses a Dockerfile to define what all will…
Read NoteData note · The Problem: As a part of analysis of similar movie ratings, we would be using lot of RDD techniques and an algorithm…
Read NoteOps note · Why Vagrant? Vagrant is used to: create, suspend, halt, resume, restart, destroy Virtual machines(VMs) SSH into the VMs package and distribute the…
Read NoteData note · If you have used social apps like Facebook, Twitter etc, you might have noticed that as users we have a network of…
Read NoteData note · In this exercise we would like to solve the "Degree of separation" problem. In any social network, their is always a nth…
Read Note