This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/attic-docker.git


The following commit(s) were added to refs/heads/main by this push:
     new fe78709  Add a basic index file for testing
fe78709 is described below

commit fe78709535a00ed1eb29f11f1dc13f4f83ae97e3
Author: Sebb <[email protected]>
AuthorDate: Sun Oct 5 17:59:01 2025 +0100

    Add a basic index file for testing
---
 _docker/www/index.html | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/_docker/www/index.html b/_docker/www/index.html
new file mode 100644
index 0000000..edfc61d
--- /dev/null
+++ b/_docker/www/index.html
@@ -0,0 +1,9 @@
+<pre>
+This page shows that the basic Docker instance is working.
+Please define the following variables to use the target website:
+
+VAR_HTML - /path/to/website
+VAR_NAME - hostname (e.g. httpd for testing httpd.apache.org)
+
+See DOCKER.md for full details
+</pre>
\ No newline at end of file

Reply via email to