-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Test docker-compose.yml with multiple interfaces exposed #386
Comments
@marvinmarnold i tested this today on a rak unit - it does not seem to be a balena restriction per se. The diagnostics container ran fine with both i2c-1 and i2c-7 exposed miner container didn't - however perhaps it is due to diagnostics having |
ok @marvinmarnold confirmed - if you have if you do not have |
Resolved in #414 |
In fact, further to this, @MuratUrsavas has shown in #414 that we don't even need to declare the i2c devices if we use |
Also see #385 (comment) |
Previously docker-compose.yml files with unavailable interfaces (such as i2c-7 on a raspberry pi) would fail to build on that device.
It seems that this might have been changed/fixed in balena but we need to test this further
Relates-to: #385
The text was updated successfully, but these errors were encountered: