Pulling the OS Base Image of openEuler 20.03

To use openEuler 20.03 in a container, perform the following steps:
  1. Log in to this link and download the image file openEuler-docker.aarch64.tar.xz.
  2. Upload the image file to any directory (for example, /home) on the server.
  3. Run the following command in the directory where the image is stored to import the image:
    1
    2
    docker load -i openEuler-docker.aarch64.tar.xz
    docker images
    
    If information similar to the following is displayed, the import is successful:
    1
    2
    REPOSITORY                                TAG                 IMAGE ID       CREATED         SIZE
    openeuler-20.03-lts-sp2                   latest              58b9cc5bcb76   10 months ago   331MB