Kobzol / hardware-effects

Demonstration of various hardware effects.
MIT License
2.82k stars 157 forks source link

Unable to launch from prebuilt-image #6

Closed niccottrell closed 5 years ago

niccottrell commented 5 years ago

Hi! I just tried docker pull kobzol/hardware-effects which gives me

Status: Image is up to date for kobzol/hardware-effects:latest

then docker run --rm -it hardware-effects which gives me

Unable to find image 'hardware-effects:latest' locally

Am I missing a step or is there something that needs to be added to the README?

Kobzol commented 5 years ago

Hi, have you tried running docker run --rm -it kobzol/hardware-effects?

niccottrell commented 5 years ago

That's better - now I get a command prompt.. Do I then need to manually launch with ./build/branch-misprediction/branch-misprediction 1 or similar?

Kobzol commented 5 years ago

Yes, in interactive mode you should either launch the programs directly (./build/branch-misprediction/branch-misprediction 1) or you can you try the Python scripts (python3 ./branch-misprediction/benchmark.py ./build/branch-misprediction/branch-misprediction).