From 788b22a26218b02f3da373a19bc95746a6299421 Mon Sep 17 00:00:00 2001 From: Ella Schwarz Date: Sun, 14 Feb 2021 18:32:41 -0800 Subject: [PATCH] Added more details on docker image --- docs/Chipyard-Basics/Initial-Repo-Setup.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Chipyard-Basics/Initial-Repo-Setup.rst b/docs/Chipyard-Basics/Initial-Repo-Setup.rst index 53bc12d4..eedb1959 100644 --- a/docs/Chipyard-Basics/Initial-Repo-Setup.rst +++ b/docs/Chipyard-Basics/Initial-Repo-Setup.rst @@ -69,12 +69,12 @@ These variables need to be set for the ``make`` system to work properly. 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. -First pull the Docker image. Run: +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: .. code-block:: shell - sudo docker pull ucbbar/chipyard-image + sudo docker pull ucbbar/chipyard-image: To run the Docker container in an interactive shell, run: