[LINUX] Installer Docker

Conditions préalables

・ Reportez-vous au Site officiel ・ CentOS Linux version 7.8.2003 (Core) · Le référentiel centos-extras est activé Peut être confirmé ci-dessous

$ less /etc/yum.repos.d/CentOS-Base.repo

-Vous avez désinstallé l'ancien docker Faites ce qui suit

$ sudo yum remove docker \
                  docker-client \
                  docker-client-latest \
                  docker-common \
                  docker-latest \
                  docker-latest-logrotate \
                  docker-logrotate \
                  docker-engine

Configurer un référentiel Docker

$ sudo yum install -y yum-utils

$ sudo yum-config-manager \
    --add-repo \
    https://download.docker.com/linux/centos/docker-ce.repo

Cela ajoutera / etc / yum.repos.d / docker-ce.repo.

Installer Docker Engine

$ sudo yum install docker-ce docker-ce-cli containerd.io

Cela installera la dernière version de docker. Si vous souhaitez installer une version spécifique, procédez comme suit pour la rechercher et l'installer:

$ yum list docker-ce --showduplicates | sort -r
$ sudo yum install docker-ce-<VERSION_STRING> docker-ce-cli-<VERSION_STRING> containerd.io

Démarrer Docker

$ sudo systemctl start docker

Cela lancera docker. Vérifiez s'il a démarré normalement.

$ sudo systemctl status docker

Vérifiez s'il est installé normalement

Exécutez l'image Hello-world et vérifiez.

$ sudo docker run hello-world

Terminé lorsque la sortie suivante est sortie

$ sudo docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
0e03bdcc26d7: Pull complete
Digest: sha256:4cf9c47f86df71d48364001ede3a4fcd85ae80ce02ebad74156906caff5378bc
Status: Downloaded newer image for hello-world:latest

Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    (amd64)
 3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/get-started/

Recommended Posts

Installer Docker
Installation de Django
Installation de Cuda
Installation de la pythie
Installation de volatilité
Installation de Python
installation de pip
Installation du Sphinx
Django + Docker
Installation d'InstantOS 1
Installation de Jupyter
Installation de Python
installation de pip
Installation de Kivy
Installation de ChaSen
Installation de Backtrader
installation de pip
À propos du volume Docker
pykintone sur Docker
Notes d'installation Mecab
Erreur d'installation de centOS 7
Réintroduction à Docker
Procédure d'installation de Pylearn 2
Installation GMT partie 2.
[PyTorch] Comment installer
Installation GMT partie 1.
Installation de PHP (CentOS 8)
Installation de Tkinter (homebrew)
Bataille d'installation d'OpenCV3
Installation de Python (Windows)
Guide d'installation de nvidia-docker2 pour l'utilisation de GPU avec docker
notes d'installation pyenv
Échec de l'installation de phycopg2
python chez docker
Commande Django + Docker
installation du notebook ipython
J'ai commencé Docker
Notes d'installation d'hydrogène
Emplacement d'installation de django
Procédure d'installation de PostgreSQL 10.0
Installation du package PyPM-Local
procédure d'installation blockdiag
Docker MongoDB mongo-express
Résumé de la commande Docker
Installation de Python 2020 (macOS)
Installation facile de RDKit
Notes d'installation de Python3.4
Notes d'installation de Cabocha
Installation de CentOS 7 + ffmpeg
Installation de Docker sur Raspberry Pi et L Chika