Can I pull an image down from a repo and save it locally as a different name?
1
vote
2
answers
437
views
I can pull down an image with
podman pull
podman pull alpine:3
This currently pulls the image down as,
REPOSITORY TAG IMAGE ID CREATED SIZE
docker.io/library/alpine 3 14119a10abf4 5 weeks ago 5.87 MB
Is there anyway to save that image for future reference as localhost/foo
?
Asked by Evan Carroll
(34663 rep)
Oct 5, 2021, 01:32 AM
Last activity: Apr 19, 2022, 04:46 PM
Last activity: Apr 19, 2022, 04:46 PM