Added more details on docker image

This commit is contained in:
Ella Schwarz
2021-02-14 18:32:41 -08:00
parent d7be658ca5
commit 788b22a262

View File

@@ -69,12 +69,12 @@ These variables need to be set for the ``make`` system to work properly.
Pre-built Docker Image Pre-built Docker Image
------------------------------------------- -------------------------------------------
An alternative to setting up the Chipyard repository locally is to pull the pre-built Docker image from Docker Hub. The image comes with all necessary dependencies and toolchains installed. An alternative to setting up the Chipyard repository locally is to pull the pre-built Docker image from Docker Hub. The image comes with all dependencies installed, chipyard cloned, and toolchains initialized. Each image comes with a tag that corresponds to the version of Chipyard cloned/set-up in that image. Not including a tag during the pull will pull the image with the latest version of chipyard.
First pull the Docker image. Run: First, pull the Docker image. Run:
.. code-block:: shell .. code-block:: shell
sudo docker pull ucbbar/chipyard-image sudo docker pull ucbbar/chipyard-image:<TAG>
To run the Docker container in an interactive shell, run: To run the Docker container in an interactive shell, run: