# Base Images

- [Apache PHP](https://docs.bfren.dev/docker/base-images/apache-php.md): Base Apache + PHP image with MySQL enabled.
- [ASP.NET](https://docs.bfren.dev/docker/base-images/asp.net.md): .NET and ASP.NET runtimes pre-installed (versions 3.1, 5.0, and 6.0).
- [ASP.NET: Executables](https://docs.bfren.dev/docker/base-images/asp.net/scripts-and-executables.md): Various helper executables for interacting with your .NET application.
- [ClamAV](https://docs.bfren.dev/docker/base-images/clamav.md): ClamAV set up to run in daemon mode over the default port (3310).
- [FTPS](https://docs.bfren.dev/docker/base-images/ftps.md): Very Secure FTP (vsftpd) supporting TLS file transfer.
- [MariaDB](https://docs.bfren.dev/docker/base-images/mariadb.md): Latest stable releases of MariaDB with automated backups.
- [MariaDB: Executables](https://docs.bfren.dev/docker/base-images/mariadb/scripts-and-executables.md)
- [Nginx](https://docs.bfren.dev/docker/base-images/nginx.md): Super lightweight Nginx image with various helper configuration files.
- [Nginx: Helpers](https://docs.bfren.dev/docker/base-images/nginx/helpers.md)
- [Nginx: Executables](https://docs.bfren.dev/docker/base-images/nginx/scripts-and-executables.md)
- [Nginx PHP](https://docs.bfren.dev/docker/base-images/nginx-php.md): Nginx base image with PHP (7.3, 7.4, and 8.0).
- [Nginx PHP: Executables](https://docs.bfren.dev/docker/base-images/nginx-php/scripts-and-executables.md)
- [Nginx Proxy](https://docs.bfren.dev/docker/base-images/nginx-proxy.md): Automated proxy server using Nginx base image and the getssl script.
- [Nginx Proxy: Executables](https://docs.bfren.dev/docker/base-images/nginx-proxy/scripts-and-executables.md)
- [Nginx WebDAV](https://docs.bfren.dev/docker/base-images/nginx-webdav.md): Nginx base image with WebDAV extensions.
- [PHP](https://docs.bfren.dev/docker/base-images/php.md): PHP installed by itself to be used in CLI mode.
- [PostgreSQL](https://docs.bfren.dev/docker/base-images/postgresql.md): Latest stable releases of PostgreSQL with automated backups.
- [PostgreSQL: Executables](https://docs.bfren.dev/docker/base-images/postgresql/scripts-and-executables.md)
- [Redis](https://docs.bfren.dev/docker/base-images/redis.md): Latest redis cache server running in daemon mode over the default port (6379).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bfren.dev/docker/base-images.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
