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

How to install Docker on raspberry pie

2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

This article is about how to install Docker on a raspberry pie. I think it is very practical, so I share it with you. I hope you can get something after reading this article.

Install Docker on raspberry pie.

If raspberry pie is used as a server, you need to set up a static IP address. The latest version uses dhcpcd for address allocation, so modify the configuration of the / etc/dhcpcd.conf file, please refer to the settings in this file, and then restart the system.

1. Official version

Official ARM support for Docker is ready, and the latest version can be installed directly on raspberry pie.

Curl-sSL https://get.docker.com | sh

2 、 Hypriot OS

Independently compiled server version, fast, new version, some small bug.

Https://blog.phpgao.com/docker_on_raspberry_pi.html

3 、 Alpine

Independently compiled server version, fast, the version is very new, some small bug.

Https://my.oschina.net/u/2306127/blog?&search=Alpine

Https://my.oschina.net/u/2306127/blog/1584194

More ways to play:

Https://www.raspberrypi.org/blog/docker-comes-to-raspberry-pi/

Note that raspberry pie can use images on Dockerhub.com (there are already more than 3, 000), but it needs to be with-rpi, because x86 and Arm have different instruction sets and storage formats, but the service interface of Docker Registry is the same.

Note:

Cgroup error occurs when using the latest version of Docker-CE 17.11. For solution, please refer to: https://my.oschina.net/u/2306127/blog/1591096

The above is how to install Docker on the raspberry pie. The editor believes that there are some knowledge points that we may see or use in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.

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

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report