Skip to content

Commit

Permalink
Merge pull request #36 from ministryofjustice/windows-docs
Browse files Browse the repository at this point in the history
updated readme with windows frendily docker run command
  • Loading branch information
Stephen James authored Aug 12, 2024
2 parents 70bbc8e + 1266d24 commit 9dc876d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,18 @@ Within Docker Desktop Cog --> Resources --> File Sharing --> add `/Users/$YOURUS

6. Copy this in your terminal and paste to download and run the Dockerized tooling:

Linux users:

```
docker pull ghcr.io/ministryofjustice/nvvs/juniper-mist-integration/app:latest; docker run -it -v ./data_src:/data_src --env-file .env ghcr.io/ministryofjustice/nvvs/juniper-mist-integration/app:latest
```

Windows Users:

```
docker pull ghcr.io/ministryofjustice/nvvs/juniper-mist-integration/app:latest; docker run -it -v .\data_src:/data_src --env-file .env ghcr.io/ ministryofjustice/nvvs/juniper-mist-integration/app:latest
```

## Development setup

### Prerequisites
Expand Down

0 comments on commit 9dc876d

Please sign in to comment.