docker-socket-proxy icon indicating copy to clipboard operation
docker-socket-proxy copied to clipboard

Pulling image access

Open zabihexes opened this issue 3 years ago • 4 comments

How can I allow pulling of an image?. IMAGES=1 does not allow it. I can list images, but not pull them.

zabihexes avatar Aug 26 '22 11:08 zabihexes

Try adding POST=1. Docker may require this to save or "load" the image.

hankehly avatar Oct 06 '22 08:10 hankehly

@Yaikava did adding POST=1 work for you?

chessmango avatar Apr 06 '23 16:04 chessmango

I was experiencing the exact same issue afaik, and yep it just needed the environment variable POST=1 so that the image can be pulled.

Seems like @Yaikava is MIA :eyes:

fetwar avatar Jun 03 '24 01:06 fetwar

Yeah Never really got back to this. Glad you got it working though.

zabihexes avatar Jun 03 '24 02:06 zabihexes