Pull a PodArmor NodeJS Image
Pull the PodArmor NodeJS image using the following command, with the version you want to use: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: