File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,16 @@ Dockerhub Repo: https://hub.docker.com/repository/docker/rshariffdeen/fixmorph
9
9
10
10
11
11
# Getting Started
12
- ## Hardware Requirements
12
+ ### Hardware Requirements
13
13
All experiments were conducted using Ubuntu 18.04 operating system on a Dell Power Edge R530
14
14
Intel(R) Xeon(R) CPU E5-2660 processor and 64GB RAM.
15
15
16
+ ### Docker Preliminaries
17
+ * Ensure you have ` docker ` installed.
18
+ See: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04
19
+ * Ensure you have added yourself to the ` docker ` group: `sudo usermod -a -G
20
+ docker <username >`. You will need to log back in to see the permissions take effect.
21
+
16
22
17
23
## Building the environment
18
24
Please note that the environment to run the experiments requires building 2 docker images:
You can’t perform that action at this time.
0 commit comments