I tired to reduce my docker image size using docker slim but facing connection time out issue i have used this command: ./docker-slim build --http-probe
but got the below error
INFO[0008] docker-slim: http probe - GET http://127.0.0.1:32792/ error: Get http://127.0.0.1:32792/: dial tcp 127.0.0.1:32792: getsockopt: connection refused
INFO[0008] docker-slim: HTTP probe done.
INFO[0270] sendCmd(): receive timeout...
Can anyone help on this ??