Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microscaling/microbadger
What's inside your Docker containers?
https://github.com/microscaling/microbadger
Last synced: about 1 month ago
JSON representation
What's inside your Docker containers?
- Host: GitHub
- URL: https://github.com/microscaling/microbadger
- Owner: microscaling
- License: other
- Archived: true
- Created: 2016-07-29T12:20:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T13:59:47.000Z (over 4 years ago)
- Last Synced: 2024-08-01T12:23:35.887Z (4 months ago)
- Language: Go
- Size: 111 KB
- Stars: 159
- Watchers: 8
- Forks: 17
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - microscaling/microbadger - What's inside your Docker containers? (others)
README
# MicroBadger
**What's inside your Docker containers?**
[MicroBadger](https://microbadger.com) shows you the contents of public Docker images, including metadata and layer information.
Find your container image on MicroBadger to get badges for your GitHub and Docker Hub pages.* Raise problems or feature requests through the Issues list in this repo
* [Join our Slack channel](https://microscaling-users.signup.team/)## Build Docker Image
```bash
$ make build
```## Running locally with Docker Compose
```bash
$ make build
$ docker-compose up --build
```## Licensing
MicroBadger is licensed under the Apache License, Version 2.0. See [LICENSE](https://github.com/microscaling/microbadger/blob/master/LICENSE) for the full license text.
## Contributing
We'd love to get contributions from you! Please see [CONTRIBUTING.md](https://github.com/microscaling/microbadger/blob/master/CONTRIBUTING.md) for more details.
## Contact Us
We are on Twitter at [@microscaling](http://twitter.com/microscaling).
And we welcome new [issues](https://github.com/microscaling/microbadger/issues) or pull requests!