Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 460 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 460 Bytes

dockerized DataHub MySQL

The Dockerfile included in this repository can be used to build a docker image of a mysql db.

It is based on the official mysql:5.6 image and adds a init script for creating user and schema needed by the hybris DataHub.

The command to start a datahub-mysql container is:

docker run -d --name datahub-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d stefanlehmann/hybris-datahub-mysql:latest