docker save -o hello.tar hub.atomgit.com/library 3、将hello.tar 上传,并执行docker load docker load -i hello.tar 4、执行docker tag,docker push 将本地镜像上传至Artifactory docker tag 389ea5ce05fd 192.168.153.135:8081/docker-local/library/hello-world:latest docker push 192.168.153.135:8081/doc...
):001:0>u=User.where(id:1).first=>#<User id:1 @root>#通过u.password='root@12345'设置密码irb(main):002:0>u.password='root@12345'=>"root@12345"# 通过u.password_confirmation='root@12345' 再次确认密码irb(main):003:0>u.password_confirmation='root@12345'=>"root@12345"#通过 u.save...