spring-guides / getting-started-guides

Getting Started Guide template :: The template for new guides and also the place to request them.
https://github.com/spring-guides/getting-started-guides/wiki
Apache License 2.0
518 stars 204 forks source link

Spring Boot with Docker guide - incorrect statement about user and group #141

Open mrbuddypal opened 3 years ago

mrbuddypal commented 3 years ago

The guide "Spring Boot with Docker" (https://spring.io/guides/gs/spring-boot-docker/) states:

"The build creates a spring user and a spring group to run the application."

At the time that this statement appears, it isn't true. The preceding Docker file does not create the user and group. Since the issue of running as a non-root user is addressed shortly thereafter, it might be best to remove the statement.