Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/appuio/docker-build-diag

Docker container with diagnostic output for OpenShift docker builder
https://github.com/appuio/docker-build-diag

Last synced: 4 days ago
JSON representation

Docker container with diagnostic output for OpenShift docker builder

Awesome Lists containing this project

README

        

# docker-build-diag
Docker container with diagnostic output for OpenShift docker builder.

Displays build relevant configuration during a OpenShift Docker build.

## OpenShift diagnostic project

### checkout this repository
Checkout this github repository.

### create project
`oc new-project docker-build-diag`

### create app by template
```
oc process -f docker-build-diag-template.json \
| oc create -f -
```