Useful commands
Errors
python package error ()
If you encounter a mistake:
docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked'
try
pip3 install --force-reinstall 'requests<2.29.0' 'urllib3<2.0'