Update content.md
This commit is contained in:
parent
2fb779bc81
commit
6f0e9d5062
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue