Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ownership of directories and files in JS7 containers are is managed

  • by default from the respective Dockerfile that creates the image.
  • at run-time by the respective entrypoint.sh script:
    • The script can switch user account if started from the root account.
    • The script will use the indicated account if started from a non-root account.
  • individually if users create their own Dockerfile, entrypoint.sh script and image, see JS7 - Build Container Images.

...