-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Podman hanging with couchdb #5351
Comments
can you provide the whole command you are using including the image name? |
I'm thinking this could also be a slirp issue |
@baude oops sorry, it's just the dockerhub |
A friendly reminder that this issue had no activity for 30 days. |
@astronouth7303 Please provide the entire command you are seeing this with? And are you using the latest podman comand? |
The entire command is at the top. I was using the latest at the time I filed this bug. I know you've had a release since then. I haven't retested. |
Can't reproduce locally - seems to be working fine over here. If you can still reproduce, adding a |
This seems to have been cleaned up with Podman 1.8.2/slirp4netns 0.4.3. |
/kind bug
Description
Podman+Couchdb consistently hangs.
I don't think this is quite the same as #5350 because I can get this to happen even immediately after I clean out all of podman.
Steps to reproduce the issue:
podman run --env COUCHDB_USER=spam --env COUCHDB_PASSWORD=eggs --publish 127.0.0.1:5984:5984 --detach couchdb
Other podman commands like
podman ps
hang while the above is running.Describe the results you received:
I expect it to print the container ID and exit.
Describe the results you expected:
Never does either.
Additional information you deem important (e.g. issue happens only occasionally):
After Ctrl-C-ing the
podman run
command, I get the samepodman rm
error:Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):(Project kubric)
Additional environment details (AWS, VirtualBox, physical, etc.):
Running debian on a real laptop, same one as all my other bugs.
The text was updated successfully, but these errors were encountered: