How can I allow a specific non-root user to run 'docker exec'? – Ubuntu
How can I allow a non-root user to run 'docker exec' ? For example, I would like to allow a user to execute the following command without him obtaining root permissions to the whole system: docker exec -it containerName /bin/bash…