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
docker wait $CONTAINER produces no output when there is no container called $CONTAINER. If this happens (it's happened to me while getting a build working) then there's a shell syntax error at:
docker wait $CONTAINER
produces no output when there is no container called$CONTAINER
. If this happens (it's happened to me while getting a build working) then there's a shell syntax error at:https://github.com/anchor/docker-build/blob/master/base#L119
Fix it by wrapping the
$RC
in quotes.The text was updated successfully, but these errors were encountered: