diff --git a/open-liberty/content.md b/open-liberty/content.md index f7d0bd5ea..96b57a55f 100644 --- a/open-liberty/content.md +++ b/open-liberty/content.md @@ -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