From 07e07c2db3359b939bd8adf56b123bfb129caa3d Mon Sep 17 00:00:00 2001 From: Kyle Shores Date: Mon, 31 Jul 2023 11:25:50 -0500 Subject: [PATCH] adding docker installation instructions --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc128393..53432846 100644 --- a/README.md +++ b/README.md @@ -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