Updated note blocks authored by Farzad Fatollahi-Fard's avatar Farzad Fatollahi-Fard
...@@ -36,8 +36,7 @@ The material in this document requires the use of [Docker](https://www.docker.co ...@@ -36,8 +36,7 @@ The material in this document requires the use of [Docker](https://www.docker.co
- Use [Docker Desktop](https://docs.docker.com/get-docker/) on your local machine - Use [Docker Desktop](https://docs.docker.com/get-docker/) on your local machine
> [!WARNING] Apple Silicon > :warning: If you use Apple Silicon (`aarch64`-based CPU), builds and simulations are prohibitively slow.
> If you use Apple Silicon (`aarch64`-based CPU), builds and simulations are prohibitively slow.
> >
> `x86-64` processors are HIGHLY recommended. > `x86-64` processors are HIGHLY recommended.
...@@ -53,7 +52,7 @@ docker pull socks.lbl.gov:4567/cag/bxe ...@@ -53,7 +52,7 @@ docker pull socks.lbl.gov:4567/cag/bxe
Once you've pulled a Docker image, you can run within a container. You can think of containers as the virtual machine that's running the image you pulled. When a container is initialized and run, it's given a unique hash and a unique string name. When you want to access the container, you refer to its unique hash/string. You can also give your container a unique name, as demonstrated below: Once you've pulled a Docker image, you can run within a container. You can think of containers as the virtual machine that's running the image you pulled. When a container is initialized and run, it's given a unique hash and a unique string name. When you want to access the container, you refer to its unique hash/string. You can also give your container a unique name, as demonstrated below:
> **NOTE:** `--privileged` is only required when using FireMarshal. > :exclamation: **NOTE:** `--privileged` is only required when using FireMarshal.
- Running a Docker container interactively - Running a Docker container interactively
- This runs the Docker container and attaches the console of your container - This runs the Docker container and attaches the console of your container
... ...
......