Last Updated: October 30, 2024 In this guide, we will build a simple Node.js application, an image, and a container using the image then expose the local host using Cloud flare “Cloudflared” tunnels with free Cloudflare tunnels and deploy on Salad Container Engine (SCE)Documentation Index
Fetch the complete documentation index at: https://docs.salad.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A Node.js app that you have developed and tested locally
- A Salad Container Engine(SCE) account
- Git installed on your local machine
How to dockerize a Node.js application
Before we begin, let’s be sure ** Docker ** and Node.js is installed on our system. If Docker is not, you can use the links below to download it based on your chosen Operating System (OS) : To confirm if your Node.js has successfully been installed in your machine, open your (CLI tool) command prompt or desired terminal and type this command. This will display the version of the installedNodejs
node -v