Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips & Traps
-
Docker container is available in Ubuntu and Windows but not macOS in GitHub Actions due to license issues. To use Docker in macOS in GitHub Actions, you have to install it manually. Please refer to Is it possible to install and configure Docker on MacOS runner? for more details.
-
The
runneraccount (even withsudo) in GitHub Actions VMs have restricted priviledges. For example, the Linux perf (and equivalent) tools cannot be run in GitHub Actions VMs even ifsudois used. Docker containers running in GitHub Actions VMs are restricted too. For more details, please refer to Supported Linux capabilities .