Docker Desktop in Ubuntu not showing containers those are build with sudo privilege
I build and run an Docker Container using sudo privilege to do so I ran bellow commands This command to build the container and its build successfully. sudo docker build -t getting-started . After that I ran the docker container…