From 217b45c724848b41138c3c7f41bb9950673da5a2 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Fri, 1 Feb 2019 08:30:10 +0100 Subject: [PATCH] Collapsible content in readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72b1084e..1a1e17a2 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,16 @@ | --- | --- | --- | | 17.1MB | 14MB to 80MB | Low to Medium | -Three tags: +
Click to show Docker tags

- `qmcgaw/private-internet-access` for x86/amd64 - `qmcgaw/private-internet-access:arm32v6` for arm 32 bit v6 (Raspberry Pi) - `qmcgaw/private-internet-access:arm64v8` for arm 64 bit v8 -It is based on: +

+ + +
Click to show base components

- [Alpine 3.8](https://alpinelinux.org) for a tiny image - [OpenVPN 2.4.6-r3](https://pkgs.alpinelinux.org/package/v3.8/main/x86_64/openvpn) to tunnel to PIA servers @@ -38,6 +41,8 @@ It is based on: - [Unbound 1.7.3-r0](https://pkgs.alpinelinux.org/package/v3.8/main/x86_64/unbound) configured with Cloudflare's [1.1.1.1](https://1.1.1.1) DNS over TLS - [Files and blocking lists built periodically](https://github.com/qdm12/updated/tree/master/files) used with Unbound (see `BLOCK_MALICIOUS` environment variable) +

+ ## Extra features - Configure everything with environment variables @@ -139,7 +144,7 @@ You can simply use the Docker healthcheck. The container will mark itself as **u Connect other Docker containers to the PIA VPN connection by adding `--network=container:pia` when launching them. -For containers in the same `docker-compose.yml` as PIA, you can use `network: "service:pia` (see below) +For containers in the same `docker-compose.yml` as PIA, you can use `network: "service:pia"` (see below) ### Access ports of PIA-connected containers