• Platform Angle Right by Iconscout from Unicons - https://iconscout.com/unicons
  • Docker

Docker

Lade supports Docker as the build and runtime environment for your applications. Your applications will be packaged as Docker images, ready to be deployed on a Lade cluster.

Docker vs. Supported Languages

Lade automatically converts source code for supported languages into Docker images using Jet. Apps in other languages that run on Linux can be used by writing your own Dockerfile. Lade will automatically build your Dockerfile when detected in the root directory.

Build Time Variables

To set variables at build time, you can use the ARG instruction in your Dockerfile. Your build variables will be automatically populated with values from your environment variables.