https://github.com/iv-cores/image-mysql
https://github.com/iv-cores/image-mysql
docker-image
Last synced: about 1 year 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T06:26:45.000Z (over 2 years ago)
- Last Synced: 2025-03-01T04:41:51.811Z (over 1 year 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 resolver
Why:
- 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.