Skip to content

Commit

Permalink
Command fixes for using docker env for developing Spheral.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis36 committed Mar 28, 2024
1 parent a608bb9 commit e444144
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/developer/dev/docker_dev_env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path_to_local_repo>
> rm <path_to_local_repo>/compose-dev.yaml
> docker dev create --base-image ghcr.io/llnl/spheral --name <name_your_env> --path <path_to_local_repo> -o <path_to_local_repo>

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** ::

Expand Down

0 comments on commit e444144

Please sign in to comment.