Usually, a docker container has a way to easily switch to root account. It can be as easy as 'su root' or even root by default when you run a shell such as 'bash' within it. However, sometimes, it's not that easy. You need to work hard for it. My issues where the following: su command won't work as it's just a symlink …
Read More