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

Steps to install docker under centos7

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

Share

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

This article mainly introduces "the steps of installing docker under centos7". In the daily operation, I believe that many people have doubts about the steps of installing docker under centos7. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubts of "steps to install docker under centos7". Next, please follow the editor to study!

1. Installation

[root@ticent ~] # yum install docker

. Omit ten thousand words

Over!

[root@ticent ~] #

two。 Start

[root@ticent ~] # service docker start

3.

[root@ticent ~] # docker search centos

INDEX NAME DESCRIPTION STARS OFFICIAL AUTOMATED

Docker.io docker.io/centos The official build of CentOS. 3435 [OK]

Docker.io docker.io/jdeathe/centos-ssh CentOS-6 6.9 x86_64 / CentOS-7 7.3.1611 x8... 74 [OK]

Docker.io docker.io/nimmis/java-centos This is docker images of CentOS 7 with dif... 26 [OK]

Docker.io docker.io/gluster/gluster-centos Official GlusterFS Image [CentOS-7 + Glu... 19 [OK]

Docker.io docker.io/kinogmt/centos-ssh CentOS with SSH 15 [OK]

Docker.io docker.io/egyptianbman/docker-centos-nginx-php A simple and highly configurable docker co... 9 [OK]

Docker.io docker.io/torusware/speedus-centos Always updated official CentOS docker imag... 8 [OK]

Docker.io docker.io/nathonfowlie/centos-jre Latest CentOS image with the JRE pre-insta... 6 [OK]

Docker.io docker.io/centos/mariadb55-centos7 5 [OK]

Docker.io docker.io/consol/sakuli-centos-xfce Sakuli JavaScript based end-2-end testing... 3 [OK]

Docker.io docker.io/darksheer/centos Base Centos Image-- Updated hourly 3 [OK]

Docker.io docker.io/harisekhon/centos-java Java on CentOS (OpenJDK, tags jre/jdk7-8) 2 [OK]

Docker.io docker.io/harisekhon/centos-scala Scala + CentOS (OpenJDK tags 2.10-jre7-2... 2 [OK]

Docker.io docker.io/blacklabelops/centos CentOS Base Image! Built and Updates Daily! 1 [OK]

Docker.io docker.io/freenas/centos Simple CentOS Linux interactive container 1 [OK]

Docker.io docker.io/timhughes/centos Centos with systemd installed and running 1 [OK]

Docker.io docker.io/vorakl/centos CentOS7, EPEL, tools. Updated/Tested daily! 1 [OK]

Docker.io docker.io/grayzone/centos auto build for centos. 0 [OK]

Docker.io docker.io/grossws/centos CentOS 6 and 7 base images with gosu and l... 0 [OK]

Docker.io docker.io/januswel/centos yum update-ed CentOS image 0 [OK]

Docker.io docker.io/kz8s/centos Official CentOS plus epel-release 0 [OK]

Docker.io docker.io/repositoryjp/centos Docker Image for CentOS. 0 [OK]

Docker.io docker.io/smartentry/centos centos with smartentry 0 [OK]

Docker.io docker.io/vcatechnology/centos A CentOS Image which is updated daily 0 [OK]

Docker.io docker.io/vcatechnology/centos-ci A CentOS image that is used in the VCA Tec... 0 [OK]

[root@ticent ~] #

[root@ticent ~] # docker pull centos:latest

Trying to pull repository docker.io/library/centos...

Latest: Pulling from docker.io/library/centos

D5e46245fe40: Pull complete

Digest: sha256:aebf12af704307dfa0079b3babdca8d7e8ff6564696882bcb5d11f1d461f9ee9

[root@ticent ~] # docker images centos

REPOSITORY TAG IMAGE ID CREATED SIZE

Docker.io/centos latest 3bee3060bfc8 3 weeks ago 192.5 MB

[root@ticent] # docker run-I-t centos:latest / bin/bash

At this point, the study of "the steps to install docker under centos7" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

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