Search code examples
dockerterminalsudoubuntu-20.04status

Problem with Docker(sudo: status: command not found)


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.


Solution

  • Instead use sudo you can manage docker as a non-root user.

    You need read this: Post-installation steps for Linux