Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 905 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 905 Bytes

Visitors Count App [Updating Docker Containers with Ouroboros]

Setting Up

  • Update ourboros.env
  • Install Docker : steps
  • Install Docker-compose : step

Running

# docker-compose up -d

Updating

  • Update app.js

  • Login to docker steps

  • Build image # docker build -t mydockerusername/myappname .

  • Push app image to Docker registry # docker push myusername/myappname

Ouroboros will automatically update the app.

App is visible on port 3080. To increase visitor count , open with different browsers.

Commands prefixed with # might require root previledges, or su docker. Verify your user permissions.

Profit

Blog >