Skip to content

Commit

Permalink
Changed image name to "pepsirf" and added clarifying lines to docker …
Browse files Browse the repository at this point in the history
…tutorial page
  • Loading branch information
SeanGolez committed Oct 2, 2024
1 parent 9037a47 commit 4b277f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
pepsirf:
image: pepsirf-image
image: pepsirf
build:
context: .
dockerfile: Dockerfile
8 changes: 7 additions & 1 deletion docs/3-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@ permalink: /docker/
docker-compose up --build
```

**Excpected Error**:

```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.

### Running the PepSIRF image

```
docker run --mount type=bind,src=<path/to/local/directory>,target=/app/<new_directory> \
pepsirf-image [ --help | module_name <module_args*> ]
pepsirf [ --help | module_name <module_args*> ]
```

**Note:**
Expand Down

0 comments on commit 4b277f4

Please sign in to comment.