分布式调度框架。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
qiaozhanwei c0891ab567 dockerfile email address change (#1194) 5 years ago
..
conf dockerfile email address change (#1194) 5 years ago
hooks dockerfile (#993) 5 years ago
Dockerfile reset pgsql (#1178) 5 years ago
README.md dockerfile (#993) 5 years ago
startup.sh dockerfile startup.sh modify (#1189) 5 years ago

README.md

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