Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 374 Bytes

Readme.md

File metadata and controls

22 lines (11 loc) · 374 Bytes

dockerintro

Code für Docker-Live-Demo mit einfachem Java Spring Boot Container und Redis-DB im Hintergrund

Bauen

docker build -t dockerintro .

Starten

docker run --rm -it -p 8080:8080 dockerintro

Endpunkte:

Mit Redis starten (+ ggf. bauen)

docker-compose up