Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
README improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodforGod committed May 1, 2018
1 parent 75178c0 commit 3d3e07d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Image contains only Java Runtime Environment, so you must have compiled Java app
## Usage
Image have docker *USER* named **app** so you can use it for your application.

Check [example](https://github.com/GoodforGod/docker-alpine-jre8-oracle/tree/master/example) folder for *Dockerfile* example of using image.
Just add code below in your *Dockerfile* to use start your application as a user *app*
```
USER app
```

Check [example](https://github.com/GoodforGod/docker-alpine-jre8-oracle/tree/master/example) folder for *Dockerfile* example of image usage.

0 comments on commit 3d3e07d

Please sign in to comment.