From e444144e0fe5087a7dc1bd1f82a5f9fd436ac58d Mon Sep 17 00:00:00 2001 From: mdavis36 Date: Wed, 27 Mar 2024 18:39:51 -0700 Subject: [PATCH] Command fixes for using docker env for developing Spheral. --- docs/developer/dev/docker_dev_env.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/developer/dev/docker_dev_env.rst b/docs/developer/dev/docker_dev_env.rst index 90fac3d45..3618b4125 100644 --- a/docs/developer/dev/docker_dev_env.rst +++ b/docs/developer/dev/docker_dev_env.rst @@ -15,10 +15,11 @@ local repository. This will allow us to skip setting up a linux system with external packages, gives us pre-built TPLs and allows us to edit a cloned repository from our local machines IDE/text editor.bash:: - > docker dev create --base-image ghcr.io/llnl/spheral + > rm /compose-dev.yaml + > docker dev create --base-image ghcr.io/llnl/spheral --name --path -o -This will generate a docker environment with a random name. A name can be -specified with the ``--name`` option. +.. note:: + You need to have **Docker Desktop**, **VSCode** and the **VSCode Dev Environment Extension** installed for this to work. You do not need to use VSCode to access the container, but the extension seems to do some of the lifting for us when setting up the volume to our local repo. **Output** ::