https://github.com/thebeachmaster/updating-with-ouroboros
Updating containers with Ouroboros code repo
https://github.com/thebeachmaster/updating-with-ouroboros
docker docker-compose ouroboros
Last synced: 2 months ago
JSON representation
Updating containers with Ouroboros code repo
- Host: GitHub
- URL: https://github.com/thebeachmaster/updating-with-ouroboros
- Owner: TheBeachMaster
- License: gpl-3.0
- Created: 2019-05-12T11:03:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:12:07.000Z (over 3 years ago)
- Last Synced: 2026-02-20T11:09:40.336Z (4 months ago)
- Topics: docker, docker-compose, ouroboros
- Language: JavaScript
- Homepage: https://www.otienoken.me/containers/updating-docker-containers-with-ouroboros/
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Visitors Count App [Updating Docker Containers with Ouroboros]
## Setting Up
- Update `ourboros.env`
- Install Docker : [steps](https://docs.docker.com/install/)
- Install Docker-compose : [step](https://docs.docker.com/compose/install/)
## Running
`# docker-compose up -d`
## Updating
- Update `app.js`
- Login to docker [steps](https://docs.docker.com/engine/reference/commandline/login/)
- 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 > ](https://www.otienoken.me/containers/updating-docker-containers-with-ouroboros/)