8,367
edits
Changes
→How to install Docker
<li><p>The linux image provided by Orange Pi has pre-installed Docker, but the Docker service is not enabled by default</p></li>
<li><p>Use the '''enable_docker.sh''' script to enable the docker service, and then you can start using the docker command, and the docker service will be automatically started when the system is started next time</p>
{| class="wikitable" style="width:800px;" |-|<p>orangepi@orangepi:~$ '''enable_docker.sh'''</p>|}</li>
<li><p>Then you can use the following command to test docker, if you can run hello-world, it means that docker can be used normally</p>
{| class="wikitable" style="width:800px;"
|-
|
<p>orangepi@orangepi:~$ '''docker run hello-world'''</p>
<p>Unable to find image 'hello-world:latest' locally</p>
<p>Digest: sha256:7f0a9f93b4aa3022c3a4c147a449ef11e0941a1fd0bf4a8e6c9408b2600777c5</p>
<p>Status: Downloaded newer image for hello-world:latest</p>
<pstyle="color:#FF0000">'''Hello from Docker!'''</p><pstyle="color:#FF0000">'''This message shows that your installation appears to be working correctly.'''</p><p>'''.….'''</p>|}</li></ol>
<span id="how-to-download-and-install-arm64-version-balenaetcher"></span>
== How to download and install arm64 version balenaEtcher ==