简体   繁体   English

IBM Bluemix中的容器是什么?

[英]What is a Container in IBM Bluemix?

This is my first question in Stack Overflow. 这是我在堆栈溢出中的第一个问题。 I don't know if this is related to programming or not. 我不知道这是否与编程有关。 But I don't know where to ask. 但是我不知道在哪里问。

What is a container in IBM Bluemix? IBM Bluemix中的容器是什么? What is the difference between a container and a VM? 容器和VM之间有什么区别?

And do I need a container if I want to use IBM Bluemix services, such as the iot platform? 如果要使用IBM Bluemix服务(例如iot平台),是否需要一个容器?

Welcome to Stack Overflow. 欢迎使用堆栈溢出。 This question is only indirectly related to programming. 这个问题仅与编程间接相关。 For the types of questions to ask on Stack Overflow, see What topics can I ask about here? 有关堆栈溢出问题的类型,请参阅此处可以询问哪些主题? in the Stack Overflow help. 在堆栈溢出帮助中。

The best place for questions about the Bluemix architecture and technology is IBM developerWorks Answers . 关于Bluemix架构和技术的最佳答案IBM developerWorks Answers

You do not need to use containers to use the Bluemix platform and services, unless you have a specific need for them. 您不需要使用容器来使用Bluemix平台和服务,除非您有特定的需求。

Briefly, Bluemix containers are built on Docker technology. 简而言之,Bluemix容器是基于Docker技术构建的。 They are a lightweight, portable infrastructure that enable you to run your app without alteration in a variety of runtime environments. 它们是轻巧的便携式基础架构,使您能够在各种运行时环境中运行而无需更改应用程序。 They are similar to Virtual Machines, but lightweight in providing only the elements your app requires to run, and portable in being able to run anywhere - Windows, Mac, Linux, or in the cloud. 它们类似于虚拟机,但是轻巧,仅提供您的应用程序需要运行的元素,并且可移植到任何地方(Windows,Mac,Linux或云中)。 For more details, see Getting Started with IBM Containers in the Bluemix docs. 有关更多详细信息,请参阅Bluemix文档中的IBM容器入门

In short : 简而言之

Containers are virtual software objects that include all of the elements that an app needs to run. 容器是虚拟软件对象,其中包含应用程序需要运行的所有元素。

IBM Containers are Docker containers in Bluemix, which is a hosted cloud environment. IBM容器是Bluemix中的Docker容器,Bluemix是一个托管云环境。

Take a look at those links for deeper explanations. 查看这些链接以获取更深入的说明。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM