Update content.md

This commit is contained in:
Arthur De Magalhaes 2019-03-21 16:51:28 -04:00 committed by GitHub
parent 2fb779bc81
commit 6f0e9d5062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ This image runs by default with `USER 1001` (non-root), as part of group `0`. Pl
## Updating folder permissions
All of the folders accessed by WebSphere Liberty have been given the appropriate permissions, but if your extending Dockerfile needs permission to another location you can simply temporarily switch into root and provide the needed permissions, example:
All of the folders accessed by Open Liberty have been given the appropriate permissions, but if your extending Dockerfile needs permission to another location you can simply temporarily switch into root and provide the needed permissions, example:
```dockerfile
USER root