If you receive this error please try the following command:
sudo apt-get install python3-setuptools
For other versions like python2 run the following command:
sudo apt-get install python-setuptools
If you receive this error please try the following command:
sudo apt-get install python3-setuptools
For other versions like python2 run the following command:
sudo apt-get install python-setuptools
Try the following command in the terminal after installing Docker.
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
docker ps
Either reboot or log off and login and done.
Podman: The Complete Guide to Rootless, Daemonless Containers Podman is an open-source container engine designed to build, run, manage, and...