generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Docker container command throws timeout error #526
Labels
Comments
Do you mean previous 3.x.y releases, or 2.x.y/1.x.y? |
felixfontein
added
bug
Something isn't working
docker-plain
plain Docker (no swarm, no compose, no stack)
labels
Dec 7, 2022
The problem exists in 3.0.0 per my testing. The 2.x branch doesn't have this issue. I was on Fedora 35 probably when it worked, I assume it carried 2.x. |
- hosts: localhost
gather_facts: false
tasks:
- name: Wait
docker_container:
name: test
command: sleep 2m
detach: false
cleanup: true
image: ubuntu:latest reproduces this with |
#527 fixes this. |
Thank you! |
This was referenced Dec 11, 2022
Merged
1 task
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
SUMMARY
Long-running docker commands seem to throw a "read timed out" error despite them processing. This did not happen with previous versions.
ISSUE TYPE
COMPONENT NAME
docker_container
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Fedora 37
STEPS TO REPRODUCE
sudo dnf install podman-docker && sudo systemctl start podman
ansible-playbook -K test-docker-command.yml
sudo docker logs -f osm-import
).EXPECTED RESULTS
Completes successfully.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: