Installez Docker sur Raspberry Pi

Aperçu

Modèle confirmé de fonctionnement

Installation

  1. Mettez à jour le package.

    sudo apt update
    
  2. Téléchargez et exécutez le script d'installation Docker.

    curl -fsSL https://get.docker.com -o get-docker.sh
    sudo sh get-docker.sh
    
  3. Rejoignez l'utilisateur pi dans le groupe docker.

    sudo usermod -aG docker pi
    
  4. Si vous êtes connecté au shell en tant qu'utilisateur pi, déconnectez-vous puis reconnectez-vous.

    logout
    

Contrôle de fonctionnement

  1. Exécutez la commande suivante pour vérifier l'opération.

    docker -v
    
    Docker version 19.03.13, build 4484c46
    
  2. Exécutez la commande suivante pour essayer «hello-world».

    docker run hello-world
    
    Unable to find image 'hello-world:latest' locally
    latest: Pulling from library/hello-world
    4ee5c797bcd7: Pull complete 
    Digest: sha256:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    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.
        (arm32v7)
    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/
    

Démarrage automatique

  1. Si tout se passe bien, configurez le docker pour qu'il démarre automatiquement au démarrage du système d'exploitation Raspbian.

    sudo systemctl enable docker
    

Recommended Posts

Installez Docker sur Raspberry Pi
Installez Docker sur Raspberry Pi 4 et Raspberry Pi OS 64 bits
Installez MariaDB sur le système d'exploitation Raspberry Pi
Installation sans tête d'Ubuntu 20.10 sur Raspberry Pi
Installez Docker sur Manjaro
Installez CentOS 7 sur Raspberry pi 4 modèle B
Installez Docker et docker-compose sur Raspeye 4, Linux (Debian) et Windows 10, respectivement
Serveur d'enregistrement Radiko avec Raspberry Pi 4 (Docker non utilisé)
Je n'ai pas pu installer docker avec raspberry pi2 b +.
Installez Docker sur Windows 10 PRO
Mettez Ubuntu 20.04.1 dans Raspberry 4
Installez Docker sur Ubuntu Server 20.04
Installer docker sur AWS EC2
Serveur Minecraft sur Raspberry Pi 4
Installez openjdk8 sur l'image Docker (Debian)
Essayez de mettre CentOS 8 dans Raspberry Pi 3
Remarque: paramètres javaMail dans Raspeye
La clé pour exécuter Docker sur Raspberry Pi 4 (serveur Ubuntu 20.04)
Installez docker et docker-compose sur Alpine Linux
Liberty sur Docker
Connectez-vous en série à Ubuntu sur Raspberry Pi
Redmine sur Docker
Installez simplement Laravel 8 sur le docker dans l'environnement PHP8
Installez Gradle sur Mac
Installez Corretto 8 sur Windows
Installez OpenJDK sur macOS
Installez Java sur Mac
Installation de Docker sur CentOS 6
Installez Golang sur CentOS 8
Installez pyqt5 sur ubuntu
mémo python sur docker
Installez Neo4j 4.1.3 sur centOS
Installez Vertica 10.0 sur CentOS 6.10
Installez Ruby sur Ubuntu 20.04
Installez PostgreSQL 12 sur Centos8
Comment installer Docker
Installez lombok sur SpringToolSuite4
Installez Python 3 sur CentOS 7
Installez kuromoji sur CentOS7
Installez PostGIS 2.5.5 sur CentOS7
Installez jpndistrict sur CentOS 7
Installez openjdk11 sur Mac
Installez Redmine 4.1.1 sur CentOS 7
Installez OpenJDK 8 sur mac
Installation de Smokeping sur CentOS7
Installez PostgreSQL 13 sur CentOS 7.5