Docker Mastery
  • Virtual Machine and The Grand House
  • The Tale of Magic Kitchen : A Docker Architecture
  • Virtual Machine vs Containers
  • The Digital Tea Kadai – Client Server Architecture & Docker
  • The Bakery, Recepies, Dough & Cookies – Registry, Repository, Images, Containers
  • Running ‘Hello, World!’ with BusyBox: A Docker Adventure
  • Diving Deeper into Docker with Detached Mode, Naming, and Inspections
  • Tomcat: Exploring Docker Port Mapping and Logs
  • The Building Blocks – Detailed Structure of a Dockerfile
  • Docker Volumes Explained: A Quick Guide
  • Docker Tasks
    • Pull the nginx image from Docker Hub and run it as a container. Map port 80 of the container to port
    • Create a Dockerfile for a simple Node.js application that serves “Hello World” on port 3000.
    • Run a container from the ubuntu image and start an interactive shell session inside it.
    • Create a Dockerfile for a Go application that uses multi-stage builds to reduce the final image size
    • Create a Docker volume and use it to persist data for a MySQL container.
    • Add a health check to a Docker container running a simple Node.js application.
  • Page
  • Docker Live
    • Docker Live | Meet & Greet
    • Docker Live | Need of Docker
    • Docker Live | Bonding of Image & Container, Client Server Architecture
    • Docker Live | Docker Logs, Remove, Port Mapping
    • Docker Live | Dockerize a Flask Application
Powered by GitBook
On this page

Page

PreviousAdd a health check to a Docker container running a simple Node.js application.