Pull a PodArmor Image
We will use a NodeJS image as an example. You can find the full list images on our Images Repository.Create a NodeJS container
Create a NodeJS application container
Create a new directory
mkdir node-quickstart && cd node-quickstart and create a index.js file with the following content:Create a minimal NodeJS deployment container
Create a package.json file with a random dependency
Create a new directory
mkdir node-minimal && cd node-minimal and create a package.json file with the following content: