- Gradle 5.2
- Java 11
- Spring Boot 2.1
- Docker
- Batect (in progress)
# Use `Dockerfile`, manually spin up container
$ ./run-it.sh
Or:
$ ./gradlew dockerRun
Or:
$ ./batect run -- -Dspring.profiles.active=demo
After the service is running, in another terminal:
# Outputs elided
$ http localhost:8080/actuator/health
$ http localhost:8080/actuator/info
$ http localhost:8080/actuator/env/activeProfiles
Note: the container image name is "tmp" when using Docker directly.
./gradlew dockerRun
fails (at least on Windows)- Merge into binkley/docker