Added persistent mount and multiple mounts authored by Farzad Fatollahi-Fard's avatar Farzad Fatollahi-Fard
......@@ -79,6 +79,8 @@ docker run \
socks.lbl.gov:4567/cag/bxe
```
Any changes made in `/app` in the Docker container are reflected in `/tmp/mpoint` on the host. You can mount multiple directories with multiple `-v [HOSTDIR]:[CONTAINERDIR]` flags with the different mounts.
# Initializing the Chipyard and FireMarshal Environment
Once you've run and attached to your Docker container, you should see the following output on your console:
......
......