Skip to content

Files

Latest commit

b9875bd · Jan 10, 2022

History

History

Chapter02

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 10, 2022
Aug 31, 2021

Kubernetes in Action, 2nd Edition

Chapter 2. Understanding containers

Creating the Kiada container image

Building the kiada:1.0 image:

  • Makefile - contains commands to build and push the image
  • Dockerfile - Docker instructions for building the image
  • app.js - application code (JavaScript)