jaysonzhao / ngx-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngx-example

oc new-build openshift/nginx~https://github.com/jaysonzhao/ngx-example.git \
  --name=nginxbase \
  --strategy=source
oc new-app https://github.com/jaysonzhao/ngx-example.git \
  --context-dir=conf \
  --strategy=docker \
  --name=reverse-proxy
oc expose svc/reverse-proxy

About


Languages

Language:HTML 89.2%Language:CSS 9.3%Language:Dockerfile 1.6%