1
0

More than 3 years have passed since last update.

Kubernetes の環境を作りたい [Raspberry Pi 編 6] 64 bit で出直しました

Posted at

前回

こちら (http://ftp.yz.yamagata-u.ac.jp/pub/linux/centos-altarch/7.9.2009/isos/aarch64/images/) のイメージで CentOS 7 をインストールしなおし、何事もなかったかのように Docker のインストールができました。

# yum install docker-ce docker-ce-cli containerd.io
(略)
================================================================================
 Package                   Arch    Version               Repository        Size
================================================================================
Installing:
 containerd.io             aarch64 1.4.4-3.1.el7         docker-ce-stable  26 M
 docker-ce                 aarch64 3:20.10.5-3.el7       docker-ce-stable  18 M
 docker-ce-cli             aarch64 1:20.10.5-3.el7       docker-ce-stable  29 M
(略)
================================================================================
Install  3 Packages (+12 Dependent packages)

Total download size: 84 M
Installed size: 380 M
Is this ok [y/d/N]: y
(略)
# docker --version
Docker version 20.10.5, build 55c4c88
# docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
256ab8fe8778: Pull complete
Digest: sha256:308866a43596e83578c7dfa15e27a73011bdd402185a84c5cd7f32a88b501a24
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.
    (arm64v8)
 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/

やったぜ!!

ワーカー ノードの 3 台分もここまでの手順をやり直したら続き書きます。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0