mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-03 04:39:00 +08:00
30db5c1467
* Remove server module on api module 1. Remove server module and add dao module. 2. Move quartz in server module to dao module. 3. Update config and class. to resolve conflicts,I deleted CombinedApplicationServer.java Co-authored-by: dailidong <dailidong66@gmail.com> |
||
---|---|---|
.. | ||
conf | ||
hooks | ||
Dockerfile | ||
README.md | ||
startup.sh |
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
- Visit the url: http://127.0.0.1:8888
- UserName:admin Password:dolphinscheduler123
Note
- MacOS: The memory of docker needs to be set to 4G, default 2G. Steps: Preferences -> Advanced -> adjust resources -> Apply & Restart