I want to execute certain commands inside the container in the command prompt which require elevated privileges. I am currently using the following to launch the command prompt of the container.
`docker exec -it
Is there any other way using which we can run the command prompt in admin mode?