mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2025-11-28 11:30:53 +01: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