You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow people to debug / install packages, they need a root permissions level user in the shell command. Passing -u root to the command would suffice.
Acceptance criteria:
Add an option flag to the shell command called --root, optional, alias as -r
When flag is set add -u root to the docker exec call
Update the commands documentation with this argument
Add a note to the command docs on why you would use the root user:
To test modifications to the PHP container eg. installing PHP libraries or other packages
To carry out any other tasks that require sudo privileges such as making directories outside of the app directory
The text was updated successfully, but these errors were encountered:
To allow people to debug / install packages, they need a root permissions level user in the
shell
command. Passing-u root
to the command would suffice.Acceptance criteria:
--root
, optional, alias as-r
-u root
to thedocker exec
callroot
user:sudo
privileges such as making directories outside of the app directoryThe text was updated successfully, but these errors were encountered: