Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Cloud Native Ninja -Containerize React app

Cloud Native Ninja -Containerize React app

Slides related to the Part of Cloud Native Ninja series. The YouTube video showcases how to containerize a React app
https://youtu.be/mmM6btuwqfA

Nilesh Gule

May 01, 2023
Tweet

More Decks by Nilesh Gule

Other Decks in Technology

Transcript

  1. Summary ✓ Build : Built React app using npm commands

    ✓ Base images: Used Alpine based base image for Node ✓ Multistage Docker build: ✓ separate build using node base image and run stages using nginx base images ✓ Docker Hub: Publish container images