Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: exec_run -- default user-root #3107

Closed
wants to merge 1 commit into from
Closed

fix: exec_run -- default user-root #3107

wants to merge 1 commit into from

Conversation

Khushiyant
Copy link
Contributor

Fix #2979

According to Docker docs, exec_run() has user - default: root whereas exec_run() has default:None in its implementation

Changes Made:

- privileged=False, user='', detach=False, stream=False,
+ privileged=False, user='root', detach=False, stream=False,

The relevant documentation appears to be the same in 4.1.0 (installed), stable, and latest.

@Khushiyant
Copy link
Contributor Author

@aiordache @ulyssessouza Please review

@Khushiyant Khushiyant closed this by deleting the head repository Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation for exec_run()
1 participant