Running Applications

What do I need ...

Considering the next steps based on the Node.js sample app from before.

What do I need to run apps in container?

  • Node.js – in the correct Version
  • All dependencies of the App (e.g. via Package Manager NPM)

Possibly … when the Application gets bigger ...

  • Database (and its requirements …)
  • Private Network

Running Apps

Video: Running App

Last modified July 15, 2025: Fix: Update (db646b6b)