Closed paalbra closed 2 years ago
debian:10
doesn't listen on anyports??
This doesn't actually listen with debian:10
:
podman run -it --rm -p 1337:1337 --entrypoint bash docker.io/library/debian:10 -c "(apt-get update && apt-get install -y netcat) >/dev/null 2>&1 && echo Listening... && nc -l 1337"
Looks like it might work with
debian:10