A Boot image based on the official Alpine / OpenJDK 8 image.
git clone https://github.com/pandeiro/docker-boot && cd docker-boot
docker build -t 'boot' .
docker pull pandeiro/boot
docker run \
-v $HOME/.boot:/.boot \
-v $HOME/.m2/repository:/m2 \
-v $(pwd):/app \
-p 8080:8080 \
pandeiro/boot:2.7.1 \
<my-run-task>
Copyright © 2017 Murphy McMahon
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.