Sign inSign up

aomitech/spring-boot-app

By aomitech

Updated over 4 years ago

Run Spring Boot Application

Image
0

100K+

aomitech/spring-boot-app repository overview

Quick reference

How to use this image

Start a Spring Boot Application server instance

Starting a Spring Boot Application instance is simple:

docker run -d --name foo -p 8080:80 -v /application:/application aomitech/spring-boot-app

Default Environment Variables

APP_NAME

spring boot start script name.

DEFAULT_RUN_ARGS

default RUN_ARGS

--logging.file=$LOG_FILE --server.port=80

The /application Directory

/application
  ├── lib                        lib
    └── foo.jar 
  ├── bin  
    └── foo 
    └── foo.bat                   
  ├── logs                    log dir
2.1.0
  • OS: Ubuntu 22.04
  • jdk: 17.0.3.1

Tag summary

Content type

Image

Digest

Size

81.4 MB

Last updated

almost 6 years ago

docker pull aomitech/spring-boot-app