Skip to content

Commit 5d20f54

Browse files
authored
Improve Docker setup instructions in documentation
Added link to local host and docker compose down instructions
1 parent 54a6c4e commit 5d20f54

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

documentation/local-environment-docker.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22
This guide will instruct you in setting up Reactome in a Docker container!
33

44
## Step 1: Installing Docker
5-
Docker is a containerization tool that allows you to run environments you may not have installed on you computer. You can install Docker by following these [instructions](https://docs.docker.com/get-started/get-docker/). Check that docker has installed correctly by running ````docker --version```` if you see a version number then everything is installed correctly.
5+
Docker is a containerization tool that allows you to run environments you may not have installed on your computer. You can install Docker by following these [instructions](https://docs.docker.com/get-started/get-docker/). Check that Docker has installed correctly by running ```docker --version```. If you see a version number, then everything is installed correctly.
66

77
## Step 2: Building and Running the Image
8-
Once docker has been installed run the following command to prepare the local environment
9-
````
8+
Once Docker has been installed, run the following command to prepare the local environment:
9+
```
1010
docker compose up --build
11-
````
11+
```
1212

1313
## Step 3: Explore Reactome!
14-
You're all done! Good job.
14+
Visit [http://localhost:4200/](http://localhost:4200/) to access the website.
15+
You're all done! Good job.
16+
17+
Once finished with accessing the website, run the following command:
18+
```
19+
docker compose down
20+
```

0 commit comments

Comments
 (0)