Docker

Deploy all InLong module by Docker Compose, it’s only available for development.

Requirements:

  • Docker 19.03.1+
  • Docker Compose 1.29.2+

Deploy

Manually copy SQL files from inlong-manager/manager-web/sql to the docker/compose/sql directory.

  1. cp inlong-manager/manager-web/sql/apache_inlong_manager.sql docker/docker-compose/sql

Then, start all components.

  1. docker-compose up -d

Use InLong

After all containers run successfully, you can access http://localhost with default account:

  1. User: admin
  2. Password: inlong

Destroy

  1. docker-compose down