Collapsible content in readme

This commit is contained in:
Quentin McGaw
2019-02-01 08:30:10 +01:00
parent a3bfa2d77a
commit 217b45c724

View File

@@ -24,13 +24,16 @@
| --- | --- | --- | | --- | --- | --- |
| 17.1MB | 14MB to 80MB | Low to Medium | | 17.1MB | 14MB to 80MB | Low to Medium |
Three tags: <details><summary>Click to show Docker tags</summary><p>
- `qmcgaw/private-internet-access` for x86/amd64 - `qmcgaw/private-internet-access` for x86/amd64
- `qmcgaw/private-internet-access:arm32v6` for arm 32 bit v6 (Raspberry Pi) - `qmcgaw/private-internet-access:arm32v6` for arm 32 bit v6 (Raspberry Pi)
- `qmcgaw/private-internet-access:arm64v8` for arm 64 bit v8 - `qmcgaw/private-internet-access:arm64v8` for arm 64 bit v8
It is based on: </p></details>
<details><summary>Click to show base components</summary><p>
- [Alpine 3.8](https://alpinelinux.org) for a tiny image - [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 - [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 - [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) - [Files and blocking lists built periodically](https://github.com/qdm12/updated/tree/master/files) used with Unbound (see `BLOCK_MALICIOUS` environment variable)
</p></details>
## Extra features ## Extra features
- Configure everything with environment variables - 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. 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 ### Access ports of PIA-connected containers