Derek Kulinski
Derek Kulinski
> Until recently, /home was not mapped. I'm starting to think we should just map everything. @matthewbauer is that possible to do? I found this ticket because I used the...
@zimbatm looks like https://github.com/NixOS/nixpkgs/pull/47678 got merged, what can I do to get linuxkit working again? It also is broken on my Mac (Mojave).
@grahamc Apologies for asking it here, but it is semi related, and the issue in nixpkgs (https://github.com/NixOS/nixpkgs/issues/16696) about docker on a mac was closed. Is there a reason why we...
What I'm trying to say is, that it theoretically building docker container under OS X should be as simple as passing "x86_64-linux" as target architecture to nixpkgs. From the comment...
@puffnfresh sorry, for refreshing an old thread, but what's the recommend way to build a docker image on OS X? If I don't specify system=x86_64-linux (and use docker image or...
@siraben thanks for the suggestion, that works, but it's (same as with linuxkit-nix) it is an extra step that need to be done, and it makes it harder to get...
The author of boto3-stubs must be stalking me ;) This update was posted there 10 hours later: https://github.com/vemel/mypy_boto3_builder/issues/4#issuecomment-1028776360
Yes, this sounds absolutely great. Thank you.
@whytewolf I'm not sure how this could be tested. To enable FIPS you switch a sysctl in the kernel `crypto.fips_enabled = 1`. I don't see how this could be incorporated...
@vemel I just tried it, and it resolved my issue, so I'm closing the ticket. Thank you.