Dockerfile linksSpring Boot Application server instanceStarting a Spring Boot Application instance is simple:
docker run -d --name foo -p 8080:80 -v /application:/application aomitech/spring-boot-app
APP_NAMEspring boot start script name.
DEFAULT_RUN_ARGSdefault RUN_ARGS
--logging.file=$LOG_FILE --server.port=80
/application Directory/application
├── lib lib
└── foo.jar
├── bin
└── foo
└── foo.bat
├── logs log dir
Content type
Image
Digest
Size
81.4 MB
Last updated
almost 6 years ago
docker pull aomitech/spring-boot-app