Sign inSign up

scottfu/spring-java-ubuntu

By scottfu

Updated over 7 years ago

Java for Spring based on Ubuntu

Image
0

10K+

scottfu/spring-java-ubuntu repository overview

docker-spring-java8-ubuntu

Java 8 image for Spring application

docker-compose example

 app:
    image: scottfu/spring-java-ubuntu
    container_name: app
    restart: on-failure
    ports:
        - "8080:8080"
    environment:
        - TZ=Asia/Hong_Kong
        - JAR_NAME=spring-boot.jar
        - JAVA_OPTIONS=-Dfile.encoding=UTF-8
    volumes:
        - ".:/app"
    stdin_open: true
    tty: true

Tag summary

Content type

Image

Digest

Size

176.8 MB

Last updated

over 7 years ago

docker pull scottfu/spring-java-ubuntu