LoginSignup
1
1

More than 3 years have passed since last update.

Raspberrypiにdockerをインストールして使う

Last updated at Posted at 2020-07-18

環境

RaspberryPi4 + raspbian buster

Raspberrypiにdockerをインストールする手順

$ curl -sSL https://get.docker.com | sh
$ docker -v
Docker version 19.03.12, build 48a6621
$ sudo docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
4ee5c797bcd7: Pull complete 
Digest: sha256:49a1c8800c94df04e9658809b006fd8a686cab8028d33cfba2cc049724254202
Status: Downloaded newer image for hello-world:latest

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

参考

Docker comes to Raspberry Pi

1
1
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
1