1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
| [root@ningan ~] Unable to find image 'tonistiigi/binfmt:latest' locally latest: Pulling from tonistiigi/binfmt 8d4d64c318a5: Pull complete e9c608ddc3cb: Pull complete Digest: sha256:66e11bea77a5ea9d6f0fe79b57cd2b189b5d15b93a2bdb925be22949232e4e55 Status: Downloaded newer image for tonistiigi/binfmt:latest installing: riscv64 OK installing: mips64le OK installing: ppc64le OK installing: mips64 OK installing: arm64 OK installing: arm OK installing: s390x OK { "supported": [ "linux/amd64", "linux/arm64", "linux/riscv64", "linux/ppc64le", "linux/s390x", "linux/386", "linux/mips64le", "linux/mips64", "linux/arm/v7", "linux/arm/v6" ], "emulators": [ "jar", "llvm-6.0-runtime.binfmt", "python2.7", "python3.6", "qemu-aarch64", "qemu-arm", "qemu-mips64", "qemu-mips64el", "qemu-ppc64le", "qemu-riscv64", "qemu-s390x" ] } [root@ningan ~] [root@ningan ~] total 0 -rw-r--r-- 1 root root 0 Feb 4 21:40 jar -rw-r--r-- 1 root root 0 Feb 4 21:40 llvm-6.0-runtime.binfmt -rw-r--r-- 1 root root 0 Feb 4 21:40 python2.7 -rw-r--r-- 1 root root 0 Feb 4 21:40 python3.6 -rw-r--r-- 1 root root 0 Feb 20 11:29 qemu-aarch64 -rw-r--r-- 1 root root 0 Feb 20 11:29 qemu-arm -rw-r--r-- 1 root root 0 Feb 20 11:29 qemu-mips64 -rw-r--r-- 1 root root 0 Feb 20 11:29 qemu-mips64el -rw-r--r-- 1 root root 0 Feb 20 11:29 qemu-ppc64le -rw-r--r-- 1 root root 0 Feb 20 11:29 qemu-riscv64 -rw-r--r-- 1 root root 0 Feb 20 11:29 qemu-s390x --w------- 1 root root 0 Feb 4 21:40 register -rw-r--r-- 1 root root 0 Feb 4 21:40 status [root@ningan ~] [root@ningan ~] /proc/sys/fs/binfmt_misc/qemu-s390x:enabled /proc/sys/fs/binfmt_misc/qemu-arm:enabled /proc/sys/fs/binfmt_misc/qemu-aarch64:enabled /proc/sys/fs/binfmt_misc/qemu-mips64:enabled /proc/sys/fs/binfmt_misc/qemu-ppc64le:enabled /proc/sys/fs/binfmt_misc/qemu-mips64el:enabled /proc/sys/fs/binfmt_misc/qemu-riscv64:enabled /proc/sys/fs/binfmt_misc/jar:enabled /proc/sys/fs/binfmt_misc/python2.7:enabled /proc/sys/fs/binfmt_misc/llvm-6.0-runtime.binfmt:enabled /proc/sys/fs/binfmt_misc/python3.6:enabled grep: /proc/sys/fs/binfmt_misc/register: Invalid argument /proc/sys/fs/binfmt_misc/status:enabled [root@ningan ~] docker: 'buildx' is not a docker command. See 'docker --help' [root@ningan ~]
|