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
[This is similar to #184 except that the collision is on the name of the container produced by make-base-vm]
If you simultaneously start two different Docker-based instances of gbuild using the same make-base-vm target name (but running from different working directories), the slower/second one will call stop-target and will stop/remove the first/faster instance's container. This seems to be because (unlike with the KVM or VBOX variants) the targets (containers) are not uniquely named/identified.
The text was updated successfully, but these errors were encountered:
[This is similar to #184 except that the collision is on the name of the container produced by
make-base-vm
]If you simultaneously start two different Docker-based instances of
gbuild
using the samemake-base-vm
target name (but running from different working directories), the slower/second one will callstop-target
and will stop/remove the first/faster instance's container. This seems to be because (unlike with the KVM or VBOX variants) the targets (containers) are not uniquely named/identified.The text was updated successfully, but these errors were encountered: