Commentary: Mention docker hub explicitly (#5241)

This commit is contained in:
Chris Bachhuber
2024-07-09 06:59:43 -04:00
committed by GitHub
parent b66fdd7421
commit c383f4868f
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -11,10 +11,11 @@ easily as a docker image, e.g.:
docker run -ti verilator/verilator:latest --version
This will install the container, run the latest Verilator and print
This will pull the container from `docker hub
<https://hub.docker.com/r/verilator/verilator>`_, run the latest Verilator and print
Verilator's version.
Containers are automatically built for all released versions, so you may
Containers are automatically built and pushed to docker hub for all released versions, so you may
easily compare results across versions, e.g.:
::
+1
View File
@@ -25,6 +25,7 @@ Aylon Chaim Porat
Bartłomiej Chmiel
Cameron Kirk
Chih-Mao Chen
Chris Bachhuber
Chris Randall
Christopher Taylor
Chuxuan Wang