|
@@ -16,8 +16,24 @@ WARNING:
|
|
|
|
|
|
|
|
# Supported tags and respective `Dockerfile` links
|
|
# Supported tags and respective `Dockerfile` links
|
|
|
|
|
|
|
|
-- [`2.0.0-rc.3`, `2.0.0-rc.3-alpine`, `alpine`, `latest`](https://github.com/caddyserver/caddy-docker/blob/94a0098157df267d23e54782d962b9f41b0d15c5/alpine/Dockerfile)
|
|
|
|
|
|
|
+(See ["What's the difference between 'Shared' and 'Simple' tags?" in the FAQ](https://github.com/docker-library/faq#whats-the-difference-between-shared-and-simple-tags).)
|
|
|
|
|
+
|
|
|
|
|
+## Simple Tags
|
|
|
|
|
+
|
|
|
|
|
+- [`2.0.0-rc.3-alpine`, `alpine`](https://github.com/caddyserver/caddy-docker/blob/94a0098157df267d23e54782d962b9f41b0d15c5/alpine/Dockerfile)
|
|
|
- [`2.0.0-rc.3-builder`, `builder`](https://github.com/caddyserver/caddy-docker/blob/82359bcbcd3d43b8703605afc60370b6c5f87d1f/builder/Dockerfile)
|
|
- [`2.0.0-rc.3-builder`, `builder`](https://github.com/caddyserver/caddy-docker/blob/82359bcbcd3d43b8703605afc60370b6c5f87d1f/builder/Dockerfile)
|
|
|
|
|
+- [`2.0.0-rc.3-windowsservercore-1809`, `windowsservercore-1809`](https://github.com/caddyserver/caddy-docker/blob/98d0b9b4f9ce8cffaed0653c8730153338c01c71/windows/1809/Dockerfile)
|
|
|
|
|
+- [`2.0.0-rc.3-windowsservercore-ltsc2016`, `windowsservercore-ltsc2016`](https://github.com/caddyserver/caddy-docker/blob/98d0b9b4f9ce8cffaed0653c8730153338c01c71/windows/ltsc2016/Dockerfile)
|
|
|
|
|
+
|
|
|
|
|
+## Shared Tags
|
|
|
|
|
+
|
|
|
|
|
+- `2.0.0-rc.3`, `latest`:
|
|
|
|
|
+ - [`2.0.0-rc.3-alpine`](https://github.com/caddyserver/caddy-docker/blob/94a0098157df267d23e54782d962b9f41b0d15c5/alpine/Dockerfile)
|
|
|
|
|
+ - [`2.0.0-rc.3-windowsservercore-1809`](https://github.com/caddyserver/caddy-docker/blob/98d0b9b4f9ce8cffaed0653c8730153338c01c71/windows/1809/Dockerfile)
|
|
|
|
|
+ - [`2.0.0-rc.3-windowsservercore-ltsc2016`](https://github.com/caddyserver/caddy-docker/blob/98d0b9b4f9ce8cffaed0653c8730153338c01c71/windows/ltsc2016/Dockerfile)
|
|
|
|
|
+- `2.0.0-rc.3-windowsservercore`, `windowsservercore`:
|
|
|
|
|
+ - [`2.0.0-rc.3-windowsservercore-1809`](https://github.com/caddyserver/caddy-docker/blob/98d0b9b4f9ce8cffaed0653c8730153338c01c71/windows/1809/Dockerfile)
|
|
|
|
|
+ - [`2.0.0-rc.3-windowsservercore-ltsc2016`](https://github.com/caddyserver/caddy-docker/blob/98d0b9b4f9ce8cffaed0653c8730153338c01c71/windows/ltsc2016/Dockerfile)
|
|
|
|
|
|
|
|
# Quick reference
|
|
# Quick reference
|
|
|
|
|
|
|
@@ -31,7 +47,7 @@ WARNING:
|
|
|
[the Caddy Docker Maintainers](https://github.com/caddyserver/caddy-docker)
|
|
[the Caddy Docker Maintainers](https://github.com/caddyserver/caddy-docker)
|
|
|
|
|
|
|
|
- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
|
|
- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
|
|
|
- [`amd64`](https://hub.docker.com/r/amd64/caddy/), [`arm32v6`](https://hub.docker.com/r/arm32v6/caddy/), [`arm32v7`](https://hub.docker.com/r/arm32v7/caddy/), [`arm64v8`](https://hub.docker.com/r/arm64v8/caddy/)
|
|
|
|
|
|
|
+ [`amd64`](https://hub.docker.com/r/amd64/caddy/), [`arm32v6`](https://hub.docker.com/r/arm32v6/caddy/), [`arm32v7`](https://hub.docker.com/r/arm32v7/caddy/), [`arm64v8`](https://hub.docker.com/r/arm64v8/caddy/), [`windows-amd64`](https://hub.docker.com/r/winamd64/caddy/)
|
|
|
|
|
|
|
|
- **Published image artifact details**:
|
|
- **Published image artifact details**:
|
|
|
[repo-info repo's `repos/caddy/` directory](https://github.com/docker-library/repo-info/blob/master/repos/caddy) ([history](https://github.com/docker-library/repo-info/commits/master/repos/caddy))
|
|
[repo-info repo's `repos/caddy/` directory](https://github.com/docker-library/repo-info/blob/master/repos/caddy) ([history](https://github.com/docker-library/repo-info/commits/master/repos/caddy))
|
|
@@ -171,6 +187,15 @@ This variant is highly recommended when final image size being as small as possi
|
|
|
|
|
|
|
|
To minimize image size, it's uncommon for additional related tools (such as `git` or `bash`) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the [`alpine` image description](https://hub.docker.com/_/alpine/) for examples of how to install packages if you are unfamiliar).
|
|
To minimize image size, it's uncommon for additional related tools (such as `git` or `bash`) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the [`alpine` image description](https://hub.docker.com/_/alpine/) for examples of how to install packages if you are unfamiliar).
|
|
|
|
|
|
|
|
|
|
+## `caddy:<version>-windowsservercore`
|
|
|
|
|
+
|
|
|
|
|
+This image is based on [Windows Server Core (`microsoft/windowsservercore`)](https://hub.docker.com/r/microsoft/windowsservercore/). As such, it only works in places which that image does, such as Windows 10 Professional/Enterprise (Anniversary Edition) or Windows Server 2016.
|
|
|
|
|
+
|
|
|
|
|
+For information about how to get Docker running on Windows, please see the relevant "Quick Start" guide provided by Microsoft:
|
|
|
|
|
+
|
|
|
|
|
+- [Windows Server Quick Start](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_server)
|
|
|
|
|
+- [Windows 10 Quick Start](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_10)
|
|
|
|
|
+
|
|
|
# License
|
|
# License
|
|
|
|
|
|
|
|
View [license information](https://github.com/caddyserver/caddy/blob/master/LICENSE) for the software contained in this image.
|
|
View [license information](https://github.com/caddyserver/caddy/blob/master/LICENSE) for the software contained in this image.
|