欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
OpenShift/developer
来自开放百科 - 灰狐
(版本间的差异)
小 (→指南) |
小 (→指南) |
||
| (未显示1个用户的2个中间版本) | |||
| 第2行: | 第2行: | ||
==指南== | ==指南== | ||
| − | oc config view | + | $ oc config view |
| − | oc login -u system:admin | + | $ oc login -u system:admin |
| + | $ s2i build https://github.com/openshift/django-ex centos/python-35-centos7 hello-python | ||
| + | $ docker run -p 8080:8080 hello-python | ||
| + | |||
| + | ==项目== | ||
| + | *[https://github.com/openshift/source-to-image Source-To-Image (S2I)] | ||
==开发者== | ==开发者== | ||
| 第14行: | 第19行: | ||
==链接== | ==链接== | ||
| + | *[https://github.com/openshift/openshift-origin-design Design repository for all things OpenShift] | ||
*[https://github.com/openshift/origin OpenShift Origin] [[Go]] 开发 | *[https://github.com/openshift/origin OpenShift Origin] [[Go]] 开发 | ||
*[https://github.com/openshift/origin-server OpenShift Origin - Platform as a Service] [[Ruby]] 开发 | *[https://github.com/openshift/origin-server OpenShift Origin - Platform as a Service] [[Ruby]] 开发 | ||
2018年4月11日 (三) 06:22的最后版本
OpenShift 开发者
目录 |
[编辑] 指南
$ oc config view $ oc login -u system:admin $ s2i build https://github.com/openshift/django-ex centos/python-35-centos7 hello-python $ docker run -p 8080:8080 hello-python
[编辑] 项目
[编辑] 开发者
[编辑] 图集
[编辑] 链接
分享您的观点