Skip to content

Commit

Permalink
adding docker installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Jul 31, 2023
1 parent 9badced commit 07e07c2
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,25 @@ git checkout development

Good luck, and have a great day!

## Build the docker file
## Docker

If you don't want to worry about installing our dependencies,
you can create a build of CAM-SIMA using docker. To do so, you will need to
download and install [docker desktop](https://docs.docker.com/desktop/).

#### Windows
Follow the installation instructions for Windows [here](https://docs.docker.com/desktop/install/windows-install/)


#### Linux
Follow the installation instructions for Linux [here](https://docs.docker.com/desktop/install/linux-install/)

#### MacOS
Follow the installation instructions for Mac [here](https://docs.docker.com/desktop/install/mac-install/)

### Download docker

### Build the docker file
1. First, build the esmf docker image. You must tag the build with `esmf`
```
cd docker
Expand Down

0 comments on commit 07e07c2

Please sign in to comment.