Skip to content

Commit

Permalink
Update 3-docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanGolez authored Oct 2, 2024
1 parent 4b277f4 commit d5643c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/3-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ docker-compose up --build

```Error: Invalid module name entered```

This just means that the pepsirf command was not given arguments. You can ignore since you will be providing arguments when running the image.
This just means that the pepsirf command was not given arguments. You can ignore this since you will be providing arguments when running the image.

### Running the PepSIRF image

Expand All @@ -27,4 +27,4 @@ pepsirf [ --help | module_name <module_args*> ]
- Replace <path/to/local/directory> with the actual path to your local directory.
- Replace <new_directory> with the desired name for the directory in the container.
- If you are specifying a file (for reading or writing) from the source directory, use /app/<new_directory/file>
- Make sure that Docker is granted permission for file sharing with the local directory.
- Make sure that Docker is granted permission for file sharing with the local directory.

0 comments on commit d5643c9

Please sign in to comment.