mdbook connections reset when run inside container #2226
Labels
A-Installation
Area: Installation of mdbook itself
C-enhancement
Category: Enhancement or feature request
Command-serve
Command: serve
S-Not-wrong
Status: Possibly not a bug
Problem
mdbook serve
doesn't seem to be running properly when inside a Podman container. Everything works but serving. The logging indicates that it starts listening on port 3000, but then upon connect, the connection is dropped immediately.If I shell into the container, the server is working and responds to requests.
This makes it look like podman is not working, but then all other servers ,like python's http.server, work properly in this container, just mdbook's connections are reset.
Containerfile:
Build:
Running log:
Try to connect from host:
Try to connect from inside container:
Steps
No response
Possible Solution(s)
No response
Notes
I tried using
mdbook serve --hostname 127.0.0.1
, same issue.Version
The text was updated successfully, but these errors were encountered: