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 use docker on RK3399 development board orange pie Orange Pi 4B

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

Editor to share with you on the RK3399 development board fragrant orange pie Orange Pi 4B how to use docker, I believe that most people do not know much, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

Orange pie 4B is an open source single board computer, using Ruixin micro RK3399 chip, 4G memory + 16GB emmc storage, support dual-band wifi and gigabit network port, PCIE interface, support dual-channel camera input, support four-way display, can configure any two simultaneous output, support dual-frequency heterodyne. Among them, the fragrant orange pie 4B also has a built-in NPU (neural network processor), which can help CPU to do neural network accelerated calculation.

The following is to introduce one of the applications of orange pie 4B development board in Ubuntu system: the use of docker

1. Download the installation package

two。 Install docker

3.Docker usage

(1) run directly

Execute commands on the terminal

The following message appears

You can enter ubuntu docker by executing the following command directly

(2) search for the available image that supports arm64v8 format and execute

Execute docker search arm64v8 to find arm64v8/nginx

Then you can run docker run-it arm64v8/nginx bash

(3) search for image that is not supported in format and re-build it into arm64 format and run it again.

For example, after docker search ubuntu finds eclipse/ubuntu_jdk8,

If you execute docker run-it eclipse/ubuntu_jdk8 bash directly, the format of the report is incorrect.

Set up a docker directory locally, and then create two files called Dockfile and sources.list to put in

Then execute the command docker build-t "eclipse/ubuntu_jdk8" docker and then execute docker run-it eclipse/ubuntu_jdk8 bash to run.

(4) docker image using raspberry pi

At the following URL

Https://hub.docker.com/u/hypriot/ can find many docker image that support Raspberry pi, such as rpi-busybox-httpd, and these Orangepi 4 are also supported

After carrying out the order

Docker run-d-p 8080RV 80 hypriot/rpi-busybox-httpd

0cbdce32ec6c639e55b6a8d8e09c030e7c1acc994dd02308af51fa8be9d041e5

The server page can be accessed through the browser 127.0.0.1 8080 as follows

The above is all the contents of the article "how to use docker on RK3399 development board fragrant orange pie Orange Pi 4B". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to 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