diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-04-07 06:38:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 06:38:55 -0500 |
commit | 75e79b3f8756c05ac504143b2524d587a93f8dd7 (patch) | |
tree | b44eab73cf5ff715fbc0ee510e22f1d44bd6f29f /README_CONTAINER_IMAGE.md | |
parent | ec80b0c7d11a89b9c812e00c2c4db262c9dc9f72 (diff) | |
parent | 9dbc6d42ec99f902a9cef786009cee4953bbbde4 (diff) | |
download | openshift-75e79b3f8756c05ac504143b2524d587a93f8dd7.tar.gz openshift-75e79b3f8756c05ac504143b2524d587a93f8dd7.tar.bz2 openshift-75e79b3f8756c05ac504143b2524d587a93f8dd7.tar.xz openshift-75e79b3f8756c05ac504143b2524d587a93f8dd7.zip |
Merge pull request #3822 from codificat/cronjob-example
Merged by openshift-bot
Diffstat (limited to 'README_CONTAINER_IMAGE.md')
-rw-r--r-- | README_CONTAINER_IMAGE.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README_CONTAINER_IMAGE.md b/README_CONTAINER_IMAGE.md index 35e057af3..2499e01d4 100644 --- a/README_CONTAINER_IMAGE.md +++ b/README_CONTAINER_IMAGE.md @@ -38,4 +38,6 @@ Here is an example of how to run a containerized `openshift-ansible` playbook th -e PLAYBOOK_FILE=playbooks/certificate_expiry/default.yaml \ openshift/openshift-ansible -The [playbook2image examples](https://github.com/aweiteka/playbook2image/tree/master/examples) provide additional information on how to use an image built from it like this one. +Further usage examples are available in the [examples directory](examples/). + +Additional usage information for images built from `playbook2image` like this one can be found in the [playbook2image examples](https://github.com/aweiteka/playbook2image/tree/master/examples). |