Dockers 101 – Series 9 of N – How to Setup Apache and NGINX Server Using Docker
Ops note · Requirement: Setup Apache and NGinx server using docker Strategy: First of all create source folders and html files for Apache and NGinx…
Read NoteOps note · Requirement: Setup Apache and NGinx server using docker Strategy: First of all create source folders and html files for Apache and NGinx…
Read NoteOps note · What is DevOps? What is SDLC? SDLC(Software Development Life Cycle) is an integral part of development, testing, deployment, maintenance of any software.…
Read NoteOps note · Stateless vs Stateful containers Stateless - they don't need to maintain the state of an application e.g The TicTacToe game container we…
Read NoteOps note · Requirement: Setting up a NodeJs Docker Application Strategy: Create the files needed to run the NodeJS application Create a Dockerfile Build, run…
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 Note