Skip to content

Commit

Permalink
Tweak docs to match new TUI output (#27)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Tomlinson <jtomlinson@nvidia.com>
  • Loading branch information
jacobtomlinson authored Apr 14, 2022
1 parent 703327d commit d97ec23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This project is written in Go and uses `make` for task running. Code should be f
You can build Canary into `./bin/canary` with:

```shell
$ make
$ make build
go build -o bin/canary .
```

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ We can then run our specification against any desired container image to see a p
```console
$ canary validate --file examples/kubeflow.yaml public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-scipy:v1.5.0-rc.1
Validating public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-scipy:v1.5.0-rc.1 against kubeflow
👩 User is jovyan [true]
🆔 User ID is 1000 [true]
🏠 Home directory is /home/jovyan [true]
🌏 Exposes an HTTP interface on port 8888 [true]
🧭 Correctly routes the NB_PREFIX [true]
🔓 Sets 'Access-Control-Allow-Origin: *' header [true]
👩 User is jovyan [passed]
🆔 User ID is 1000 [passed]
🏠 Home directory is /home/jovyan [passed]
🌏 Exposes an HTTP interface on port 8888 [passed]
🧭 Correctly routes the NB_PREFIX [passed]
🔓 Sets 'Access-Control-Allow-Origin: *' header [passed]
validation passed
```

Expand Down

0 comments on commit d97ec23

Please sign in to comment.