From 27ed72930b36ea639631a5fdd3d9a872aefd3f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walddys=20Emmanuel=20Dorrejo=20C=C3=A9spedes?= Date: Fri, 23 Feb 2024 09:43:25 -0400 Subject: [PATCH] Add Container instruction --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 117ab46..7028d81 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,19 @@ This is essentially an updated version of [`vscode-caddyfile-syntax`](https://gi - `caddyfile.executable`: Location of the `caddy` executable to use for code formatting. (Default: `""`) +### Using Container Caddy +To use the binary from a container simply create a script with you preferible container manager. + +``` +cat >/usr/bin/caddy <