zoukankan      html  css  js  c++  java
  • docker pull images

    $ docker pull k8s.gcr.io/etcd-arm64:3.4.13-0
    Error response from daemon: manifest for k8s.gcr.io/etcd-arm64:3.4.13-0 not found: manifest unknown: Failed to fetch "3.4.13-0" from request "/v2/etcd-arm64/manifests/3.4.13-0".
    $ docker pull --platform linux/arm64 k8s.gcr.io/etcd:3.4.13-0
    3.4.13-0: Pulling from etcd
    4000adbbc3eb: Pull complete 
    c01a58061c3d: Pull complete 
    7e982895c1fc: Pull complete 
    3c187ad2b50e: Pull complete 
    aedf21830123: Pull complete 
    Digest: sha256:4ad90a11b55313b182afc186b9876c8e891531b8db4c9bf1541953021618d0e2
    Status: Downloaded newer image for k8s.gcr.io/etcd:3.4.13-0
    k8s.gcr.io/etcd:3.4.13-0
    $ docker run k8s.gcr.io/etcd:3.4.13-0 etcd --version
    running etcd on unsupported architecture "arm64" since ETCD_UNSUPPORTED_ARCH is set
    etcd Version: 3.4.13
    Git SHA: ae9734ed2
    Go Version: go1.13.5
    Go OS/Arch: linux/arm64
    root@ubuntu:~/karmada# docker pull   quay.io/coreos/etcd:v3.5.0-arm64
    v3.5.0-arm64: Pulling from coreos/etcd
    6022c6b01d76: Pull complete 
    1d97b1ec77fc: Pull complete 
    99ef4b690837: Pull complete 
    435b7bf0967c: Pull complete 
    17e4a5f7c1b5: Pull complete 
    5b0292999756: Pull complete 
    Digest: sha256:96255d1ad67e7afcea46b4dc1b7e74024b9f6971193cb7316b093b3b5671efb0
    Status: Downloaded newer image for quay.io/coreos/etcd:v3.5.0-arm64
    quay.io/coreos/etcd:v3.5.0-arm64
    root@ubuntu:~/karmada# 
  • 相关阅读:
    代码解析&Filter用户授权例子
    session
    软件工程结对作业2
    软件工程结对作业1
    软件工程第三次作业
    软件工程第二次作业
    软件工程第一次作业
    KMP算法
    哈希表
    Mysql事物隔离级别
  • 原文地址:https://www.cnblogs.com/dream397/p/15137650.html
Copyright © 2011-2022 走看看