Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Docker basic deployment and what are the basic control commands

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

What is the basic deployment of Docker and what are the basic control commands? for this question, this article introduces the corresponding analysis and solutions in detail, hoping to help more partners who want to solve this problem to find a more simple and easy way.

I. Overview of Docker

Docker is an open source application container engine that allows developers to package their applications and dependencies into a portable image, publish them to any popular Linux or Windows machine, and virtualize them. Containers are completely sandboxed and will not have any interface with each other, and the two are completely independent.

Second, comparison with virtual machines. Third, Docker core concept image (Image): similar to virtual machine image container (Container): similar to linux system environment, running and isolating applications. When the container starts from the image, docker creates a writeable layer at the top of the image, and the image itself is read-only and remains the same. Repository: each warehouse stores a certain type of image.

Container, warehouse, image operation relationship

IV. Basic deployment of Docker

1. Install the environment package

Yum install-y yum-utils device-mapper-persistent-data lvm2

2. Use Ali's docker warehouse

[root@localhost ~] # yum-config-manager-- add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo// installs docker-ce [root@localhost ~] # yum install-y docker-cesystemctl start dockersystemctl enable dockersystemctl stop firewalld.servicesetenforce 0

3. Accelerate the download of images

[root@localhost docker] # tee / etc/docker/daemon.json

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report