Ports/loongarch64/Docker: Difference between revisions
< Ports | loongarch64
IvanMelnikov (talk | contribs) (Created page with "{{Stub}} OCI-compatible container images based on ALT for loongarch64 (loong64 docker's turms) are published on <code>registry.altlinux.org</code>. 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 <cod...") |
IvanMelnikov (talk | contribs) No edit summary |
||
Line 34: | Line 34: | ||
$ | $ | ||
[[Category:LoongArch]] | |||
[[ru:Ports/loongarch64/Docker]] | [[ru:Ports/loongarch64/Docker]] |
Revision as of 18:44, 25 November 2024
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 $