/Product-based-website

Deploying docker Containers with Docker Cloud

Primary LanguagePython

Deploy Docker Containers with Docker Cloud

Docker Cloud is a service that automates the deployment of Docker images. Docker Cloud to easily deploy Docker containers based on Dockerfiles in a GitHub repository.

To run the application,

  • cd Desktop
  • git clone https://github.com/adi-001/Product-based-website.git
  • cd Product-based-website
  • pip3 install requirements.txt
  • and run `docker-compose up`.
  • The product service and the website will start (if necessary, docker-compose will automatically build the containers).