You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide will instruct you in setting up Reactome in a Docker container!
3
+
4
+
## 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.
6
+
7
+
## Step 2: Building and Running the Image
8
+
Once docker has been installed run the following command to prepare the local environment
0 commit comments