Skip to content

Commit

Permalink
create a volume mount for user work directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Sep 18, 2024
1 parent 43eed46 commit c7b27ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
volumes:
- /usr/src:/usr/src
- /lib/modules:/lib/modules
- /root/work:/root/work # Users can put the work in this directory which would be accessible from host as well as container.
devices:
- /dev/bf0:/dev/bf0
privileged: true # Required to allow the container to access kernel-related files
Expand Down

0 comments on commit c7b27ca

Please sign in to comment.