https://github.com/selharem/hands_on_docker
This is a small php app to practice containerization with docker
https://github.com/selharem/hands_on_docker
Last synced: 10 months ago
JSON representation
This is a small php app to practice containerization with docker
- Host: GitHub
- URL: https://github.com/selharem/hands_on_docker
- Owner: Selharem
- License: mit
- Created: 2021-01-02T00:17:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-06T22:30:41.000Z (about 5 years ago)
- Last Synced: 2025-01-24T07:29:43.484Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 323 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hands_on_Docker
This is a small php app to practice containerization with docker
It shows a list of characters(Valorant) with their name, photo and characteristics.
I tried to run the app in a docker container then add some features or linking it to mysql DB.
