Skip to content

Commit

Permalink
add link to docker installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rshariffdeen committed May 15, 2021
1 parent 35a2912 commit 87ee66d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion experiments/ISSTA21/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@ Dockerhub Repo: https://hub.docker.com/repository/docker/rshariffdeen/fixmorph


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

### Docker Preliminaries
* Ensure you have `docker` installed.
See: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04
* Ensure you have added yourself to the `docker` group: `sudo usermod -a -G
docker <username>`. You will need to log back in to see the permissions take effect.


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

0 comments on commit 87ee66d

Please sign in to comment.