Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not possible to run two instances of Docker-based build simultaneously #213

Open
jhfrontz opened this issue Mar 22, 2019 · 0 comments
Open
Labels
Confirmed issue has been confirmed

Comments

@jhfrontz
Copy link

jhfrontz commented Mar 22, 2019

[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.

@devrandom devrandom added the Confirmed issue has been confirmed label Aug 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Confirmed issue has been confirmed
Projects
None yet
Development

No branches or pull requests

2 participants