Skip to content

Instantly share code, notes, and snippets.

@tanmay-bhat
Last active February 27, 2022 08:21
Show Gist options
  • Save tanmay-bhat/a293445bc6753d5b82ee4aa73a78343b to your computer and use it in GitHub Desktop.
Save tanmay-bhat/a293445bc6753d5b82ee4aa73a78343b to your computer and use it in GitHub Desktop.
> docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
registry.digitalocean.com/tanmaybhat/kube-ops-view latest a645de6a07a3 21 months ago 253MB
registry.digitalocean.com/tanmaybhat/kube-ops-view v1.2.3 a645de6a07a3 21 months ago 253MB
> docker tag registry.digitalocean.com/tanmaybhat/kube-ops-view:latest registry.digitalocean.com/tanmaybhat/kube-ops-view:v1.2.4
> docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
registry.digitalocean.com/tanmaybhat/kube-ops-view latest a645de6a07a3 21 months ago 253MB
registry.digitalocean.com/tanmaybhat/kube-ops-view v1.2.3 a645de6a07a3 21 months ago 253MB
registry.digitalocean.com/tanmaybhat/kube-ops-view v1.2.4 a645de6a07a3 21 months ago 253MB
> docker push registry.digitalocean.com/tanmaybhat/kube-ops-view:v1.2.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment