We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ docker run --rm -ti -v /sys/firmware/:/sys/firmware/ alpine / # ls -l /sys/firmware/ total 0 / # $ docker run --rm -ti -v /sys/firmware/:/rootfs/sys/firmware/ alpine / # ls -l /rootfs/sys/firmware/ total 0 drwxr-xr-x 5 root root 0 Nov 6 01:53 acpi drwxr-xr-x 3 root root 0 Nov 6 01:53 dmi drwxr-xr-x 10 root root 0 Nov 6 01:53 memmap drwxr-xr-x 4 root root 0 Nov 6 01:53 qemu_fw_cfg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: