Skip to content

Latest commit

 

History

History
62 lines (56 loc) · 1.87 KB

README.md

File metadata and controls

62 lines (56 loc) · 1.87 KB

DevOps: Task 7

Sperton DevOps Technical Test

How to Deploy

1. Install Git Open your console and run this command

sudo apt-get install git

2. Install Docker

sudo snap install docker

3. Install Docker Compose

apt-get install docker-compose

4. Init Docker Swarm

docker swarm init --advertise-addr 192.168.0.1

5. Clone this Repository

git clone https://github.com/el-aprico/DevOps-Task-7.git && cd DevOps-Task-7

6. Deploy the Application

./deploy.sh

Explanation

Overall, the tech stack is :

Additional, i add the docker registry to store application image locally. Its already up when you deploy the application.

Testing

Open the browser and access:

Thank You