首页 > 编程知识 正文

docker是什么通俗易懂,y7000p编程

时间:2023-05-06 02:55:35 阅读:58802 作者:468

调试your app,not your environment上面是docker官网的标语。 docker官网地址为https://www.docker.compackagesoftwareintostandardizedunitsfordevelopment,Shipment and Deployment

acontainerisastandardunitofsoftwarethatpackagesupcodeandallitsdependenciessotheapplicationrunsquicklyandreliablyfromonecomputi dockercontainerimageisalightweight,标准版,executablepackageofsoftwarethatincludeseverythingneededtorunanapplication 33333

containerimagesbecomecontainersatruntimeandinthecaseofdockercontainers-imagesbecomecontainerswhentheyrunondockerengine.av av sedapplications,containerizedsoftwarewillalwaysrunthesame,regardlessoftheinfrastructure.containersisolatesoftwarefrefrefromitststware

dockercontainersthatrunondockerengine :

标准: dockercreatedtheindustrystandardforcontainers,so they could be portable anywhere

lightweight 3360 containerssharethemachine’sossystemkernelandthereforedonotrequireanosperapplication,drivingherserservererefefffefefetion

安全: applicationsaresaferincontainersanddockerprovidesthestrongestdefaultisolationcapabilitiesintheindustry

中文对照:将软件打包到标准单元中以开发、发货和部署容器,可以将代码及其所有依赖关系打包,并确保将APP应用程序从一个计算环境快速可靠地运行到另一个计算环境中Docker容器映像是一个轻量级、独立的可执行软件包,其中包括运行APP应用程序所需的所有内容,包括代码、运行时、系统工具、系统库和设置。 容器映像在运行时是容器,对于Docker容器,映像在Docker引擎中在运行时是容器。 可用于Linux和基于Windows的APP应用程序,无论基础架构如何,容器化软件始终运行相同的程序。 容器隔离软件及其环境,使软件在开发和登台等方面不同时统一运行。 在Docker引擎上运行的Docker容器:标准: Docker创建了容器的行业标准,使您可以将轻型容器移植到任何地方。 由于容器共享机器的操作系统内核,所以不需要每个APP应用程序都有操作系统,提高了服务器效率,降低了服务器和许可成本的安全性。 该APP应用程序在容器中更安全,而Docker提供了业界最强大的缺省隔离功能

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。