---
1. Install docker on Ubuntu:
https://docs.docker.com/engine/install/ubuntu/
2. Install docker on Mac:
https://docs.docker.com/desktop/mac/install/
3. Install docker on Windows:
https://docs.docker.com/desktop/windows/install/
Note: User should be familiar with docker
1. Start docker service
$ sudo service docker start
2. Pull docker image
-> Choose one docker image
a. Docker image with ERAN Application
$ docker pull vlead/eran
b. Docker image with just the packages. User needs to install ERAN tool separately
$ docker pull vlead/eran-req
3. Create a docker container to run the application
$ docker run -it vlead/eran
4. Test ERAN
After logging into the docker container, follow the below steps to run ERAN
$ cd /ERAN/tf_verify
Check the usage command on ERAN github https://github.com/eth-sri/eran#usage