Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digidaniel-dev/containers
A collection of my docker images I have writen and uses in different project that is free to use
https://github.com/digidaniel-dev/containers
docker docker-compose docker-container docker-image
Last synced: 9 days ago
JSON representation
A collection of my docker images I have writen and uses in different project that is free to use
- Host: GitHub
- URL: https://github.com/digidaniel-dev/containers
- Owner: digidaniel-dev
- License: mit
- Created: 2024-08-29T07:26:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T20:02:56.000Z (3 months ago)
- Last Synced: 2025-01-30T10:27:53.828Z (9 days ago)
- Topics: docker, docker-compose, docker-container, docker-image
- Language: Shell
- Homepage:
- Size: 3.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digidaniel Containers Library
Here I store all my public containers that I have writen, many of these container
I run myself or in different projects I work with and try to keep them up to date.## How to use the images
All my images are pushed to [Docker Hub](https://hub.docker.com/) and can be fetch from there
the format I try to use is consistent ex. `digidanieltech/APP:TAG` so it should be easy to find
the image you want to use.## Docker Compose Example files
With each container I always try to add an complete docker-compose.yml example file so it is easy
to test the applikation before use and it can be found in this repo in it's own project folder.## Contributing
If you find any problems or wish to help with adding images I would love the help, please submit a
pull request and I will look into it ASAP.## License
All images I write is under MIT license and is free to do what every you want with, I do this for
fun not for profit.