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

[Feature request] Multiple docker instances #3

Open
MartinStej opened this issue Dec 14, 2018 · 1 comment
Open

[Feature request] Multiple docker instances #3

MartinStej opened this issue Dec 14, 2018 · 1 comment

Comments

@MartinStej
Copy link

  • Sometimes would be nice to have option to run multiple containers with Yocto
  • From mount point of view, it is already done. Docker volume mapping solves problem with same Yocto directory.
  • Probably need to modify yocto command
  • Mounting/unmounting should not need to modify
@gandrys
Copy link
Owner

gandrys commented Mar 12, 2019

Thats true, it would be nice, but in the current stateless architecture and straightforward loop identification i would have to rewrite entire "yocto" loop dev and container mapping. It is easy to do, I dont have time now. As workaround it is possible to install yocto-tools to other user account in linux and run second yocto env there. Usually only one running/working yocto env is enough. Moreover build of second yocto env would freez entire machine. Nerveless, I may add this feature in next releases. Feature plan is it rewrite it yocto-tools to python or to golang. This tools was just proof of concept nothing else ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants