File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ pgo create database myrestore --backup-pvc=mypvc --backup-path=foo-backups/2017-
7474pgo show pvc mypvc
7575----
7676
77+ Details on the *pgo* commands are found in the
78+ link:docs/user-guide.asciidoc[User Guide]
79+
7780
7881# postgres-operator Container
7982
@@ -86,10 +89,10 @@ image::docs/operator-diagram.png?raw=true[]
8689
8790The operator funtionality runs in a Pod deployed to your
8891Kubernetes cluster. The *postgres-operator* Docker container
89- is available on Dockerhub link:https://hub.docker.com/r/crunchydata/postgres-operator/.
92+ is available on link:https://hub.docker.com/r/crunchydata/postgres-operator/[Dockerhub] .
9093
9194You can also build the Docker image for *postgres-operator* using
92- the build instructions below .
95+ the build instructions link:docs/build.asciidoc[Build and Setup] .
9396
9497# Command Line Interface
9598
@@ -99,7 +102,7 @@ and reacts to.
99102
100103You can download a pre-built *pgo* CLI binary from
101104the Releases page on the github repository or build
102- it yourself using the build instructions below .
105+ it yourself using the build instructions.
103106
104107
105108# Build and Setup Instructions
You can’t perform that action at this time.
0 commit comments