Skip to content
jdedji edited this page Mar 30, 2023 · 2 revisions

Welcome to the Microsoft-Azure-Project wiki!

Deployment of voting application in docker container

Commands used

# git clone ==== to Clone existing repo

# Create container images

# docker-compose up -d ==== to create the container image, download the Redis image, and start the application.

# docker images ===== to see the created images

# docker ps ==== to see running Images

image