Use of docker-compose creates some problems on centos systems with an old Python, specifically the inability to upgrade a potentially old requests module. Therefore using docker compose create problems. Instead, change docker4me so that it uses the raw/plain docker command.
Use of docker-compose creates some problems on centos systems with an old Python, specifically the inability to upgrade a potentially old
requests
module. Therefore using docker compose create problems. Instead, change docker4me so that it uses the raw/plain docker command.