fabikd commented on code in PR #7250: URL: https://github.com/apache/trafficcontrol/pull/7250#discussion_r1048842544
########## infrastructure/cdn-in-a-box/README.md: ########## @@ -182,3 +182,33 @@ Try disabling SELinux or setting it to 'permissive'. SELinux hates letting conta ### Traffic Vault container exits with cp /usr/local/share/ca-certificates cp: missing destination Bring all components down, remove the `traffic_ops/ca` directory, and delete the volumes with `docker volume prune`. This will force the regeneration of the certificates. + +## Notes for Apple M1 Pro Configuration + +### Code edits in the cdn-in-a-box directory + +Re/installed docker from the command line to use user=[your username] flag, and update the dockerfiles in the code for both enroller and traffic_ops in the cdn-in-a-box folder with the correct architecture for the M1. Link to install info for docker: https://docs.docker.com/desktop/install/mac-install/ and use Install from command line. Review Comment: As of now, the install from the command line instructions are the same for both. But that's a good point, I will add the "Mac with Apple Silicon" to it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
