Skip to content
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

support custom path for running in containers #23

Open
zhangguanzhang opened this issue Nov 6, 2023 · 0 comments
Open

support custom path for running in containers #23

zhangguanzhang opened this issue Nov 6, 2023 · 0 comments

Comments

@zhangguanzhang
Copy link

$ 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
@zhangguanzhang zhangguanzhang changed the title support custom path in containers support custom path for running in containers Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant