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
Because volume bind mount is used, build scripts cannot be easily used inside Docker container.
Solution should make possible starting build scripts inside docker container mainly for continuous integration.
One possible solution would be usage of docker volumes instead of bind mounts.
Other solution could be changing scripts to pass correct (host) path do docker calls.
The text was updated successfully, but these errors were encountered:
Because volume bind mount is used, build scripts cannot be easily used inside Docker container.
Solution should make possible starting build scripts inside docker container mainly for continuous integration.
One possible solution would be usage of docker volumes instead of bind mounts.
Other solution could be changing scripts to pass correct (host) path do docker calls.
The text was updated successfully, but these errors were encountered: