PIO_DB_HOST: PostgreSQL server addressPIO_DB: PostgreSQL database namePIO_DB_USER: PostgreSQL database userPIO_DB_PASSWORD: PostgreSQL database passwordES_HOST: Elasticsearch hostES_PORT: Elasticsearch port$ docker-compose up
# open a new terminal and run below command to ssh into pio container
$ docker-compose exec app sh
$ pio status # check pio status
$ pio eventserver &
$ pio app new **your-app-name-here** # specify the appName used in the template's engine.json file (you can see it in the current directory)
Feed data through sdk and use pio train & pio deploy subsequently. Also, note that default UR integration tests are removed while building the container from scala source, and thus, can't be run.
Content type
Image
Digest
Size
1.2 GB
Last updated
almost 8 years ago
docker pull inspectorio/prediction-io