docker-socket-proxy
docker-socket-proxy copied to clipboard
Pulling image access
How can I allow pulling of an image?.
IMAGES=1
does not allow it. I can list images, but not pull them.
Try adding POST=1
. Docker may require this to save or "load" the image.
@Yaikava did adding POST=1
work for you?
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:
Yeah Never really got back to this. Glad you got it working though.