Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 914 Bytes

File metadata and controls

20 lines (13 loc) · 914 Bytes

exo run

Runs an Exosphere application on the local machine

Usage: exo run [flags]

  • dockerizes all services and their dependencies, so no installation of programming languages or runtimes is necessary.
  • prepares them (installing dependencies, compiling)
  • reboots services when they go down
  • exo generate docker-compose is run at the beginning of this command

Flags:

  • --production Runs application in production mode by building Dockerfile.prod files. Uses startup commands listed in Dockerfile.prod instead of those in service.yml.

An Exosphere application is run by running all of its services. Exosphere reads aplication configuration and service configuration to determine how to run an application.

exo run is built on top of Docker Compose.