Pulling the OS Base Image of openEuler 20.03
To use openEuler 20.03 in a container, perform the following steps:
- Log in to this link and download the image file openEuler-docker.aarch64.tar.xz.
- Upload the image file to any directory (for example, /home) on the server.
- 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
Parent topic: Common Operations for Container Deployment