Skopeo

Skopeo

Skopeo is a tool for manipulating, inspecting, signing, and transferring container images and image repositories on Linux? systems, Windows and MacOS. Like Podman and Buildah, Skopeo is an open source community-driven project that does not require running a container daemon.

With Skopeo, you can inspect images on a remote registry without having to download the entire image with all its layers, making it a lightweight and modular solution for working with container images across different formats, including Open Container Initiative (OCI) and Docker images.

Commands:

copy ==>Copy an IMAGE-NAME from one location to another

delete ==>Delete image IMAGE-NAME

generate-sigstore-key ==>Generate a sigstore public/private key pair

help ==>Help about any command

inspect ==>Inspect image IMAGE-NAME

list-tags ==>List tags in the transport/repository specified by the SO


要查看或添加评论,请登录

Akshay Padale的更多文章

  • Microservices based project on kubernetes

    Microservices based project on kubernetes

    Microservices-based project that was deployed on Kubernetes. ???????????? ???????????????? is a cloud-first microserv…

  • ## Multitier Deployment using Kubernetes: Wordpress + Mysql

    ## Multitier Deployment using Kubernetes: Wordpress + Mysql

  • Docker volume

    Docker volume

    #### Docker Volume Commands =========== docker volume create backup1 docker volume ls docker run -d --name webserver3…

  • Docker Network

    Docker Network

    Ref : https://docs.docker.

    1 条评论
  • Docker

    Docker

    #### Docker ============================= Installation ref : https://docs.docker.

社区洞察

其他会员也浏览了