Comment on Podman - container exits without logs

ubergeek77@lemmy.ubergeek77.chat ⁨4⁩ ⁨months⁩ ago

You are giving it the -d flag. -d means “detached.” There are logs, you are just preventing yourself from seeing them.

Replace the -d with an -i (for interactive) and try again.

More than likely, this might have something to do with podman being unprivileged, and this wanting to bind to port 80 in the container (a privileged port).

Running in interactive mode will give you the logs you want and will hopefully point you in the right direction.

source
Sort:hotnewtop