DolphinScheduler/dockerfile
qiaozhanwei e3299e62cf dockerfile add application-api.properties and change application.properties to application-dao.properties (#1259)
* ConnectionFactory add paging intercepter

* remove spotbugs-annotations.jar LGPL protocol

* test

* catch exception transaction method does not take effect to modify

* .evn rollback

* DataSourceService rollback

* LogViewServiceGrpc rollback

* dockerfile add application-api.properties and change application.properties to application-dao.properties
2019-11-17 15:13:04 +08:00
..
conf dockerfile add application-api.properties and change application.properties to application-dao.properties (#1259) 2019-11-17 15:13:04 +08:00
hooks dockerfile (#993) 2019-10-12 12:00:17 +08:00
Dockerfile reset pgsql (#1178) 2019-11-08 11:21:56 +08:00
README.md dockerfile (#993) 2019-10-12 12:00:17 +08:00
startup.sh dockerfile startup.sh modify (#1189) 2019-11-09 11:30:02 +08:00

Build Image

  cd ..
  docker build -t dolphinscheduler --build-arg version=1.1.0 --build-arg tar_version=1.1.0-SNAPSHOT -f dockerfile/Dockerfile .
  docker run -p 12345:12345 -p 8888:8888 --rm --name dolphinscheduler -d dolphinscheduler

Note

  • MacOS: The memory of docker needs to be set to 4G, default 2G. Steps: Preferences -> Advanced -> adjust resources -> Apply & Restart