Skip to content

Commit

Permalink
update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmacro committed Jan 20, 2024
1 parent 7afa907 commit 0eb2a3b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,28 @@ A ragtag collection of scripts, repackaged applications, and at least one eldric
== Repo Structure

Images are defined in a subdirectory of `images/` with the directory name being the name of the image.
An image is expected to contain a Dockerfile in the root of its directory.
Per image configuration for shoreman can be specified in a `image.conf` in the root of an image's directory.

....
images/
├── ariang
├── authelia
├── base
│ └── Dockerfile
└── technitium-dns
├── Dockerfile
└── image.conf
....


== Building

Building single images requires no tools other docker:

[source,shell]
----
# cd images/authelia
# docker build -t authelia .
----

== Images

include::images/authelia/README.adoc[leveloffset=+2]
Expand Down
2 changes: 1 addition & 1 deletion images/technitium-dns/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ A from source build of the server along with some prepackaged apps.

== Usage

See https://github.com/TechnitiumSoftware/DnsServer/blob/master/DockerEnvironmentVariables.md for documentation on configuration using environment variables.
See the https://github.com/TechnitiumSoftware/DnsServer/blob/master/DockerEnvironmentVariables.md[upstream documentation] for info on configuration using environment variables.

0 comments on commit 0eb2a3b

Please sign in to comment.