type
status
slug
summary
tags
category
password
date
icon
心血来潮,突然想学docker了

Overview

Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications. By taking advantage of Docker's methodologies for shipping, testing, and deploying code, you can significantly reduce the delay between writing code and running it in production.

The Docker platform

Docker provides the ability to package and run an application in a loosely isolated environment called a container.
Docker provides tooling and a platform to manage the lifecycle of our containers.
  • Develop your application and its supporting components using containers.
  • The container becomes the unit for distributing and testing my application.
  • When you're ready, deploy your application into your production environment, as a container or an orchestrated service. This works the same whether your production environment is a local data center, a cloud provider, or a hybrid of the two.
  • The isolation and isolation lets you to run many containers on a given host.
  • Containers are lightweight and contain everything needed to run the application, so we don’t need to rely on what’s installed on the host.
  • We can share containers at the same time.

The underlying technology

Docker is written in the Go programming language and takes advantages of the Linux kernel to deliver its functionality.
Docker uses a technology called namespaceto provide the isolated workspace called the cantainer.
When you run a container, Docker creates a set of namespaces for that container.
These namespaces provide a layer of isolation.Each aspect of a container runs in a separate namespace and its access is limited to that container.
 
宏观经济学OOP期末复习
Loading...
fufu酱
fufu酱
一个爱折腾的大学生
公告
👋
欢迎 欢迎来到fufu酱的blog! 💞️我是22级浙江大学竺可桢学院计算机科学与技术专业的学生 一个爱折腾的大学生 🌱我会在这个网站上更新我的笔记和工具分享 🌈目前all in MLLM 📫你可以用下面的方式联系到我
🍀
今後ともよろしくお願いします