Home > Operation and Maintenance > Docker > Can docker be installed on Android?

Can docker be installed on Android?

coldplay.xixi
Release: 2020-06-30 09:40:00
Original
15610 people have browsed it

Can docker be installed on Android?

Can Android install docker?

Android can install docker. The installation method is:

It is divided into five steps to complete the establishment of the Android development environment.

Step one: Install JDK.

To download Oracle's JDK, you can use Baidu "JDK" to enter Oracle's JDK download page and select the corresponding version of your computer system.

Step 2: Configure the variable environment of the JDK on Windows.

The third step JAVA_HOME

First set the name of this system variable. The variable value is the installation path of JDK on the computer: C:\Program Files\Java\jdk1.8.0_20. After creation, you can use %JAVA_HOME% as the unified reference path for the JDK installation directory.

Step 4 Path

The PATH attribute already exists and can be edited directly. Add after the original variable: ;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin .

Step 5 CLASSPATH

Set the system variable name: CLASSPATH variable value: .;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools. jar .

Note that there is a "." in front of the variable value string to indicate the current directory. The purpose of setting CLASSPATH is to tell the Java execution environment in which directories the classes or packages required for the Java program you want to execute can be found. .

Recommended tutorial: "docker video tutorial"

The above is the detailed content of Can docker be installed on Android?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
java - 安卓调用c++lib
From 1970-01-01 08:00:00
0
0
0
java - 安卓呼叫c++lib
From 1970-01-01 08:00:00
0
0
0
php - 關於安卓多文件上傳的問題?
From 1970-01-01 08:00:00
0
0
0
php - 关于安卓多文件上传的问题?
From 1970-01-01 08:00:00
0
0
0
android - 安卓 switch组件不显示
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template