Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:12:07.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T11:26:59.616Z (over 1 year 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/)