Skip to main content
Version: 2.28.1

edge app run

Run the application's Docker image

$ edge app run [application_id]

edge app run will do the following:

  • Start the application locally
  • Make it accessible in a browser at http://127.0.0.1:9000/
  • Keep it running until you press Ctrl-C

Notes

  • Ideal for manual interaction with your app before publishing

application_id

The application id to add

Options

  • --verbose / --no-verbose: Enable verbose output for debugging