ifree / app.py
3v324v23's picture
t1
af1bbf8
Raw
History Blame Contribute Delete
183 Bytes
FROM ubuntu:22.04
RUN apt-get update && apt-get install -y iproute2 iputils-ping
CMD sh -c "echo Host IP: $(getent hosts host.docker.internal | awk '{print $1}'); tail -f /dev/null"