Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve docs with latest docker compose commands #6600

Closed
labkode opened this issue Mar 26, 2024 · 0 comments · Fixed by #6626
Closed

Improve docs with latest docker compose commands #6600

labkode opened this issue Mar 26, 2024 · 0 comments · Fixed by #6626
Assignees
Milestone

Comments

@labkode
Copy link
Contributor

labkode commented Mar 26, 2024

Description

With a recent upgrade of docker-compose, the commands using
docker-compose give the following exception:

docker-compose -f etc/docker/dev/docker-compose.yaml up -d 

...

File "/usr/lib/python3/dist-packages/compose/service.py", line 1579, in get_container_data_volumes
        container.image_config['ContainerConfig'].get('Volumes') or {}
    KeyError: 'ContainerConfig'

The reason is a non-backwards compatible change with the syntax: ref

New syntax is docker compose, without the dash.

Steps to reproduce

Tested with following versions

rpm -qa | grep docker-compose
docker-compose-1.29.2-10.fc39.noarch
docker-compose-plugin-2.25.0-1.fc39.x86_64

docker-compose -f etc/docker/dev/docker-compose.yaml up -d

Rucio Version

No response

Additional Information

No response

@labkode labkode added the bug label Mar 26, 2024
@labkode labkode self-assigned this Mar 26, 2024
@labkode labkode added Documentation and removed bug labels Mar 26, 2024
@rdimaio rdimaio linked a pull request Apr 3, 2024 that will close this issue
@bari12 bari12 added this to the 34.2.0 / 34.1.1 milestone Apr 5, 2024
rdimaio added a commit to rdimaio/rucio that referenced this issue Apr 8, 2024
bari12 pushed a commit that referenced this issue Apr 26, 2024
bari12 pushed a commit that referenced this issue Apr 26, 2024
maxnoe pushed a commit to maxnoe/rucio that referenced this issue Jun 3, 2024
labkode pushed a commit to labkode/rucio that referenced this issue Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants