Skip to content

Commit

Permalink
change to rst
Browse files Browse the repository at this point in the history
  • Loading branch information
laspsandoval committed Jan 4, 2024
1 parent fe381d9 commit d01dcf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/development-guide/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Building and Running a Docker Image Locally
To build the image run the following command from the directory containing the Dockerfile. You might add -t option to tag your image
and --rm to remove intermediate containers after the build is done.

`docker build -t <image name> --rm .`
`docker build -t <image name>:<tag name> --rm .`

Now we can run our image.

`docker run --rm -it --volume="$(pwd)/imap_processing/efs:/mnt/spice" <image name> --instrument <instrument> --level <level>`
`docker run --rm -it --volume="$(pwd)/imap_processing/efs:/mnt/spice" <image name>:<tag name> --instrument <instrument> --level <level>`

Building and running a docker image in AWS
"""""""""""""""""""""""""""""""""""""""""""
Expand Down

0 comments on commit d01dcf8

Please sign in to comment.