TheBeachMaster / updating-with-ouroboros

Updating containers with Ouroboros code repo

Home Page:https://www.otienoken.me/containers/updating-docker-containers-with-ouroboros/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 >

About

Updating containers with Ouroboros code repo

https://www.otienoken.me/containers/updating-docker-containers-with-ouroboros/

License:GNU General Public License v3.0


Languages

Language:JavaScript 90.7%Language:Dockerfile 9.3%