An open API service indexing awesome lists of open source software.

https://github.com/bcbrookman/docker-buoy

A simple container image for tests and demos.
https://github.com/bcbrookman/docker-buoy

container container-images docker

Last synced: 6 months ago
JSON representation

A simple container image for tests and demos.

Awesome Lists containing this project

README

          

# Buoy

Buoy is a simple containerized web app designed for testing load-balancing and demonstrating container concepts. It continuously calls an API endpoint to display basic system information without needing to refresh the page.

![](examples/demo.gif)

# Quickstart

To download and run the latest tag from Docker Hub, simply run:

```
docker run --rm -p 5000:5000 bcbrookman/buoy
```

Docker Compose examples with multiple replicas can be found in `examples/`.

## Building the image

Alternatively, you can build the container locally.

1. Clone the repo
2. `cd` into the repo
3. Run `docker build -t buoy .`

## Licenses

- [MIT Project License](./LICENSE)
- [Third-party Licenses](./LICENSE_THIRD-PARTY)