欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
OpenShift/developer
来自开放百科 - 灰狐
(版本间的差异)
小 (→链接) |
小 (→指南) |
||
| (未显示1个用户的5个中间版本) | |||
| 第2行: | 第2行: | ||
==指南== | ==指南== | ||
| + | $ 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 | ||
| + | |||
| + | ==项目== | ||
| + | *[https://github.com/openshift/source-to-image Source-To-Image (S2I)] | ||
==开发者== | ==开发者== | ||
| 第7行: | 第14行: | ||
==图集== | ==图集== | ||
| + | <gallery> | ||
| + | image:openshift-containers-images-registries.png|容器镜像仓库 | ||
| + | </gallery> | ||
==链接== | ==链接== | ||
| + | *[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]] 开发 | ||
| 第14行: | 第25行: | ||
*[https://github.com/emicklei/go-restful go-restful] | *[https://github.com/emicklei/go-restful go-restful] | ||
*[https://github.com/RangelReale/osin Golang OAuth2 server library] | *[https://github.com/RangelReale/osin Golang OAuth2 server library] | ||
| + | *[http://docs.huihoo.com/openshift OpenShift文档] | ||
| + | *[https://github.com/openshift/origin/tree/master/hack src/hack目录下包含很多bash脚本] | ||
[[category:OpenShift]] | [[category:OpenShift]] | ||
[[category:developer]] | [[category:developer]] | ||
| + | [[category:huihoo]] | ||
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
[编辑] 项目
[编辑] 开发者
[编辑] 图集
[编辑] 链接
分享您的观点