An open API service indexing awesome lists of open source software.

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.

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/391

There 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/)