Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

jre-with-docker

build docker image

docker build . -t scdf

start docker container

Dockerfileのenv変数と異なる場合、下記のようにカスタマイズできる。

docker run --name=spring-cloud-data-flow -d -p 9393:9393 \
-e spring_datasource_url='jdbc:postgresql://xxx.xxx.xxx.xxx:5432/dbname?currentSchema=xxx' \
-e spring_datasource_username='xxx' \
-e spring_datasource_password='xxx' \
scdf

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors