Devaten

Docker Setup

How to install docker #

1 ) Get Docker-Compose File From Git Hub

git clone https://github.com/devatengit/saas-devaten-agent.git

Set Environment Variable In docker-compose File #

a. ) Go inside the cloned folder named ‘ saas-devaten-agent ‘ which contains the docker compose file.

b. ) Set the Following environment Variable in docker compose file.

Dashboard-UserName :

1. Enter dashboard username.
(Email address which used for signed in to dashboard.)

Dashboard-Password

2. Enter dashboard password.
(Password which used for signed in to dashboard.)

How to Run #

1 ) Go inside the cloned folder named ‘ saas-devaten-agent ‘ which contains the docker-compose file. Open Terminal and run –

sudo docker-compose pull

2) This will download the docker images locally. Then run –

sudo docker-compose up