@@ -17,7 +17,7 @@ These image contain configuration to connect with their environment. You do need
...
@@ -17,7 +17,7 @@ These image contain configuration to connect with their environment. You do need
For example, if you have your OAuth token in `/home/$(whoami)/PEP/OAuthToken.json`, and want to download data to `/mnt/data/pulled-data`, you could run docker as follows:
For example, if you have your OAuth token in `/home/$(whoami)/PEP/OAuthToken.json`, and want to download data to `/mnt/data/pulled-data`, you could run docker as follows:
```
```
docker run -it --volume /mnt/data:/output --volume /home/$(whoami)/PEP:/token:ro <IMAGE_NAME> bash
docker run -it --volume /mnt/data:/output --volume /home/$(whoami)/PEP:/token:ro <IMAGE_URI> bash
```
```
You now have a bash shell inside the docker container. You can do the following to download data:
You now have a bash shell inside the docker container. You can do the following to download data: