https://github.com/codeadamca/docker-sandbox
A sandbox repo to demonstrate Docker.
https://github.com/codeadamca/docker-sandbox
Last synced: 3 months ago
JSON representation
A sandbox repo to demonstrate Docker.
- Host: GitHub
- URL: https://github.com/codeadamca/docker-sandbox
- Owner: codeadamca
- Created: 2024-02-16T13:28:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T16:16:58.000Z (5 months ago)
- Last Synced: 2025-02-07T17:24:46.577Z (5 months ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Sandbox
A sandbox for messing around with Docker.
> [!Note]
> The most recent PHP/Apache Docker image does not include the `mysqli` library. This additional step needs to be completed:
> https://github.com/docker-library/php/issues/391There are instructions for setting up a basic PHP/Apache server environment at [php-docker](https://github.com/codeadamca/php-docker).
We are using the [8.3.3-apache](https://hub.docker.com/layers/library/php/8.3.3-apache/images/sha256-ba362589134fb620e24409c25e7cf2645bfb59eae70d6cfa6f3f8a73fe41c248?context=explore) Docker image.
---
## Repo Resources
- [Docker](https://www.docker.com/)