mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2025-07-15 07:11:22 +02:00
Slightly improved Docker configuration (#230)
* Listed the required volumes in the Dockerfile. * Added docker-compose.yml for convenience as users won't need to manually specify volumes and stuff when running through docker-compose. Adjusted README.md to reflect this change.
This commit is contained in:
committed by
Stéphane Lesimple
parent
afb36c519d
commit
42a3a61f1d
@ -5,3 +5,7 @@ RUN apk --update --no-cache add kmod binutils grep perl
|
||||
COPY . /check
|
||||
|
||||
ENTRYPOINT ["/check/spectre-meltdown-checker.sh"]
|
||||
|
||||
VOLUME /boot
|
||||
VOLUME /dev/cpu
|
||||
VOLUME /lib/modules
|
||||
|
Reference in New Issue
Block a user