Dockerized Python App

Preparation

  • It's nice to have docker installed.
  • Check if ./app.sh is executable.
  • Available operations:
    1. build build the container;
    2. stop stop the container;
    3. status show the status of the container.
  • You can check the endpoints below.
Example:
   ./app.sh build
   ./app.sh status

Available endpoints