Update Docker Image authored by Farzad Fatollahi-Fard's avatar Farzad Fatollahi-Fard
...@@ -45,7 +45,7 @@ The material in this document requires the use of [Docker](https://www.docker.co ...@@ -45,7 +45,7 @@ The material in this document requires the use of [Docker](https://www.docker.co
Docker images contain all of the files and binaries needed to run a particular task. You can think of Docker images as virtual machine snapshots. Our container registry has a collection of these images. Much like Git, these _tags_ are images that contain different files for different projects. We'll pull the `latest` tag, as shown below: Docker images contain all of the files and binaries needed to run a particular task. You can think of Docker images as virtual machine snapshots. Our container registry has a collection of these images. Much like Git, these _tags_ are images that contain different files for different projects. We'll pull the `latest` tag, as shown below:
``` ```
docker pull socks.lbl.gov:4567/cag/bxe docker pull socks.lbl.gov:4567/cag/bxe/firesim
``` ```
## Running a Docker container ## Running a Docker container
... ...
......