Main Menu

Search

PODMAN: How To Tag Container Images On Podman?

Following podman tag command can be used to tag the images on podman container registry.

podman tag image-id localhost:7000/app/nginx:1.17.7

In above command image-id is the podman image id seen in "podman images" command. "localhost:7000/app/nginx:1.17.7" is the tag name being assigned. "localhost:7000/app/nginx:1.17.7" tag name can be changed to the desired tag name.

Keywords:

tagging image images container containers rename change changing registries

No comments:

Post a Comment