From f723136c913f3a58e9f8bfa47d09e4a768d5908b Mon Sep 17 00:00:00 2001 From: ehinrichs <54997013+ehinrichs@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:50:33 -0700 Subject: [PATCH] Update README.md Added in instructions on using docker --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index bd277158..5072abf3 100755 --- a/README.md +++ b/README.md @@ -19,6 +19,22 @@ PyLaGriT allows interactive and automated querying of mesh properties, enhanced --- +### Quick Start + +#### Docker Container + +The easiest way to get started with LaGriT is through [Docker](https://hub.docker.com/r/ees16/lagrit): + + $ docker pull ees16/lagrit:latest + $ docker run -it -v $(pwd):/docker_user/work ees16/lagrit:latest + +After the container launches, navigate to: + + $ cd bin + $ ./lagrit + +--- + ### Download LaGriT Download the repo by running: