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
If I use private repo in compose.yml file, then containerized compose if failing to pull images. The fix, I think, is to mount $HOME/.docker to /root/.docker in compose container
If I use private repo in
compose.ymlfile, then containerized compose if failing to pull images. The fix, I think, is to mount$HOME/.dockerto/root/.dockerin compose container