You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find myself constantly having to pull two images: fpm and cli, which contain a lot of redundancy and use more bandwidth than they would if fpm was based from cli.
To avoid this, I sometimes do docker run -it --rm php:fpm php -v, but this is counterintuitive.