Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray committed Sep 27, 2018
1 parent 1818d01 commit 6893545
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DOCKER_IMAGE=spjmurray/couchbase-antora-preview
DOCKER_TAG=1.0.1
DOCKER_TAG=1.1.0

.PHONY: all
all:
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A typical execution of the container will look like the following:
docker run --rm -ti \
--publish 8080:80 \
--mount type=bind,source=/home/simon/go/src/github.com/couchbase/couchbase-operator,target=/src,readonly \
spjmurray/couchbase-antora-preview:1.0.1 \
spjmurray/couchbase-antora-preview:1.1.0 \
--port 8080 \
--repo url=/src,branches=master:1.0.x,start_path=docs/user
----
Expand All @@ -51,7 +51,7 @@ Bind unprivileged port 8080 on the host system to port 80 on the container. By
--mount type=bind,source=/home/simon/go/src/github.com/couchbase/couchbase-operator,target=/src,readonly::
Mounts your AsciiDoc repository in the container. This must be a Git repository containing at least one Antora module. Mounts can be placed where you like and may be refered to by the `--repo` argument of the container.

spjmurray/couchbase-antora-preview:1.0.1::
spjmurray/couchbase-antora-preview:1.1.0::
This is the name of the container image to use. Pre-built images are avaialble on https://hub.docker.com/r/spjmurray/couchbase-antora-preview/[Docker Hub].

--port 8080::
Expand Down

0 comments on commit 6893545

Please sign in to comment.