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-composeis run at the beginning of this command
Flags:
--productionRuns application in production mode by buildingDockerfile.prodfiles. Uses startup commands listed inDockerfile.prodinstead of those inservice.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.