Re: [m-users.] Installing MMC over MMC
Volker Wysk <[email protected]>
| Newsgroups | gmane.comp.lang.mercury.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, Fabrice! Am Samstag, dem 12.11.2022 um 13:32 +0100 schrieb fabrice nicol: > Hi Volker, > > Yes it works, this is the algo used by the everyday Docker build > released on Github. > > It contains two builds: one fresh ROTD as a bootrap and a repo version > built at HEAD with the bootstrap ROTD build. > > https://github.com/fabnicol/gentoo4mercury/releases > > (note: there are Ubuntu and Alpine releases too, but these have had > distribution-related issues for a few days. Nothing related with Mercury > source code). I installed Docker on my Ubuntu 22.04 system, using the "docker" group for non-root docker access. The hello-world docker image works. Then I followed the instructions on your Github page: https://github.com/fabnicol/gentoo4mercury The docker image got downloaded: desktop ~ $ docker pull fabnicol/gentoo4mercury:latest latest: Pulling from fabnicol/gentoo4mercury 29a567e2052f: Pull complete 4d40df6b05fb: Pull complete be5db66fc624: Pull complete Digest: sha256:e697c8e9bbcebce5052fcdde0bc8cff4cffe2e6a313af9749df15197e21281c7 Status: Downloaded newer image for fabnicol/gentoo4mercury:latest docker.io/fabnicol/gentoo4mercury:latest But when I tried to run the docker-mmc, I got: desktop ~ $ docker run mmc --version Unable to find image 'mmc:latest' locally docker: Error response from daemon: pull access denied for mmc, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'. I tried both steps with "sudo", but it was the same. Cheers, Volker _______________________________________________ users mailing list [email protected] https://lists.mercurylang.org/listinfo/users
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE6QXGh82Ov3+2nrxp+K4ydFOsHoUFAmNycooACgkQ+K4ydFOs HoU9lRAAtYVB1J5374ANK9osH8uMMXAcLnhQPPjZyTZVJwSXgGSlnBjn+bMlESmr Bme/iNPYyN84ocDETtNoNdf1R5gsZn5+3SJbuFMVS5SqT0SHnvlQ7X7qTj6rGen6 SPGF6n0OMHxlVWzWaTJb08z8fx4DgpKuSH0TpzWMHLRHz4zD8isZSgBXZ3u21jSG KQmF5LY1AdVeL29ZD9Mc2l23kc9PmCQfAM6dm3/PhJu6/2SNeazzf/7kzC3WSs/g PSZik/VluIeQ0/kd3MlgsGLYEKRBolSO4PJElD+TSYa+WdTTrg8vpbZ6Ac1ESjSa vzZ6FZwzfe1xtsP5K3gPLhabHlARp3wobMFoFugSEHPCzx4CFvFqZrTnvqCaJZ+F fQMZooH70I98t4xCG+aKOXBy2Rmpa3wturtB7Y6ttMvrG1G3VWsPnpYsyuJmVwfH QHgnhuxMVk7bAtkV984MPElTqxAID8AFZ+XHTSm6babxsVdi3lyrO2PCMm5zXumQ FrqcfYTz6bkSirCOMr5tXyv9f82PL69mtYQ/SxMkiqnI0v7GtC90ODgMUP80y7RU tsu2w2ZYqCfsyhUKTDgDtUa4ZEzoXxHRtt3toAKRuY3/6En8WVoCq3sbUbSOOj1j qum6v5FI+mwVQbdDcg5KcnLRuW7levHbg50zLSUIfLQUUKm/uj0= =hFXx -----END PGP SIGNATURE-----