I have a problem. I want to check docker status but there is an error which sudo: status: command not found. Btw I have install the docker and sudo.
CodePudding user response:
Instead use sudo you can manage docker as a non-root user.
You need read this: Post-installation steps for Linux