• 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# 
  • 相关阅读:
    apache http 403 Forbidden error
    Python dictionary
    Python The standard programe tructure
    SVN server setup 2
    SVN Server setup 3
    Cent OS下中文乱码的解决方法
    Start to enjoin python
    Linux Client RapidSVN
    使用 F12 开发人员工具调试 HTML 和 CSS(IE浏览器)
    十条不错的编程观点
  • 原文地址:https://www.cnblogs.com/dream397/p/15137650.html
Copyright © 2020-2023  润新知