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
The text was updated successfully, but these errors were encountered:
yurybubnov
pushed a commit
to yurybubnov/testcontainers-java
that referenced
this issue
Jan 9, 2018
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 containerThe text was updated successfully, but these errors were encountered: