[Cialug] Docker compose issue
Andrew Denner
linux-list at upeke.com
Fri Jun 14 00:33:31 UTC 2024
It looks like it may be a known bug in older versions. See https://github.com/docker/compose/issues/7576 for a hint on the need to update to a more modern version?
-------- Original message --------From: "L. V. Lammert" <lvl at omnitec.net> Date: 6/13/24 3:30 PM (GMT-06:00) To: Central Iowa Linux Users Group <cialug at cialug.org> Subject: [Cialug] Docker compose issue Trying to restart a Greenbone Community Edition on a recently updatesOpenSuSE box, .. docker-compose is crashing:$ docker-compose upTraceback (most recent call last): File "/usr/bin/docker-compose", line 8, in <module> sys.exit(main()) File "/usr/lib/python3.6/site-packages/compose/cli/main.py", line 81, inmain command_func() File "/usr/lib/python3.6/site-packages/compose/cli/main.py", line 200,in perform_command project = project_from_options('.', options) File "/usr/lib/python3.6/site-packages/compose/cli/command.py", line 70,in project_from_options enabled_profiles=get_profiles_from_options(options, environment) File "/usr/lib/python3.6/site-packages/compose/cli/command.py", line153, in get_project verbose=verbose, version=api_version, context=context,environment=environment File "/usr/lib/python3.6/site-packages/compose/cli/docker_client.py",line 43, in get_client environment=environment, tls_version=get_tls_version(environment) File "/usr/lib/python3.6/site-packages/compose/cli/docker_client.py",line 143, in docker_client if not context.is_docker_host():AttributeError: 'Context' object has no attribute 'is_docker_host'Appears to be some sort of python issue, but can't find any hints. Don'tsuppose anyone can suggest a way to isolate the problem? TIA!_______________________________________________Cialug mailing listCialug at cialug.orghttps://www.cialug.org/cgi-bin/mailman/listinfo/cialug
More information about the Cialug
mailing list