Skip to content

Commit 87ee66d

Browse files
committed
add link to docker installation guide
1 parent 35a2912 commit 87ee66d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

experiments/ISSTA21/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@ Dockerhub Repo: https://hub.docker.com/repository/docker/rshariffdeen/fixmorph
99

1010

1111
# Getting Started
12-
## Hardware Requirements
12+
### Hardware Requirements
1313
All experiments were conducted using Ubuntu 18.04 operating system on a Dell Power Edge R530
1414
Intel(R) Xeon(R) CPU E5-2660 processor and 64GB RAM.
1515

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+
1622

1723
## Building the environment
1824
Please note that the environment to run the experiments requires building 2 docker images:

0 commit comments

Comments
 (0)