Replies: 1 comment 9 replies
-
Hi, I personally don't use podman, but I just tested the latest image wit the following commands: $ sudo docker load < ~/nickel-x86_64-docker-image.tar.gz
$ sudo docker run --rm -it nickel:1.6.0 --version
nickel-lang-cli nickel 1.6.0 (rev 3441781) which seems to work. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I afraid that something is wrong with provided docker images:
After importing image to podman with:
A cannot start anything by:
But when I inspect the structure of the image from other container
The same effect I can achieve using
COPY --from=nickel:1.6.0 / /image
to build another container.Is something wrong with docker image distribution or I should import it in different way?
Beta Was this translation helpful? Give feedback.
All reactions