Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iv-cores/image-mysql
https://github.com/iv-cores/image-mysql
docker-image
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iv-cores/image-mysql
- Owner: iv-cores
- License: apache-2.0
- Created: 2024-03-18T06:13:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T06:26:45.000Z (10 months ago)
- Last Synced: 2024-04-23T16:12:13.918Z (9 months ago)
- Topics: docker-image
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image-mysql
Goals:
- To add a healthcheck
- To enables name resolverWhy:
- A healthcheck is needed to verify the container's is healthy
- By default, if we want to limit assess to a specific container for a given database, it requires we know that container's IP address. By enables name resolver, we can specify the container's name.