Ports/loongarch64/Docker

From ALT Linux Wiki
< Ports‎ | loongarch64
Revision as of 18:44, 25 November 2024 by IvanMelnikov (talk | contribs)
Stub.png
Under construction.
This page is not finished yet and may lack substantial information.


OCI-compatible container images based on ALT for loongarch64 (loong64 docker's turms) are published on registry.altlinux.org. More than 40 images are available as of this writing. You can see the full list here:

https://registry.altlinux.org/explore?filter=loong64

Quick start: Docker

Install docker:

# apt-get install docker-engine

Start the corresponding service:

# systemctl enable --now docker

Add users to docker group:

# usermod -aG docker USER_NAME

The user has to log out and log back in again.

Now you can try it:

$ docker run --rm -it  registry.altlinux.org/alt/alt:sisyphus
Unable to find image 'registry.altlinux.org/alt/alt:sisyphus' locally
sisyphus: Pulling from alt/alt
d72535b7b2b1: Pull complete
95a52599cf14: Pull complete
Digest: sha256:3c73a4d4a7067bd4e8acfb9001c17ed9bf5e54fd98c76e1c3f0263b2c4cc9b18
Status: Downloaded newer image for registry.altlinux.org/alt/alt:sisyphus
[root@4c7bd32651a8 /]#
exit
$