AIO Documentation
This documentation provides detailed information about all the container images available in the AIO project.
Container Images
- Base (latest) - Core Alpine image that serves as the base for all other images
- Bun - Bun JavaScript runtime environment
- MariaDB - MariaDB database server
- Node.js - Node.js JavaScript runtime
- PostgreSQL - PostgreSQL database server
- PHP - PHP with Apache web server
- Redis - Redis in-memory data store
Common Usage
All containers follow a similar pattern for usage:
docker run -d --name aio-container codjix/aio:<variant>
Refer to each container’s specific documentation for detailed usage instructions and configuration options.