Skip to content

pandeiro/docker-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Boot Docker Image

A Boot image based on the official Alpine / OpenJDK 8 image.

Build

git clone https://github.com/pandeiro/docker-boot && cd docker-boot

docker build -t 'boot' .

Pre-built

docker pull pandeiro/boot

Usage

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>

License

Copyright © 2017 Murphy McMahon

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

A Docker image with Boot

Resources

Stars

Watchers

Forks

Packages

No packages published