skywalking-java/docker
panjuan fb001867e5 Instead of datasource-settings.properties, use application.yml for MySQLStorageProvider (#3564)
* Is it a typo or not?

* delete datasource-settings.properties

* handle 'metadataQueryMaxSize'

* delete DynamicModuleConfig.java

* modify mysql config

* parsing yaml to support the configuration for multiple properties

* delete datasource-settings.properties

* modify doc

* add properties for docker-entrypoint.sh

* add testLoadConfig()
2019-10-12 20:47:38 +08:00
..
oap Instead of datasource-settings.properties, use application.yml for MySQLStorageProvider (#3564) 2019-10-12 20:47:38 +08:00
ui Update docker building tool (#2677) 2019-05-16 09:37:56 +08:00
README.md Update README.md (#3550) 2019-09-30 11:08:21 +08:00
docker-compose.yml Update docker building tool (#2677) 2019-05-16 09:37:56 +08:00

README.md

This folder contains Docker files for SkyWalking developers to build images manually. If you want to start SkyWalking backend server with docker-compose for your integration, please visit https://github.com/apache/skywalking-docker repository.

You can use Makefile located at root folder to build docker image with current code base. The enviroment variable HUB and TAG will help you build the image with dedicated tag.