JMeter CLI模式实战:从入门到生产级性能测试部署
2026/7/10 4:54:49
[root@hadoop03 module]# cat /etc/docker/daemon.json{"registry-mirrors":["https://docker.lmirror.top"],"exec-opts":["native.cgroupdriver=systemd"],### 添加镜像仓库可信"insecure-registries":["hub.pincex.xyz"]}[root@hadoop03 module]# docker login http://hub.pincex.xyz/ -u admin -p xxxxxxWARNING!Using--passwordvia the CLI is insecure. Use --password-stdin. WARNING!Your password will be stored unencryptedin/root/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-storeLogin Succeeded[root@hadoop03 module]# docker tag docker.1ms.run/curlimages/curl:8.11.1 hub.pincex.xyz/bigdata/curl:8.11.1[root@hadoop03 module]# docker push hub.pincex.xyz/bigdata/curl:8.11.1The push refers to repository[hub.pincex.xyz/bigdata/curl]5f70bf18a086: Pushed 47f700d46e8a: Pushed 3e01818d79cd: Pushed8.11.1: digest: sha256:679a6f8bdf89a5639a5f480d8fd548cae1b211475d45a523c5091ed462419ca6 size:945