We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54852ea commit 5d8f4b7Copy full SHA for 5d8f4b7
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.8 AS build
+FROM golang:1.9 AS build
2
ADD . /src
3
WORKDIR /src
4
RUN go get -d -v -t
mkdocs.yml
@@ -8,6 +8,7 @@ pages:
8
- Managing SSL Certificates: certs.md
9
- Blocking Requests: blocking.md
10
- Debugging: debugging.md
11
+ - Using SNI Routing: sni-routing.md
12
- Configuring Non-Swarm Services: non-swarm.md
13
- Configuration: config.md
14
- Usage: usage.md
0 commit comments