diff --git a/docker-compose.yml b/docker-compose.yml index 9d643362..eb84faf9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: pepsirf: - image: pepsirf-image + image: pepsirf build: context: . dockerfile: Dockerfile \ No newline at end of file diff --git a/docs/3-docker.md b/docs/3-docker.md index 65600b65..0cccd554 100644 --- a/docs/3-docker.md +++ b/docs/3-docker.md @@ -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=,target=/app/ \ -pepsirf-image [ --help | module_name ] +pepsirf [ --help | module_name ] ``` **Note:**